Uses of Class
org.eclipse.lemminx.services.SymbolInformationResult
-
Packages that use SymbolInformationResult Package Description org.eclipse.lemminx.extensions.contentmodel.participants org.eclipse.lemminx.services org.eclipse.lemminx.services.extensions -
-
Uses of SymbolInformationResult in org.eclipse.lemminx.extensions.contentmodel.participants
Methods in org.eclipse.lemminx.extensions.contentmodel.participants with parameters of type SymbolInformationResult Modifier and Type Method Description voidContentModelSymbolsProviderParticipant. findSymbolInformations(DOMDocument document, SymbolInformationResult symbols, XMLSymbolFilter filter, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) -
Uses of SymbolInformationResult in org.eclipse.lemminx.services
Methods in org.eclipse.lemminx.services that return SymbolInformationResult Modifier and Type Method Description SymbolInformationResultXMLLanguageService. findSymbolInformations(DOMDocument xmlDocument, XMLSymbolSettings symbolSettings, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker) -
Uses of SymbolInformationResult in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions with parameters of type SymbolInformationResult Modifier and Type Method Description voidISymbolsProviderParticipant. findSymbolInformations(DOMDocument document, SymbolInformationResult symbols, XMLSymbolFilter filter, org.eclipse.lsp4j.jsonrpc.CancelChecker cancelChecker)Fill the given symbol information result with custom symbol informations.
-