![]() |
| ||
Classes - Annotated - Tree - Functions - Home - Structure |
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.
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.
Reimplemented from QDomNode.
Reimplemented from QDomNode.
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.
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 main-beta1
|