Méthode System::Xml::XPath::XPathNavigator::IsDescendant
XPathNavigator::IsDescendant method
Détermine si le XPathNavigator spécifié est un descendant du XPathNavigator actuel.
virtual bool System::Xml::XPath::XPathNavigator::IsDescendant(SharedPtr<XPathNavigator> nav)
| Paramètre | Type | Description |
|---|---|---|
| nav | SharedPtr<XPathNavigator> | Le XPathNavigator à comparer à ce XPathNavigator. |
ReturnValue
true if the specified XPathNavigator is a descendant of the current XPathNavigator; otherwise, false.
Voir aussi
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++