Uses of Class
org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
-
-
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.catalog
Methods in org.eclipse.lemminx.extensions.catalog with parameters of type XMLExtensionsRegistry Modifier and Type Method Description voidXMLCatalogPlugin. start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry)voidXMLCatalogPlugin. stop(XMLExtensionsRegistry registry)Constructors in org.eclipse.lemminx.extensions.catalog with parameters of type XMLExtensionsRegistry Constructor Description XMLCatalogURIResolverExtension(XMLExtensionsRegistry extensionsRegistry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.colors
Methods in org.eclipse.lemminx.extensions.colors with parameters of type XMLExtensionsRegistry Modifier and Type Method Description voidXMLColorsPlugin. start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry)voidXMLColorsPlugin. stop(XMLExtensionsRegistry registry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.contentmodel
Methods in org.eclipse.lemminx.extensions.contentmodel with parameters of type XMLExtensionsRegistry Modifier and Type Method Description voidContentModelPlugin. start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry)voidContentModelPlugin. stop(XMLExtensionsRegistry registry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.dtd
Methods in org.eclipse.lemminx.extensions.dtd with parameters of type XMLExtensionsRegistry Modifier and Type Method Description voidDTDPlugin. start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry)voidDTDPlugin. stop(XMLExtensionsRegistry registry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.entities
Methods in org.eclipse.lemminx.extensions.entities with parameters of type XMLExtensionsRegistry Modifier and Type Method Description voidEntitiesPlugin. start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry)voidEntitiesPlugin. stop(XMLExtensionsRegistry registry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.filepath
Methods in org.eclipse.lemminx.extensions.filepath with parameters of type XMLExtensionsRegistry Modifier and Type Method Description voidFilePathPlugin. start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry)voidFilePathPlugin. stop(XMLExtensionsRegistry registry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.generators
Methods in org.eclipse.lemminx.extensions.generators with parameters of type XMLExtensionsRegistry Modifier and Type Method Description voidFileContentGeneratorPlugin. start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry)voidFileContentGeneratorPlugin. stop(XMLExtensionsRegistry registry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.prolog
Methods in org.eclipse.lemminx.extensions.prolog with parameters of type XMLExtensionsRegistry Modifier and Type Method Description voidPrologPlugin. start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry)voidPrologPlugin. stop(XMLExtensionsRegistry registry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.references
Methods in org.eclipse.lemminx.extensions.references with parameters of type XMLExtensionsRegistry Modifier and Type Method Description voidXMLReferencesPlugin. start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry)voidXMLReferencesPlugin. stop(XMLExtensionsRegistry registry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.relaxng
Methods in org.eclipse.lemminx.extensions.relaxng with parameters of type XMLExtensionsRegistry Modifier and Type Method Description voidRelaxNGPlugin. start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry)voidRelaxNGPlugin. stop(XMLExtensionsRegistry registry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.xinclude
Methods in org.eclipse.lemminx.extensions.xinclude with parameters of type XMLExtensionsRegistry Modifier and Type Method Description voidXIncludePlugin. start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry)voidXIncludePlugin. stop(XMLExtensionsRegistry registry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.xmlmodel
Methods in org.eclipse.lemminx.extensions.xmlmodel with parameters of type XMLExtensionsRegistry Modifier and Type Method Description voidXMLModelPlugin. start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry)voidXMLModelPlugin. stop(XMLExtensionsRegistry registry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.xsd
Methods in org.eclipse.lemminx.extensions.xsd with parameters of type XMLExtensionsRegistry Modifier and Type Method Description voidXSDPlugin. start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry)voidXSDPlugin. stop(XMLExtensionsRegistry registry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.xsi
Methods in org.eclipse.lemminx.extensions.xsi with parameters of type XMLExtensionsRegistry Modifier and Type Method Description voidXSISchemaPlugin. start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry)voidXSISchemaPlugin. stop(XMLExtensionsRegistry registry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.xsl
Methods in org.eclipse.lemminx.extensions.xsl with parameters of type XMLExtensionsRegistry Modifier and Type Method Description voidXSLPlugin. start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry)voidXSLPlugin. stop(XMLExtensionsRegistry registry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.services
Subclasses of XMLExtensionsRegistry in org.eclipse.lemminx.services Modifier and Type Class Description classXMLLanguageServiceXML Language service.Constructors in org.eclipse.lemminx.services with parameters of type XMLExtensionsRegistry Constructor Description XMLCodeActions(XMLExtensionsRegistry extensionsRegistry)XMLCompletions(XMLExtensionsRegistry extensionsRegistry)XMLPrepareRename(XMLExtensionsRegistry extensionsRegistry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions with parameters of type XMLExtensionsRegistry Modifier and Type Method Description voidIXMLExtension. start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry)Start method to register participants likeICompletionParticipant,IHoverParticipant,IDiagnosticsParticipantin the given registry.voidIXMLExtension. stop(XMLExtensionsRegistry registry)Stop method to un-register participants likeICompletionParticipant,IHoverParticipant,IDiagnosticsParticipantin the given registry.
-