Uses of Class
org.eclipse.lemminx.settings.XMLSymbolSettings
-
Packages that use XMLSymbolSettings Package Description org.eclipse.lemminx org.eclipse.lemminx.services org.eclipse.lemminx.settings -
-
Uses of XMLSymbolSettings in org.eclipse.lemminx
Methods in org.eclipse.lemminx that return XMLSymbolSettings Modifier and Type Method Description XMLSymbolSettingsXMLTextDocumentService. getSharedSymbolSettings()Methods in org.eclipse.lemminx with parameters of type XMLSymbolSettings Modifier and Type Method Description voidXMLTextDocumentService. updateSymbolSettings(XMLSymbolSettings newSettings) -
Uses of XMLSymbolSettings in org.eclipse.lemminx.services
Methods in org.eclipse.lemminx.services with parameters of type XMLSymbolSettings Modifier and Type Method Description List<org.eclipse.lsp4j.DocumentSymbol>XMLLanguageService. findDocumentSymbols(DOMDocument xmlDocument, XMLSymbolSettings symbolSettings)DocumentSymbolsResultXMLLanguageService. findDocumentSymbols(DOMDocument xmlDocument, XMLSymbolSettings symbolSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)List<org.eclipse.lsp4j.SymbolInformation>XMLLanguageService. findSymbolInformations(DOMDocument xmlDocument, XMLSymbolSettings symbolSettings)SymbolInformationResultXMLLanguageService. findSymbolInformations(DOMDocument xmlDocument, XMLSymbolSettings symbolSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) -
Uses of XMLSymbolSettings in org.eclipse.lemminx.settings
Methods in org.eclipse.lemminx.settings that return XMLSymbolSettings Modifier and Type Method Description XMLSymbolSettingsXMLGeneralClientSettings. getSymbols()XMLSymbolSettingsSharedSettings. getSymbolSettings()Methods in org.eclipse.lemminx.settings with parameters of type XMLSymbolSettings Modifier and Type Method Description voidXMLSymbolSettings. merge(XMLSymbolSettings newSettings)voidXMLGeneralClientSettings. setSymbols(XMLSymbolSettings symbols)
-