![]() ![]() |
The QDomEntity class represents XML entity. More...
#include <qdom.h>
Inherits QDomNode.
This interface represents an entity, either parsed or unparsed, in an XML document. Note that this models the entity itself not the entity declaration.
The nodeName
attribute that is inherited from
Node
contains the name of the entity.
The DOM does not support editing Entity
nodes; if a user wants to make changes to the contents of an
Entity
, every related EntityReference
node
has to be replaced in the structure model by a clone of the
Entity
's contents, and then the desired changes must be
made to each of those clones instead. All the descendants of an
Entity
node are readonly.
An Entity
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.
Constructs a null entity.
Copy constructor.
Destructor.
[virtual]
Returns TRUE.
Reimplemented from QDomNode.
[virtual]
Returns QDomNode::EntityNode.
Reimplemented from QDomNode.
[virtual]
Returns for unparsed entities the name of the notation for the entity. Returns for parsed entities QString::null.
Assignment operator.
[virtual]
The public identifier associated with this entity. If the public identifier was not specified QString::null is returned.
[virtual]
The system identifier associated with this entity. If the system identifier was not specified QString::null is returned.
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
|