JadeXMLDocumentType Class

The JadeXMLDocumentType class represents the document type declaration in an XML document tree. A reference to the document type (if the document has one) is stored in the docType property of the JadeXMLDocument class.

The properties defined in the JadeXMLDocumentType class are summarized in the following table.

Property Contains the …
internalSubset Internal subset
name Name of the Document Type Definition (DTD)
publicId Public identifier of the external subset
systemId System identifier of the external subset

For details, see "JadeXMLDocumentType Class", in Chapter 1 of the JADE Encyclopaedia of Classes.