DOMImplementation.createDocumentType(qualifiedName, publicId, systemId)
Return a new DocumentType
object that encapsulates the given qualifiedName, publicId, and systemId strings, representing the information contained in an XML document type declaration.
Please login to continue.