Class XMLSymbolsSettings
- java.lang.Object
-
- org.eclipse.lemminx.extensions.contentmodel.settings.XMLSymbolsSettings
-
public class XMLSymbolsSettings extends Object
XML symbol settings for content model.
-
-
Constructor Summary
Constructors Constructor Description XMLSymbolsSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisShowReferencedGrammars()Returns true if the referenced grammars must be inserted in the symbols and false otherwise.voidsetShowReferencedGrammars(boolean showReferencedGrammars)
-
-
-
Method Detail
-
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)
-
-