The QDomText class represents text data in the parsed XML document. More...
Header: | #include <QDomText> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Xml) target_link_libraries(mytarget PRIVATE Qt6::Xml) |
qmake: | QT += xml |
Inherits: | QDomCharacterData |
Inherited By: |
Note: All functions in this class are reentrant.
QDomText(const QDomText &x) | |
QDomText() | |
QDomText & | operator=(const QDomText &x) |
QDomNode::NodeType | nodeType() const |
QDomText | splitText(int offset) |
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.
Constructs a copy of x.
The data of the copy is shared (shallow copy): modifying one node will also change the other. If you want to make a deep copy, use cloneNode().
Constructs an empty QDomText object.
To construct a QDomText with content, use QDomDocument::createTextNode().
Assigns x to this DOM text.
The data of the copy is shared (shallow copy): modifying one node will also change the other. If you want to make a deep copy, use cloneNode().
Returns TextNode
.
Splits this DOM text object into two QDomText objects. This object keeps its first offset characters and the second (newly created) object is inserted into the document tree after this object with the remaining characters.
The function returns the newly created object.
See also QDomNode::normalize().
As part of the free Business evaluation, we offer a free welcome call for companies, to talk about your requirements, and how the Felgo SDK & Services can help you. Just sign up and schedule your call.
Sign up now to start your free Business evaluation: