System::Xml::XPath::XPathNavigator::IsDescendant method
XPathNavigator::IsDescendant method
Determines whether the specified XPathNavigator is a descendant of the current XPathNavigator.
virtual bool System::Xml::XPath::XPathNavigator::IsDescendant(SharedPtr<XPathNavigator> nav)
| Parameter | Type | Description | 
|---|---|---|
| nav | SharedPtr<XPathNavigator> | The XPathNavigator to compare to this XPathNavigator. | 
ReturnValue
true if the specified XPathNavigator is a descendant of the current XPathNavigator; otherwise, false.
See Also
- Typedef SharedPtr
 - Class XPathNavigator
 - Class XPathNavigator
 - Namespace System::Xml::XPath
 - Library Aspose.PDF for C++