System::Xml::XPath::XPathNavigator::IsDescendant メソッド
XPathNavigator::IsDescendant method
指定された XPathNavigator が現在の XPathNavigator の子孫であるかどうかを判定します。
virtual bool System::Xml::XPath::XPathNavigator::IsDescendant(SharedPtr<XPathNavigator> nav)
| パラメーター | 型 | 説明 |
|---|---|---|
| nav | SharedPtr<XPathNavigator> | この XPathNavigator と比較するための XPathNavigator。 |
ReturnValue
true if the specified XPathNavigator is a descendant of the current XPathNavigator; otherwise, false.
参照
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++