Uses of Class
org.eclipse.lemminx.services.DocumentSymbolsResult
Packages that use DocumentSymbolsResult
Package
Description
-
Uses of DocumentSymbolsResult in org.eclipse.lemminx.extensions.contentmodel.participants
Methods in org.eclipse.lemminx.extensions.contentmodel.participants with parameters of type DocumentSymbolsResultModifier and TypeMethodDescriptionvoidContentModelSymbolsProviderParticipant.findDocumentSymbols(DOMDocument document, DocumentSymbolsResult symbols, XMLSymbolFilter filter, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) -
Uses of DocumentSymbolsResult in org.eclipse.lemminx.services
Fields in org.eclipse.lemminx.services declared as DocumentSymbolsResultModifier and TypeFieldDescriptionstatic final DocumentSymbolsResultDocumentSymbolsResult.EMPTY_LIMITLESS_LISTMethods in org.eclipse.lemminx.services that return DocumentSymbolsResultModifier and TypeMethodDescriptionDocumentSymbolsResult.createList()XMLLanguageService.findDocumentSymbols(DOMDocument xmlDocument, XMLSymbolSettings symbolSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) -
Uses of DocumentSymbolsResult in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions with parameters of type DocumentSymbolsResultModifier and TypeMethodDescriptionvoidISymbolsProviderParticipant.findDocumentSymbols(DOMDocument document, DocumentSymbolsResult symbols, XMLSymbolFilter filter, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Fill the given document symbol result with custom document symbol.