System::Xml::XPath::XPathNavigator::Matches メソッド
XPathNavigator::Matches(SharedPtr<XPathExpression>) method
現在のノードが指定された XPathExpression と一致するかどうかを判断します。
virtual bool System::Xml::XPath::XPathNavigator::Matches(SharedPtr<XPathExpression> expr)
| パラメーター | 型 | 説明 |
|---|---|---|
| expr | SharedPtr<XPathExpression> | コンパイルされた XPath 式を含む XPathExpression オブジェクトです。 |
ReturnValue
true if the current node matches the XPathExpression; otherwise, false.
参照
- Typedef SharedPtr
- Class XPathExpression
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::Matches(String) method
現在のノードが指定された XPath 式と一致するかどうかを判断します。
virtual bool System::Xml::XPath::XPathNavigator::Matches(String xpath)
| パラメーター | 型 | 説明 |
|---|---|---|
| xpath | String | XPath 式です。 |
ReturnValue
true if the current node matches the specified XPath expression; otherwise, false.
参照
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++