Package | Description |
---|---|
org.eclipse.lemminx.settings | |
org.eclipse.lemminx.xpath.matcher |
Modifier and Type | Method and Description |
---|---|
boolean |
XMLSymbolFilter.hasFilterFor(IXPathNodeMatcher.MatcherType matcherType)
Returns true if the filter have an expression for the given type (element,
attribute, text) and false otherwise.
|
boolean |
XMLSymbolExpressionFilter.isFilterFor(IXPathNodeMatcher.MatcherType matcherType)
Return true if the filter have is for the given type (element, attribute,
text) and false otherwise.
|
Modifier and Type | Method and Description |
---|---|
IXPathNodeMatcher.MatcherType |
XPathMatcher.getNodeSelectorType()
Returns the type (element, attribute, text) of the node to select.
|
IXPathNodeMatcher.MatcherType |
XPathTextMatcher.getType() |
IXPathNodeMatcher.MatcherType |
XPathElementMatcher.getType() |
IXPathNodeMatcher.MatcherType |
XPathAttributeNameMatcher.getType() |
IXPathNodeMatcher.MatcherType |
XPathAttributeMatcher.getType() |
IXPathNodeMatcher.MatcherType |
IXPathNodeMatcher.getType()
Returns matcher type.
|
static IXPathNodeMatcher.MatcherType |
IXPathNodeMatcher.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.
|
Copyright © 2020. All rights reserved.