Uses of Enum Class
org.eclipse.lemminx.xpath.matcher.IXPathNodeMatcher.MatcherType
Packages that use IXPathNodeMatcher.MatcherType
-
Uses of IXPathNodeMatcher.MatcherType in org.eclipse.lemminx.settings
Methods in org.eclipse.lemminx.settings with parameters of type IXPathNodeMatcher.MatcherTypeModifier and TypeMethodDescriptionbooleanXMLSymbolFilter.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.MatcherTypeModifier and TypeMethodDescriptionXPathMatcher.getNodeSelectorType()Returns the type (element, attribute, text) of the node to select.IXPathNodeMatcher.getType()Returns matcher type.XPathAttributeMatcher.getType()XPathAttributeNameMatcher.getType()XPathElementMatcher.getType()XPathTextMatcher.getType()Returns the enum constant of this class with the specified name.static IXPathNodeMatcher.MatcherType[]IXPathNodeMatcher.MatcherType.values()Returns an array containing the constants of this enum class, in the order they are declared.