System::Xml::XPath::XPathNavigator::ComparePosition method

XPathNavigator::ComparePosition method

Compares the position of the current XPathNavigator with the position of the XPathNavigator specified.

virtual XmlNodeOrder System::Xml::XPath::XPathNavigator::ComparePosition(SharedPtr<XPathNavigator> nav)
ParameterTypeDescription
navSharedPtr<XPathNavigator>The XPathNavigator to compare against.

ReturnValue

An XmlNodeOrder value representing the comparative position of the two XPathNavigator objects.

See Also