Uses of Class
org.eclipse.lemminx.extensions.references.search.SearchNode.Direction
-
Packages that use SearchNode.Direction Package Description org.eclipse.lemminx.extensions.references.search -
-
Uses of SearchNode.Direction in org.eclipse.lemminx.extensions.references.search
Methods in org.eclipse.lemminx.extensions.references.search that return SearchNode.Direction Modifier and Type Method Description SearchNode.DirectionSearchNode. 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.DirectionSearchNode.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchNode.Direction[]SearchNode.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.lemminx.extensions.references.search with parameters of type SearchNode.Direction Modifier and Type Method Description static 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.Direction Constructor Description SearchNode(int start, int end, DOMNode node, String prefix, SearchNode.Direction direction)
-