Class XMLSymbolsSettings
java.lang.Object
org.eclipse.lemminx.extensions.contentmodel.settings.XMLSymbolsSettings
XML symbol settings for content model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if the referenced grammars must be inserted in the symbols and false otherwise.voidsetShowReferencedGrammars(boolean showReferencedGrammars)
-
Constructor Details
-
XMLSymbolsSettings
public XMLSymbolsSettings()
-
-
Method Details
-
isShowReferencedGrammars
public boolean isShowReferencedGrammars()Returns true if the referenced grammars must be inserted in the symbols and false otherwise.- Returns:
- true if the referenced grammars must be inserted in the symbols and false otherwise.
-
setShowReferencedGrammars
public void setShowReferencedGrammars(boolean showReferencedGrammars)
-