System::Xml::XPath::XPathNavigator::ReplaceRange method
XPathNavigator::ReplaceRange method
Replaces a range of sibling nodes from the current node to the node specified.
virtual SharedPtr<XmlWriter> System::Xml::XPath::XPathNavigator::ReplaceRange(SharedPtr<XPathNavigator> lastSiblingToReplace)
Parameter | Type | Description |
---|---|---|
lastSiblingToReplace | SharedPtr<XPathNavigator> | An XPathNavigator positioned on the last sibling node in the range to replace. |
ReturnValue
An XmlWriter object used to specify the replacement range.
See Also
- Typedef SharedPtr
- Class XmlWriter
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++