The DomDocument class / xml.DomDocument methods |
Constructor of an empty DomDocument object.
xml.DomDocument.create() RETURNING object xml.DomDocument
Create a DomDocument without a root node:
xml.domDocument.create()
xml.domDocument.create("ARoot")