Creates a new instance of this class
The type of the document implementation.
The type of the node implementation.
The type of the query node implementation.
The type of the visitor type implementation.
Attaches a new node to the docuement.
Attaches a header to the document.
Parses the given string of XML.
Return an xpath handle to query this document. This starts at the document root.
Rests the reciver. Allows to parse new content.
Pretty prints the document.
Return the root document node, from which all other nodes are descended.
A generic document node
This an XPath query handle used to perform queries on a set of elements.
foreach support for visiting a set of nodes.
The number of spaces used for indentation used when printing the document.
Set this to true if there should be strict errro checking.
This class represents an XML DOM document. It provides a common interface to the XML document implementations available in Phobos and Tango.