| Package | Description |
|---|---|
| org.eclipse.lemminx.extensions.references.search |
| Modifier and Type | Method and Description |
|---|---|
SearchNode |
SearchQuery.getSearchNode() |
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. |
| 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. |
List<SearchNode> |
ReferenceLink.getFroms() |
List<SearchNode> |
ReferenceLink.getTos() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceLink.addFrom(SearchNode from) |
void |
ReferenceLink.addTo(SearchNode to) |
void |
IXMLReferenceCollector.collect(SearchNode fromSearchNode,
SearchNode toSearchNode,
XMLReferenceExpression expression)
Collect the from / to search node which matches the given expression.
|
boolean |
SearchNode.matchesValue(SearchNode searchNode)
Returns true if the given search node
searchNode matches the
value of this search node and false otherwise. |
| Constructor and Description |
|---|
SearchQuery(SearchNode searchNode,
List<XMLReferenceExpression> expressions,
SearchQuery.QueryDirection direction) |
Copyright © 2024. All rights reserved.