System::Xml::XPath::XPathNavigator::Matches μέθοδος

XPathNavigator::Matches(SharedPtr<XPathExpression>) method

Καθορίζει εάν ο τρέχων κόμβος ταιριάζει με την καθορισμένη XPathExpression.

virtual bool System::Xml::XPath::XPathNavigator::Matches(SharedPtr<XPathExpression> expr)
ParameterTypeΠεριγραφή
exprSharedPtr<XPathExpression>Ένα αντικείμενο XPathExpression που περιέχει την μεταγλωττισμένη έκφραση XPath.

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)
ParameterTypeΠεριγραφή
xpathStringΗ XPath έκφραση.

ReturnValue

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

Δείτε επίσης