Uses of Class
org.eclipse.lemminx.settings.XMLSymbolFilter
Packages that use XMLSymbolFilter
Package
Description
-
Uses of XMLSymbolFilter in org.eclipse.lemminx.extensions.contentmodel.participants
Methods in org.eclipse.lemminx.extensions.contentmodel.participants with parameters of type XMLSymbolFilterModifier and TypeMethodDescriptionvoidContentModelSymbolsProviderParticipant.findDocumentSymbols(DOMDocument document, DocumentSymbolsResult symbols, XMLSymbolFilter filter, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) voidContentModelSymbolsProviderParticipant.findSymbolInformations(DOMDocument document, SymbolInformationResult symbols, XMLSymbolFilter filter, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) -
Uses of XMLSymbolFilter in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions with parameters of type XMLSymbolFilterModifier 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.voidISymbolsProviderParticipant.findSymbolInformations(DOMDocument document, SymbolInformationResult symbols, XMLSymbolFilter filter, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) Fill the given symbol information result with custom symbol informations. -
Uses of XMLSymbolFilter in org.eclipse.lemminx.settings
Fields in org.eclipse.lemminx.settings declared as XMLSymbolFilterMethods in org.eclipse.lemminx.settings that return XMLSymbolFilterModifier and TypeMethodDescriptionXMLSymbolSettings.getFilterFor(String uri) XMLSymbolSettings.getFilters()Methods in org.eclipse.lemminx.settings with parameters of type XMLSymbolFilter