node library

Classes

CdataNode
A node that contains raw text. This text's whitespace is preserved.
DocumentNode
The root node of a document.
Node
Abstract DOM node which can contain child nodes.
TagNode
A node which can have a name, attributes, and children.
TextNode
A node that contains text. This text's whitespace is discareded.