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