Uses of Class
org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
Packages that use XMLReferenceExpression
Package
Description
-
Uses of XMLReferenceExpression in org.eclipse.lemminx.extensions.references.search
Methods in org.eclipse.lemminx.extensions.references.search that return XMLReferenceExpressionMethods in org.eclipse.lemminx.extensions.references.search that return types with arguments of type XMLReferenceExpressionMethods in org.eclipse.lemminx.extensions.references.search with parameters of type XMLReferenceExpressionModifier and TypeMethodDescriptionvoidIXMLReferenceCollector.collect(SearchNode fromSearchNode, SearchNode toSearchNode, XMLReferenceExpression expression) Collect the from / to search node which matches the given expression.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.Constructors in org.eclipse.lemminx.extensions.references.search with parameters of type XMLReferenceExpressionConstructor parameters in org.eclipse.lemminx.extensions.references.search with type arguments of type XMLReferenceExpressionModifierConstructorDescriptionSearchQuery(DOMNode node, int offset, List<XMLReferenceExpression> expressions, SearchQuery.QueryDirection direction) SearchQuery(SearchNode searchNode, List<XMLReferenceExpression> expressions, SearchQuery.QueryDirection direction) -
Uses of XMLReferenceExpression in org.eclipse.lemminx.extensions.references.settings
Methods in org.eclipse.lemminx.extensions.references.settings that return types with arguments of type XMLReferenceExpressionModifier and TypeMethodDescriptionXMLReferences.getExpressions()Returns list of XML reference expressions.Method parameters in org.eclipse.lemminx.extensions.references.settings with type arguments of type XMLReferenceExpressionModifier and TypeMethodDescriptionvoidXMLReferences.setExpressions(List<XMLReferenceExpression> expressions) Set list of XML reference expressions.