QDomText¶

Inherited by: QDomCDATASection
Synopsis¶
Functions¶
def
splitText(offset)
Detailed Description¶
You can split the text in a
QDomTextobject over twoQDomTextobjects withsplitText().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
QDomDocumentdocumentation.
- class PySide2.QtXml.QDomText¶
PySide2.QtXml.QDomText(x)
- param x:
Constructs an empty
QDomTextobject.To construct a
QDomTextwith content, usecreateTextNode().
- PySide2.QtXml.QDomText.splitText(offset)¶
- Parameters:
offset – int
- Return type:
Splits this DOM text object into two
QDomTextobjects. This object keeps its firstoffsetcharacters 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
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.