Constructor of an empty DomDocument object.
xml.DomDocument.create() RETURNING object xml.DomDocument
Returns a DomDocument object.
Create a DomDocument without a root node:
xml.domDocument.create()
xml.domDocument.create("ARoot")