myDOMImplementation.createDocumentType( qualifiedName, publicId, systemId ) in DOM Level 2 Core

(no overview available)

Arguments

nametypedescription
qualifiedName String
publicId String
systemId String
Return Type
DocumentType