Creates a deep copy of this document.
The tag name, or the contents for text / comment / CDATA nodes.
Tag attributes.
Parent node.
Children nodes.
Node type.
Start and end offset within the input.
Set an attribute with the given value.
Add a child node, making this node its parent.
Return XML string.
Return pretty-printed XML string (with indentation).
Write to an XmlWriter.
Attempts to retrieve the text contents of this node. <br> tags are converted to newlines.
Returns the first immediate child which is a tag and has the tag name tag.
Returns all immediate children which are a tag and have the tag name tag.
Like findChild, but throws an exception if no such node is found.
Like findChildren[index], but throws an exception if there are not enough such nodes.
Returns the immediate child with the given index.
Returns the number of children nodes.
Iterates over immediate children.
Creates a deep copy of this node.
Root node representing a parsed XML document.