Qtopia Home - Classes - Hierachy - Annotated - Functions - Licenses - Reference |
|
The QDomDocumentType class is the representation of the DTD in the document tree. More...
#include <qdom.h>
Inherits QDomNode.
The QDomDocumentType class allows readonly 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 <!DOCTYPE name> tag.
See also QDomDocument.
The data of the copy is shared: modifying one will also change the other. If you want to make a real copy, use cloneNode() instead.
See also nodeType() and QDomNode::toDocumentType().
Reimplemented from QDomNode.
See also nodeName().
See also isDocumentType() and QDomNode::toDocumentType().
Reimplemented from QDomNode.
The data of the copy is shared: modifying one will also change the other. If you want to make a real copy, use cloneNode() instead.
This file is part of the Qtopia platform, copyright © 1995-2005 Trolltech, all rights reserved.
| Copyright © 2005 Trolltech | Trademarks | Qtopia version 2.2.0
|