DomDocument

A dom document.

Constructors

this
this(DomParserSettings parserSettings)

Creates a new dom document.

Members

Functions

parseElements
void parseElements(DomNode[] elements)

Parses the elements from the dom to the document.

repairDocument
void repairDocument()

Repairs the document if possible.

Properties

parserSettings
DomParserSettings parserSettings [@property getter]

Gets the settings used for parsing the document.

Meta