System::Xml::XPath::XPathNavigator::Clone method

XPathNavigator::Clone method

When overridden in a derived class, creates a new XPathNavigator positioned at the same node as this XPathNavigator.

virtual SharedPtr<XPathNavigator> System::Xml::XPath::XPathNavigator::Clone()=0

ReturnValue

A new XPathNavigator positioned at the same node as this XPathNavigator.

See Also