createDocumentType method

_DocumentType createDocumentType(
  1. String qualifiedName,
  2. String publicId,
  3. String systemId
)

Implementation

_DocumentType createDocumentType(
  String qualifiedName,
  String publicId,
  String systemId,
) native;