public createDocumentType(qualifiedName as String, publicId as String, systemId as String) as DocumentType throws DOMException
Creates a document type node.
New document type node.
doctype = implementation.createDocumentType("root", "", "")