klyn.io.xml.dom.XMLDocument.XMLDocument
constructor
public XMLDocument(implementation as DOMImplementation = null, doctype as DocumentType = null):
Description

Creates an empty XML document.

Parameters
  • implementation DOM implementation.
  • doctype Optional document type declaration.
Example
document = XMLDocument()