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
  • name Document type name.
  • publicId Public identifier.
  • systemId System identifier.
Example
doctype = XMLDocumentType("root", "", "")