Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The TQDomDocumentType class is the representation of the DTD in the document tree. More...
All the functions in this class are reentrant when TQt is built with thread support.
#include <tqdom.h>
Inherits TQDomNode.
The TQDomDocumentType 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 <!DOCTYPE name> tag. This class also provides the publicId(), systemId() and internalSubset() functions.
See also TQDomDocument and XML.
The data of the copy is shared (shallow copy): modifying one node will also change the other. If you want to make a deep copy, use cloneNode().
See also publicId() and systemId().
See also nodeType() and TQDomNode::toDocumentType().
Reimplemented from TQDomNode.
See also nodeName().
See also isDocumentType() and TQDomNode::toDocumentType().
Reimplemented from TQDomNode.
The data of the copy is shared (shallow copy): modifying one node will also change the other. If you want to make a deep copy, use cloneNode().
See also systemId(), internalSubset(), and TQDomImplementation::createDocumentType().
See also publicId(), internalSubset(), and TQDomImplementation::createDocumentType().
This file is part of the TQt toolkit. Copyright © 1995-2007 Trolltech. All Rights Reserved.
Copyright © 2007 Trolltech | Trademarks | TQt 3.3.8
|