![]() ![]() |
The QDomText class represent textual data in the parsed XML. More...
#include <qdom.h>
Inherits QDomCharacterData.
Inherited by QDomCDATASection.
The QDomText class represents text in the XML document.
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 QDomText object.
To construct a non null QDomText use QDomDocument::createTextNode().
Copy constructor.
Destructor.
[virtual]
Returns TRUE.
Reimplemented from QDomNode.
[virtual]
Returns QDomNode::TextNode.
See also: QDomNode::nodeType().
Reimplemented from QDomNode.
assignment operator.
splits this object at position offset into two QDomText objects. The newly created object is inserted into the document tree after this object and returned.
See also: QDomElement::normalize().
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
|