A script wrapper for QDomText. This object represents “Text” data in a DOM document.
Instances of this object are not constructed directly, rather they are returned by calling DzDomDocument::createTextNode().
DzDomNode : splitText( Number offset )
Splits this text node into two text nodes. This node keeps the first part of the split and the remaining characters are inserted into the document tree as another DzDomText object, after this object.
Parameter(s):
Return Value: