System.Xml.XmlText.SplitText Method

Splits the node into two nodes at the specified offset, keeping both in the tree as siblings.

Syntax

public virtual XmlText SplitText (int offset)

Parameters

offset
The offset at which to split the node.

Returns

The new node.

Remarks

After SplitText is called, the original node contains all the content up to the offset point. A new node of the same type contains all the content at and after the offset point and is inserted as the next sibling of the original node. When the offset is equal to the length of this node, the new node has no data.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0