Class XMLReferences
java.lang.Object
org.eclipse.lemminx.settings.PathPatternMatcher
org.eclipse.lemminx.extensions.references.settings.XMLReferences
XML references which stores list of
XMLReferenceExpression applied
for a give pattern.- Author:
- Angelo ZERR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns list of XML reference expressions.voidsetExpressions(List<XMLReferenceExpression> expressions) Set list of XML reference expressions.voidsetMultiple(Boolean multiple) voidMethods inherited from class org.eclipse.lemminx.settings.PathPatternMatcher
equals, getPathMatcher, getPattern, matches, matches, setPathMatcher, setPattern
-
Constructor Details
-
XMLReferences
public XMLReferences()
-
-
Method Details
-
getExpressions
Returns list of XML reference expressions.- Returns:
- list of XML reference expressions.
-
setExpressions
Set list of XML reference expressions.- Parameters:
expressions- list of XML reference expressions.
-
getPrefix
-
setPrefix
-
getMultiple
-
setMultiple
-