Class AbstractXPathNodeMatcher
java.lang.Object
org.eclipse.lemminx.xpath.matcher.AbstractXPathNodeMatcher
- All Implemented Interfaces:
IXPathNodeMatcher
- Direct Known Subclasses:
XPathAttributeMatcher,XPathAttributeNameMatcher,XPathElementMatcher,XPathTextMatcher
Abstract class for XPath node matcher.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.lemminx.xpath.matcher.IXPathNodeMatcher
IXPathNodeMatcher.MatcherType -
Field Summary
Fields inherited from interface org.eclipse.lemminx.xpath.matcher.IXPathNodeMatcher
EMPTY_NODE_MATCHER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.lemminx.xpath.matcher.IXPathNodeMatcher
getType, isAny, match
-
Constructor Details
-
AbstractXPathNodeMatcher
-
-
Method Details
-
getOwnerMatcher
Description copied from interface:IXPathNodeMatcherReturns the owner matcher.- Specified by:
getOwnerMatcherin interfaceIXPathNodeMatcher- Returns:
-