System::Xml::XPath::XPathNavigator::Matches method

XPathNavigator::Matches(SharedPtr<XPathExpression>) method

현재 노드가 지정된 XPathExpression과 일치하는지 결정합니다.

virtual bool System::Xml::XPath::XPathNavigator::Matches(SharedPtr<XPathExpression> expr)
매개변수형식설명
exprSharedPtr<XPathExpression>컴파일된 XPath 식을 포함하는 XPathExpression 객체입니다.

ReturnValue

true if the current node matches the XPathExpression; otherwise, false.

또 보기

XPathNavigator::Matches(String) method

현재 노드가 지정된 XPath 식과 일치하는지 결정합니다.

virtual bool System::Xml::XPath::XPathNavigator::Matches(String xpath)
매개변수형식설명
xpathStringXPath 식입니다.

ReturnValue

true if the current node matches the specified XPath expression; otherwise, false.

또 보기