Uses of Class
org.eclipse.lemminx.services.extensions.XMLExtensionsRegistry
Packages that use XMLExtensionsRegistry
Package
Description
-
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.catalog
Methods in org.eclipse.lemminx.extensions.catalog with parameters of type XMLExtensionsRegistryModifier and TypeMethodDescriptionvoidXMLCatalogPlugin.start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry) voidXMLCatalogPlugin.stop(XMLExtensionsRegistry registry) Constructors in org.eclipse.lemminx.extensions.catalog with parameters of type XMLExtensionsRegistryModifierConstructorDescriptionXMLCatalogURIResolverExtension(XMLExtensionsRegistry extensionsRegistry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.colors
Methods in org.eclipse.lemminx.extensions.colors with parameters of type XMLExtensionsRegistryModifier and TypeMethodDescriptionvoidXMLColorsPlugin.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 XMLExtensionsRegistryModifier and TypeMethodDescriptionvoidContentModelPlugin.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 XMLExtensionsRegistryModifier and TypeMethodDescriptionvoidDTDPlugin.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 XMLExtensionsRegistryModifier and TypeMethodDescriptionvoidEntitiesPlugin.start(org.eclipse.lsp4j.InitializeParams params, XMLExtensionsRegistry registry) voidEntitiesPlugin.stop(XMLExtensionsRegistry registry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.extensions.general
Methods in org.eclipse.lemminx.extensions.general with parameters of type XMLExtensionsRegistryModifier and TypeMethodDescriptionvoidFilePathPlugin.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 XMLExtensionsRegistryModifier and TypeMethodDescriptionvoidFileContentGeneratorPlugin.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 XMLExtensionsRegistryModifier and TypeMethodDescriptionvoidPrologPlugin.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 XMLExtensionsRegistryModifier and TypeMethodDescriptionvoidXMLReferencesPlugin.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 XMLExtensionsRegistryModifier and TypeMethodDescriptionvoidRelaxNGPlugin.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 XMLExtensionsRegistryModifier and TypeMethodDescriptionvoidXIncludePlugin.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 XMLExtensionsRegistryModifier and TypeMethodDescriptionvoidXMLModelPlugin.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 XMLExtensionsRegistryModifier and TypeMethodDescriptionvoidXSDPlugin.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 XMLExtensionsRegistryModifier and TypeMethodDescriptionvoidXSISchemaPlugin.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 XMLExtensionsRegistryModifier and TypeMethodDescriptionvoidXSLPlugin.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.servicesConstructors in org.eclipse.lemminx.services with parameters of type XMLExtensionsRegistryModifierConstructorDescriptionXMLCodeActions(XMLExtensionsRegistry extensionsRegistry) XMLCompletions(XMLExtensionsRegistry extensionsRegistry) XMLPrepareRename(XMLExtensionsRegistry extensionsRegistry) XMLRename(XMLExtensionsRegistry extensionsRegistry) -
Uses of XMLExtensionsRegistry in org.eclipse.lemminx.services.extensions
Methods in org.eclipse.lemminx.services.extensions with parameters of type XMLExtensionsRegistryModifier and TypeMethodDescriptionvoidIXMLExtension.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.