QDomText Class

The QDomText class represents text data in the parsed XML document. More...

Header: #include <QDomText>
qmake: QT += xml
Inherits: QDomCharacterData
Inherited By:

QDomCDATASection

Note: All functions in this class are reentrant.

Detailed Description

You can split the text in a QDomText object over two QDomText objects with splitText().

For further information about the Document Object Model see Level 1 and Level 2 Core. For a more general introduction of the DOM implementation see the QDomDocument documentation.