Metode System::Xml::XPath::XPathNavigator::Matches
isi
[
bersembunyi
]XPathNavigator::Matches(SharedPtr<XPathExpression>) method
Menentukan apakah node saat ini cocok dengan XPathExpression yang ditentukan.
virtual bool System::Xml::XPath::XPathNavigator::Matches(SharedPtr<XPathExpression> expr)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| expr | SharedPtr<XPathExpression> | Sebuah objek XPathExpression yang berisi ekspresi XPath yang telah dikompilasi. |
ReturnValue
true if the current node matches the XPathExpression; otherwise, false.
Lihat Juga
- Typedef SharedPtr
- Class XPathExpression
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::Matches(String) method
Menentukan apakah node saat ini cocok dengan ekspresi XPath yang ditentukan.
virtual bool System::Xml::XPath::XPathNavigator::Matches(String xpath)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| xpath | String | Ekspresi XPath. |
ReturnValue
true if the current node matches the specified XPath expression; otherwise, false.
Lihat Juga
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++