![]() ![]() |
The QDomDocumentType class is the representation of the DTD in the document tree More...
#include <qdom.h>
Inherits QDomNode.
QDomDocumentType allows readonly access to some of the DTDs data structures. It can returns a map of all entities() and notation().
In addition the method name() returns the document types name as given by the tag.
See also: QDomDocument.
creates an empty QDomDocumentType object.
Copy constructor.
Destructor.
[virtual]
Returns a map of all entities described in the DTD.
[virtual]
This method overloads QDomNode::isDocumentType().
See also: nodeType() and QDomNode::toDocumentType().
Reimplemented from QDomNode.
[virtual]
Returns the document types name like specified by the tag.
The method nodeName() returns the same value.
[virtual]
Returns QDomNode::DocumentTypeNode.
See also: isDocumentType() and QDomNode::toDocumentType().
Reimplemented from QDomNode.
[virtual]
Returns a map of all notations described in the DTD.
Assignement.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.
Copyright © 2000 Trolltech | Trademarks | Qt version 2.2.0-beta2
|