Uses of Class
org.eclipse.lemminx.extensions.references.search.SearchNode
Packages that use SearchNode
-
Uses of SearchNode in org.eclipse.lemminx.extensions.references.search
Methods in org.eclipse.lemminx.extensions.references.search that return SearchNodeModifier and TypeMethodDescriptionSearchQuery.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 SearchNodeModifier and TypeMethodDescriptionstatic List<SearchNode>SearchNodeFactory.findSearchNodes(DOMNode node, String prefix, boolean multiple, SearchNode.Direction direction) Returns all search node of the given DOMnode.ReferenceLink.getFroms()ReferenceLink.getTos()Methods in org.eclipse.lemminx.extensions.references.search with parameters of type SearchNodeModifier and TypeMethodDescriptionvoidReferenceLink.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 SearchNodeModifierConstructorDescriptionSearchQuery(SearchNode searchNode, List<XMLReferenceExpression> expressions, SearchQuery.QueryDirection direction)