struct Protocol::DOM::GetAttributes

Overview

Returns attributes for the specified node.

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 attributes : Array(String) #

An interleaved array of node attribute names and values.


[View source]