System::Xml::XPath::XPathNavigator::Matches method
XPathNavigator::Matches(SharedPtr<XPathExpression>) method
현재 노드가 지정된 XPathExpression과 일치하는지 결정합니다.
virtual bool System::Xml::XPath::XPathNavigator::Matches(SharedPtr<XPathExpression> expr)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| expr | SharedPtr<XPathExpression> | 컴파일된 XPath 식을 포함하는 XPathExpression 객체입니다. |
ReturnValue
true if the current node matches the XPathExpression; otherwise, false.
또 보기
- Typedef SharedPtr
- Class XPathExpression
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::Matches(String) method
현재 노드가 지정된 XPath 식과 일치하는지 결정합니다.
virtual bool System::Xml::XPath::XPathNavigator::Matches(String xpath)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| xpath | String | XPath 식입니다. |
ReturnValue
true if the current node matches the specified XPath expression; otherwise, false.
또 보기
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++