System::Xml::XPath::XPathNavigator::Matches méthode
XPathNavigator::Matches(SharedPtr<XPathExpression>) method
Détermine si le nœud actuel correspond à l’XPathExpression spécifié.
virtual bool System::Xml::XPath::XPathNavigator::Matches(SharedPtr<XPathExpression> expr)
| Paramètre | Type | Description |
|---|---|---|
| expr | SharedPtr<XPathExpression> | Un objet XPathExpression contenant l’expression XPath compilée. |
ReturnValue
true if the current node matches the XPathExpression; otherwise, false.
Voir aussi
- Typedef SharedPtr
- Class XPathExpression
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::Matches(String) method
Détermine si le nœud actuel correspond à l’expression XPath spécifiée.
virtual bool System::Xml::XPath::XPathNavigator::Matches(String xpath)
| Paramètre | Type | Description |
|---|---|---|
| xpath | String | L’expression XPath. |
ReturnValue
true if the current node matches the specified XPath expression; otherwise, false.
Voir aussi
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++