A script wrapper for QDomDocumentType. This object represents a “Document Type” node in a DOM document tree.
Instances of this object are not constructed directly, rather they are retrieved from a DOM document by calling DzDomDocument::doctype().
Holds the internal subset of the document type. (Read Only)
Holds the name of this node; as specified in the !DOCTYPE tag. (Read Only)
Holds the public identifier of the external Document Type Definition (DTD) subset. (Read Only)
Holds the system identifier of the external Document Type Definition (DTD) subset. (Read Only)