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