Uses of Class
org.eclipse.lemminx.xpath.matcher.XPathElementMatcher
-
Packages that use XPathElementMatcher Package Description org.eclipse.lemminx.xpath.matcher -
-
Uses of XPathElementMatcher in org.eclipse.lemminx.xpath.matcher
Methods in org.eclipse.lemminx.xpath.matcher that return XPathElementMatcher Modifier and Type Method Description protected XPathElementMatcherXPathMatcher. createAnyElementMatcher()Create XPath any element matcher.Methods in org.eclipse.lemminx.xpath.matcher with parameters of type XPathElementMatcher Modifier and Type Method Description protected XPathAttributeMatcherXPathMatcher. createAttributeMatcher(XPathElementMatcher elementmatcher, String attrName, String attrValue)Create the XPath attribute matcher.
-