XmlDocument

An XML document.

Constructors

this
this(DomParserSettings parserSettings)

Creates a new xml document.

Members

Functions

parseElements
void parseElements(DomNode[] elements)

Parses the elements from the dom to the document.

repairDocument
void repairDocument()

XML documents cannot be repaired.

toString
string toString()

Converts the xml document to a properly formatted xml document-string.

Properties

encoding
string encoding [@property getter]

Gets the encoding of the xml document.

encoding
string encoding [@property setter]

Sets the encoding of the xml document.

root
XmlNode root [@property getter]

Gets the root of the xml document.

root
XmlNode root [@property setter]

Sets the root node of the xml document.

xmlVersion
string xmlVersion [@property getter]

Gets the version of the xml document.

xmlVersion
string xmlVersion [@property setter]

Sets the version of the xml document.

Inherited Members

From DomDocument

parseElements
void parseElements(DomNode[] elements)

Parses the elements from the dom to the document.

repairDocument
void repairDocument()

Repairs the document if possible.

parserSettings
DomParserSettings parserSettings [@property getter]

Gets the settings used for parsing the document.

Meta