| Package | Description |
|---|---|
| org.eclipse.lemminx.extensions.references.search |
| Modifier and Type | Method and Description |
|---|---|
SearchNode.Direction |
SearchNode.getDirection() |
static SearchNode.Direction |
SearchQueryFactory.getDirection(DOMNode node,
XMLReferenceExpression expression,
SearchQuery.QueryDirection queryDirection)
Returns the direction of the given node according the given expression and
query direction.
|
static SearchNode.Direction |
SearchQueryFactory.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.Direction |
SearchNode.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.
|
| Modifier and Type | Method and Description |
|---|---|
static List<SearchNode> |
SearchNodeFactory.findSearchNodes(DOMNode node,
String prefix,
boolean multiple,
SearchNode.Direction direction)
Returns all search node of the given DOM
node. |
static SearchNode |
SearchNodeFactory.getSearchNodeAt(DOMNode node,
int offset,
String prefix,
boolean multiple,
SearchNode.Direction direction)
Returns the search node in the given DOM
node at the given
offset and null otherwise. |
| Constructor and Description |
|---|
SearchNode(int start,
int end,
DOMNode node,
String prefix,
SearchNode.Direction direction) |
Copyright © 2024. All rights reserved.