public XMLDocumentType(name as String, publicId as String = "", systemId as String = "", internalSubset as String = ""):
Creates a document type declaration.
| Parameter | Description |
|---|---|
name | Document type name. |
publicId | Public identifier. |
systemId | System identifier. |
doctype = XMLDocumentType("root", "", "")