System::Xml::XPath::XPathNavigator::Matches metodu
XPathNavigator::Matches(SharedPtr<XPathExpression>) method
Geçerli düğümün belirtilen XPathExpression ile eşleşip eşleşmediğini belirler.
virtual bool System::Xml::XPath::XPathNavigator::Matches(SharedPtr<XPathExpression> expr)
| Parametre | Tür | Açıklama |
|---|---|---|
| expr | SharedPtr<XPathExpression> | Derlenmiş XPath ifadesini içeren bir XPathExpression nesnesi. |
ReturnValue
true if the current node matches the XPathExpression; otherwise, false.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XPathExpression
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::Matches(String) method
Geçerli düğümün belirtilen XPath ifadesiyle eşleşip eşleşmediğini belirler.
virtual bool System::Xml::XPath::XPathNavigator::Matches(String xpath)
| Parametre | Tür | Açıklama |
|---|---|---|
| xpath | String | Bu XPath ifadesi. |
ReturnValue
true if the current node matches the specified XPath expression; otherwise, false.
Ayrıca Bakınız
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++