[Previous] [Contents] [Next]

XMLDOMText Object

The XMLDOMText object represents the text node of an element or an attribute. You can use the XMLDOMText object to build text nodes and append them into an XML document. The IXMLDOMText interface implemented by the XMLDOMText object inherits the IXMLDOMCharacterData interface and extends it with the following method:

Extended IXMLDOMText Method

Name Description
splitText (charOffset) Splits the node into two nodes at the specified character offset and then inserts the new node into the XML document immediately following the node

[Previous] [Contents] [Next]