Uses of Class
org.eclipse.lemminx.xpath.matcher.XPathMatcher
-
Packages that use XPathMatcher Package Description org.eclipse.lemminx.xpath.matcher -
-
Uses of XPathMatcher in org.eclipse.lemminx.xpath.matcher
Methods in org.eclipse.lemminx.xpath.matcher that return XPathMatcher Modifier and Type Method Description XPathMatcherAbstractXPathNodeMatcher. getOwnerMatcher()XPathMatcherIXPathNodeMatcher. getOwnerMatcher()Returns the owner matcher.Constructors in org.eclipse.lemminx.xpath.matcher with parameters of type XPathMatcher Constructor Description AbstractXPathNodeMatcher(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)
-