Package | Description |
---|---|
org.eclipse.lemminx | |
org.eclipse.lemminx.services | |
org.eclipse.lemminx.settings |
Modifier and Type | Method and Description |
---|---|
XMLSymbolSettings |
XMLTextDocumentService.getSharedSymbolSettings() |
Modifier and Type | Method and Description |
---|---|
void |
XMLTextDocumentService.updateSymbolSettings(XMLSymbolSettings newSettings) |
Modifier and Type | Method and Description |
---|---|
List<org.eclipse.lsp4j.DocumentSymbol> |
XMLLanguageService.findDocumentSymbols(DOMDocument xmlDocument,
XMLSymbolSettings symbolSettings) |
DocumentSymbolsResult |
XMLLanguageService.findDocumentSymbols(DOMDocument xmlDocument,
XMLSymbolSettings symbolSettings,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) |
List<org.eclipse.lsp4j.SymbolInformation> |
XMLLanguageService.findSymbolInformations(DOMDocument xmlDocument,
XMLSymbolSettings symbolSettings) |
SymbolInformationResult |
XMLLanguageService.findSymbolInformations(DOMDocument xmlDocument,
XMLSymbolSettings symbolSettings,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) |
Modifier and Type | Method and Description |
---|---|
XMLSymbolSettings |
XMLGeneralClientSettings.getSymbols() |
XMLSymbolSettings |
SharedSettings.getSymbolSettings() |
Modifier and Type | Method and Description |
---|---|
void |
XMLSymbolSettings.merge(XMLSymbolSettings newSettings) |
void |
XMLGeneralClientSettings.setSymbols(XMLSymbolSettings symbols) |
Copyright © 2020. All rights reserved.