Uses of Class
org.eclipse.lemminx.xpath.matcher.XPathMatcher
Packages that use XPathMatcher
-
Uses of XPathMatcher in org.eclipse.lemminx.xpath.matcher
Methods in org.eclipse.lemminx.xpath.matcher that return XPathMatcherModifier and TypeMethodDescriptionAbstractXPathNodeMatcher.getOwnerMatcher()IXPathNodeMatcher.getOwnerMatcher()Returns the owner matcher.Constructors in org.eclipse.lemminx.xpath.matcher with parameters of type XPathMatcherModifierConstructorDescriptionAbstractXPathNodeMatcher(XPathMatcher ownerMatcher) XPathAttributeMatcher(String attrName, String attrValue, XPathMatcher matcher) XPathAttributeNameMatcher(String prefix, String localName, XPathMatcher matcher) XPathElementMatcher(String prefix, String localName, XPathMatcher matcher) XPathTextMatcher(XPathMatcher ownerMatcher)