Uses of Class
org.eclipse.lemminx.settings.XMLSymbolSettings
Packages that use XMLSymbolSettings
-
Uses of XMLSymbolSettings in org.eclipse.lemminx
Methods in org.eclipse.lemminx that return XMLSymbolSettingsMethods in org.eclipse.lemminx with parameters of type XMLSymbolSettingsModifier and TypeMethodDescriptionvoidXMLTextDocumentService.updateSymbolSettings(XMLSymbolSettings newSettings) -
Uses of XMLSymbolSettings in org.eclipse.lemminx.services
Methods in org.eclipse.lemminx.services with parameters of type XMLSymbolSettingsModifier and TypeMethodDescriptionList<org.eclipse.lsp4j.DocumentSymbol>XMLLanguageService.findDocumentSymbols(DOMDocument xmlDocument, XMLSymbolSettings symbolSettings) XMLLanguageService.findDocumentSymbols(DOMDocument xmlDocument, XMLSymbolSettings symbolSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) List<org.eclipse.lsp4j.SymbolInformation>XMLLanguageService.findSymbolInformations(DOMDocument xmlDocument, XMLSymbolSettings symbolSettings) XMLLanguageService.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 XMLSymbolSettingsModifier and TypeMethodDescriptionXMLGeneralClientSettings.getSymbols()SharedSettings.getSymbolSettings()Methods in org.eclipse.lemminx.settings with parameters of type XMLSymbolSettingsModifier and TypeMethodDescriptionvoidXMLSymbolSettings.merge(XMLSymbolSettings newSettings) voidXMLGeneralClientSettings.setSymbols(XMLSymbolSettings symbols)