System::Xml::XPath::XPathNavigator::DeleteRange method
XPathNavigator::DeleteRange method
Deletes a range of sibling nodes from the current node to the node specified.
virtual void System::Xml::XPath::XPathNavigator::DeleteRange(SharedPtr<XPathNavigator> lastSiblingToDelete)
Parameter | Type | Description |
---|---|---|
lastSiblingToDelete | SharedPtr<XPathNavigator> | An XPathNavigator positioned on the last sibling node in the range to delete. |
See Also
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++