System::Xml::XPath::XPathNavigator::Matches method
Innehåll
[
Dölj
]XPathNavigator::Matches(SharedPtr<XPathExpression>) method
Avgör om den aktuella noden matchar det angivna XPathExpression.
virtual bool System::Xml::XPath::XPathNavigator::Matches(SharedPtr<XPathExpression> expr)
| Parameter | Type | Beskrivning |
|---|---|---|
| expr | SharedPtr<XPathExpression> | Ett XPathExpression objekt som innehåller det kompilerade XPath uttrycket. |
ReturnValue
true if the current node matches the XPathExpression; otherwise, false.
Se även
- Typedef SharedPtr
- Class XPathExpression
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::Matches(String) method
Avgör om den aktuella noden matchar det angivna XPath uttrycket.
virtual bool System::Xml::XPath::XPathNavigator::Matches(String xpath)
| Parameter | Type | Beskrivning |
|---|---|---|
| xpath | String | Det XPath uttrycket. |
ReturnValue
true if the current node matches the specified XPath expression; otherwise, false.
Se även
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++