Метод System::Xml::XPath::XPathNavigator::IsDescendant

XPathNavigator::IsDescendant method

Определяет, является ли указанный XPathNavigator потомком текущего XPathNavigator.

virtual bool System::Xml::XPath::XPathNavigator::IsDescendant(SharedPtr<XPathNavigator> nav)
ПараметрТипОписание
navSharedPtr<XPathNavigator>Этот XPathNavigator для сравнения с этим XPathNavigator.

ReturnValue

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

См. также