System::Xml::XPath::XPathNavigator::Matches method
XPathNavigator::Matches(SharedPtr<XPathExpression>) method
يحدد ما إذا كانت العقدة الحالية تطابق XPathExpression المحدد.
virtual bool System::Xml::XPath::XPathNavigator::Matches(SharedPtr<XPathExpression> expr)
| Parameter | Type | الوصف |
|---|---|---|
| expr | SharedPtr<XPathExpression> | XPathExpression كائن يحتوي على تعبير XPath المترجم. |
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)
| Parameter | Type | الوصف |
|---|---|---|
| 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++