Method SplitText
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Core.dll
SplitText(int)
Splits the node into two nodes at the specified offset, keeping both in the tree as siblings.
XmlText SplitText(int offset)
Parameters
offset
intThe offset at which to split the node.
Returns
- XmlText
The new node.