Uses of Class
org.eclipse.lemminx.extensions.references.search.SearchNode
-
Packages that use SearchNode Package Description org.eclipse.lemminx.extensions.references.search -
-
Uses of SearchNode in org.eclipse.lemminx.extensions.references.search
Methods in org.eclipse.lemminx.extensions.references.search that return SearchNode Modifier and Type Method Description SearchNodeSearchQuery. getSearchNode()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.Methods in org.eclipse.lemminx.extensions.references.search that return types with arguments of type SearchNode 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.List<SearchNode>ReferenceLink. getFroms()List<SearchNode>ReferenceLink. getTos()Methods in org.eclipse.lemminx.extensions.references.search with parameters of type SearchNode Modifier and Type Method Description voidReferenceLink. addFrom(SearchNode from)voidReferenceLink. addTo(SearchNode to)voidIXMLReferenceCollector. collect(SearchNode fromSearchNode, SearchNode toSearchNode, XMLReferenceExpression expression)Collect the from / to search node which matches the given expression.booleanSearchNode. matchesValue(SearchNode searchNode)Returns true if the given search nodesearchNodematches the value of this search node and false otherwise.Constructors in org.eclipse.lemminx.extensions.references.search with parameters of type SearchNode Constructor Description SearchQuery(SearchNode searchNode, List<XMLReferenceExpression> expressions, SearchQuery.QueryDirection direction)
-