public XMLDocument(implementation as DOMImplementation = null, doctype as DocumentType = null):
Creates an empty XML document.
| Parameter | Description |
|---|---|
implementation | DOM implementation. |
doctype | Optional document type declaration. |
document = XMLDocument()