Uses of Class
org.eclipse.lemminx.extensions.references.settings.XMLReferenceExpression
-
Packages that use XMLReferenceExpression Package Description org.eclipse.lemminx.extensions.references.search org.eclipse.lemminx.extensions.references.settings -
-
Uses of XMLReferenceExpression in org.eclipse.lemminx.extensions.references.search
Methods in org.eclipse.lemminx.extensions.references.search that return XMLReferenceExpression Modifier and Type Method Description XMLReferenceExpressionReferenceLink. getExpression()Methods in org.eclipse.lemminx.extensions.references.search that return types with arguments of type XMLReferenceExpression Modifier and Type Method Description List<XMLReferenceExpression>SearchQuery. getExpressions()Methods in org.eclipse.lemminx.extensions.references.search with parameters of type XMLReferenceExpression Modifier and Type Method Description voidIXMLReferenceCollector. 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 XMLReferenceExpression Constructor Description ReferenceLink(XMLReferenceExpression expression)Constructor parameters in org.eclipse.lemminx.extensions.references.search with type arguments of type XMLReferenceExpression Constructor Description SearchQuery(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 XMLReferenceExpression Modifier and Type Method Description List<XMLReferenceExpression>XMLReferences. getExpressions()Returns list of XML reference expressions.Method parameters in org.eclipse.lemminx.extensions.references.settings with type arguments of type XMLReferenceExpression Modifier and Type Method Description voidXMLReferences. setExpressions(List<XMLReferenceExpression> expressions)Set list of XML reference expressions.
-