![]() ![]() |
The QDomNotation class represents XML notation. More...
#include <qdom.h>
Inherits QDomNode.
This class represents a notation declared in the DTD. A
notation either declares, by name, the format of an unparsed entity
(see section 4.7 of the XML 1.0 specification), or is used for
formal declaration of Processing Instruction targets (see section
2.6 of the XML 1.0 specification). The nodeName
attribute inherited from Node
is set to the declared
name of the notation.
The DOM does not support editing Notation
nodes; they are therefore readonly.
A Notation
node does not have any parent.
For further information about the Document Objct Model see http://www.w3.org/TR/REC-DOM-Level-1/ . For a more general introduction into the internals of the DOM implementation see the QDomDocument documentation.
Constructor.
Copy constructor.
Destructor.
[virtual]
Returns: TRUE.
Reimplemented from QDomNode.
[virtual]
Returns QDomNode::NotationNode.
Reimplemented from QDomNode.
Assignment operator.
Returns the public Id of this notation.
Returns the system Id of this notation.
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
|