public createDocumentType(qualifiedName as String, publicId as String, systemId as String) as DocumentType throws DOMException
Creates a document type node.
| Parameter | Description |
|---|---|
qualifiedName | Qualified document type name. |
publicId | Public identifier. |
systemId | System identifier. |
New document type node.
doctype = implementation.createDocumentType("root", "", "")