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