Constructs a Document by parsing XML text.
Constructs a Document from a Tag.
Compares two Documents
Compares two Documents for equality
Returns the hash of a Document
Returns the string representation of a Document. (That is, the complete XML of a document).
Contains all text which occurs after the root element. Defaults to the empty string
Contains all text which occurs before the root element. Defaults to <?xml version="1.0"?>
The start tag of the element
The element's items
The element's text items
The element's CData items
The element's comments
The element's processing instructions
The element's child elements
Append a text item to the interior of this element
Append a CData item to the interior of this element
Append a comment to the interior of this element
Append a processing instruction to the interior of this element
Append a complete element to the interior of this element
Compares two Elements for equality
Compares two Elements
Returns the hash of an Element
Returns the decoded interior of an element.
Returns an indented string representation of this item
Returns the string representation of an Element
Class representing an XML document.