Create and parse from input.
Create a new node.
Set an attribute with the given value.
Add a child node, making this node its parent.
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.
Iterates over immediate children.
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.
Return pretty-printed XML string (with indentation).
Return XML string.
Write to an XmlWriter.
Creates a deep copy of this node.
Returns the number of children nodes.
Attempts to retrieve the text contents of this node. <br> tags are converted to newlines.
Tag attributes.
Children nodes.
Start and end offset within the input.
Parent node.
Start and end offset within the input.
The tag name, or the contents for text / comment / CDATA nodes.
Node type.
An XML node.