class Crst::Document

Overview

Root node of the document tree

Contains all top-level nodes of the parsed document.

Defined in:

crst/nodes.cr

Instance Method Summary

Instance Method Detail

def children : Array(Crst::Node) #

Child nodes of the document


[View source]
def children=(children : Array(Crst::Node)) #

Child nodes of the document


[View source]