struct Protocol::DOM::CollectClassNamesFromSubtree

Overview

Collects class names for the node with given id and all of it's child nodes.

Included Modules

Defined in:

protocol/dom.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def class_names : Array(String) #

Class name list.


[View source]