System::Xml::XmlText::SplitText method

XmlText::SplitText method

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

virtual SharedPtr<XmlText> System::Xml::XmlText::SplitText(int32_t offset)
ParameterTypeDescription
offsetint32_tThe offset at which to split the node.

ReturnValue

The new node.

See Also