System::Xml::XPath::XPathNavigator::Matches μέθοδος
περιεχόμενα
[
κρύβω
]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++