createDocumentType

Declaration

DocumentType createDocumentType(
    DOMString qualifiedName, 
    DOMString publicId, 
    DOMString systemId
);