Método System::Xml::XPath::XPathNavigator::IsDescendant

XPathNavigator::IsDescendant method

Determina si el XPathNavigator especificado es un descendiente del XPathNavigator actual.

virtual bool System::Xml::XPath::XPathNavigator::IsDescendant(SharedPtr<XPathNavigator> nav)
ParámetroTipoDescripción
navSharedPtr<XPathNavigator>El XPathNavigator para comparar con este XPathNavigator.

ReturnValue

true if the specified XPathNavigator is a descendant of the current XPathNavigator; otherwise, false.

Ver también