Table of Contents

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 int

The offset at which to split the node.

Returns

XmlText

The new node.