Clone()

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

Return Value

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

See Also