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