System::Xml::XPath::XPathNavigator::Matches metod
XPathNavigator::Matches(SharedPtr<XPathExpression>) method
Bestämmer om den aktuella noden matchar det angivna XPathExpression.
virtual bool System::Xml::XPath::XPathNavigator::Matches(SharedPtr<XPathExpression> expr)
| Parameter | Typ | 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.PDF for C++
XPathNavigator::Matches(String) method
Bestämmer om den aktuella noden matchar det angivna XPath‑uttrycket.
virtual bool System::Xml::XPath::XPathNavigator::Matches(String xpath)
| Parameter | Typ | 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.PDF for C++