struct Protocol::DOM::GetDocument

Overview

Returns the root DOM node (and optionally the subtree) to the caller.

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 root : Node #

Resulting node.


[View source]