System::Xml::XPath::XPathNavigator::Matches method
Contents
[
Hide
]XPathNavigator::Matches(SharedPtr<XPathExpression>) method
Determines whether the current node matches the specified XPathExpression.
virtual bool System::Xml::XPath::XPathNavigator::Matches(SharedPtr<XPathExpression> expr)
Parameter | Type | Description |
---|---|---|
expr | SharedPtr<XPathExpression> | An XPathExpression object containing the compiled XPath expression. |
ReturnValue
true if the current node matches the XPathExpression; otherwise, false.
See Also
- Typedef SharedPtr
- Class XPathExpression
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.PUB for C++
XPathNavigator::Matches(String) method
Determines whether the current node matches the specified XPath expression.
virtual bool System::Xml::XPath::XPathNavigator::Matches(String xpath)
Parameter | Type | Description |
---|---|---|
xpath | String | The XPath expression. |
ReturnValue
true if the current node matches the specified XPath expression; otherwise, false.
See Also
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.PUB for C++