Uses of Class
org.eclipse.lemminx.xpath.matcher.IXPathNodeMatcher.MatcherType
-
Packages that use IXPathNodeMatcher.MatcherType Package Description org.eclipse.lemminx.settings org.eclipse.lemminx.xpath.matcher -
-
Uses of IXPathNodeMatcher.MatcherType in org.eclipse.lemminx.settings
Methods in org.eclipse.lemminx.settings with parameters of type IXPathNodeMatcher.MatcherType Modifier and Type Method Description booleanXMLSymbolFilter. hasFilterFor(IXPathNodeMatcher.MatcherType matcherType)Returns true if the filter have an expression for the given type (element, attribute, text) and false otherwise.booleanXMLSymbolExpressionFilter. isFilterFor(IXPathNodeMatcher.MatcherType matcherType)Return true if the filter have is for the given type (element, attribute, text) and false otherwise. -
Uses of IXPathNodeMatcher.MatcherType in org.eclipse.lemminx.xpath.matcher
Methods in org.eclipse.lemminx.xpath.matcher that return IXPathNodeMatcher.MatcherType Modifier and Type Method Description IXPathNodeMatcher.MatcherTypeXPathMatcher. getNodeSelectorType()Returns the type (element, attribute, text) of the node to select.IXPathNodeMatcher.MatcherTypeIXPathNodeMatcher. getType()Returns matcher type.IXPathNodeMatcher.MatcherTypeXPathAttributeMatcher. getType()IXPathNodeMatcher.MatcherTypeXPathAttributeNameMatcher. getType()IXPathNodeMatcher.MatcherTypeXPathElementMatcher. getType()IXPathNodeMatcher.MatcherTypeXPathTextMatcher. getType()static IXPathNodeMatcher.MatcherTypeIXPathNodeMatcher.MatcherType. valueOf(String name)Returns the enum constant of this type with the specified name.static IXPathNodeMatcher.MatcherType[]IXPathNodeMatcher.MatcherType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-