ReplaceRange()

XPathNavigator::ReplaceRange(SharedPtr<XPathNavigator>) 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)

Arguments

ParameterTypeDescription
lastSiblingToReplaceSharedPtr<XPathNavigator>An XPathNavigator positioned on the last sibling node in the range to replace.

Return Value

An XmlWriter object used to specify the replacement range.

See Also