SplitText()

XmlText::SplitText(int32_t) 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)

Arguments

ParameterTypeDescription
offsetint32_tThe offset at which to split the node.

Return Value

The new node.

See Also