The QDomEntity class represents an XML entity. More...
#include <qdom.h>
Inherits QDomNode.
This class represents an entity in an XML document, either parsed or unparsed. Note that this models the entity itself not the entity declaration.
DOM does not support editing entity nodes; if a user wants to make changes to the contents of an entity, every related QDomEntityReference node has to be replaced in the DOM tree 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 of the DOM implementation see the QDomDocument documentation.
Constructs an empty entity.
Copy constructor.
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.
Destructor.
[virtual]
Returns TRUE.
Reimplemented from QDomNode.
[virtual]
Returns EntityNode.
Reimplemented from QDomNode.
[virtual]
For unparsed entities this function returns the name of the notation for the entity. For parsed entities this function returns QString::null.
Assignment operator.
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.
[virtual]
Returns the public identifier associated with this entity. If the public identifier was not specified QString::null is returned.
[virtual]
Returns 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.1
|