Uses of Enum Class
org.eclipse.lemminx.extensions.references.search.SearchNode.Direction
Packages that use SearchNode.Direction
-
Uses of SearchNode.Direction in org.eclipse.lemminx.extensions.references.search
Methods in org.eclipse.lemminx.extensions.references.search that return SearchNode.DirectionModifier and TypeMethodDescriptionSearchNode.getDirection()static SearchNode.DirectionSearchQueryFactory.getDirection(DOMNode node, XMLReferenceExpression expression, SearchQuery.QueryDirection queryDirection) Returns the direction of the given node according the given expression and query direction.static SearchNode.DirectionSearchQueryFactory.getInversedDirection(DOMNode node, XMLReferenceExpression expression, SearchQuery.QueryDirection direction) Returns the inversed direction of the given node according the given expression and query direction.static SearchNode.DirectionReturns the enum constant of this class with the specified name.static SearchNode.Direction[]SearchNode.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.lemminx.extensions.references.search with parameters of type SearchNode.DirectionModifier and TypeMethodDescriptionstatic List<SearchNode>SearchNodeFactory.findSearchNodes(DOMNode node, String prefix, boolean multiple, SearchNode.Direction direction) Returns all search node of the given DOMnode.static SearchNodeSearchNodeFactory.getSearchNodeAt(DOMNode node, int offset, String prefix, boolean multiple, SearchNode.Direction direction) Returns the search node in the given DOMnodeat the givenoffsetand null otherwise.Constructors in org.eclipse.lemminx.extensions.references.search with parameters of type SearchNode.DirectionModifierConstructorDescriptionSearchNode(int start, int end, DOMNode node, String prefix, SearchNode.Direction direction)