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)
ParameterTypeDescription
lastSiblingToReplaceSharedPtr<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