Package | Description |
---|---|
org.eclipse.lemminx.extensions.contentmodel.participants | |
org.eclipse.lemminx.services.extensions | |
org.eclipse.lemminx.settings |
Modifier and Type | Method and Description |
---|---|
void |
ContentModelSymbolsProviderParticipant.findDocumentSymbols(DOMDocument document,
DocumentSymbolsResult symbols,
XMLSymbolFilter filter,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) |
void |
ContentModelSymbolsProviderParticipant.findSymbolInformations(DOMDocument document,
SymbolInformationResult symbols,
XMLSymbolFilter filter,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) |
Modifier and Type | Method and Description |
---|---|
void |
ISymbolsProviderParticipant.findDocumentSymbols(DOMDocument document,
DocumentSymbolsResult symbols,
XMLSymbolFilter filter,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
Fill the given document symbol result with custom document symbol.
|
void |
ISymbolsProviderParticipant.findSymbolInformations(DOMDocument document,
SymbolInformationResult symbols,
XMLSymbolFilter filter,
org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)
Fill the given symbol information result with custom symbol informations.
|
Modifier and Type | Field and Description |
---|---|
static XMLSymbolFilter |
XMLSymbolFilter.DEFAULT |
Modifier and Type | Method and Description |
---|---|
XMLSymbolFilter |
XMLSymbolSettings.getFilterFor(String uri) |
XMLSymbolFilter[] |
XMLSymbolSettings.getFilters() |
Modifier and Type | Method and Description |
---|---|
void |
XMLSymbolSettings.setFilters(XMLSymbolFilter[] filters) |
Copyright © 2021. All rights reserved.