klyn.io.xml.dom.XMLDocumentType.XMLDocumentType
constructor
public XMLDocumentType(name as String, publicId as String = "", systemId as String = "", internalSubset as String = ""):
Description

Creates a document type declaration.

Parameters
ParameterDescription
nameDocument type name.
publicIdPublic identifier.
systemIdSystem identifier.
Example
doctype = XMLDocumentType("root", "", "")