QDomDocumentType Class

The QDomDocumentType class is the representation of the DTD in the document tree. More...

Header: #include <QDomDocumentType>
qmake: QT += xml
Inherits: QDomNode

Note: All functions in this class are reentrant.

Detailed Description

The QDomDocumentType class allows read-only access to some of the data structures in the DTD: it can return a map of all entities() and notations(). In addition the function name() returns the name of the document type as specified in the &lt;!DOCTYPE name&gt; tag. This class also provides the publicId(), systemId() and internalSubset() functions.

See also QDomDocument.