Inheritance diagram for DzDomDocumentType:

Properties | |
| String | internalSubset |
| String | name |
| String | publicId |
| String | systemId |
Constructors | |
| DzDomDocumentType () | |
Represents a document type node in a DOM document. You usually will not construct these, but will get them from an existing document by calling DzDomDocument::doctype().
| DzDomDocumentType::DzDomDocumentType | ( | ) |
Default constructor
[Read Only] The internal subset of the document type
[Read Only] The name of the node
| QString DzDomDocumentType::publicId |
[Read Only] The public identifier of the external DTD subset
| QString DzDomDocumentType::systemId |
[Read Only] The system identifier of the external DTD subset