Modifier and Type | Method and Description |
---|---|
void |
XMLCatalogPlugin.start(org.eclipse.lsp4j.InitializeParams params,
XMLExtensionsRegistry registry) |
void |
XMLCatalogPlugin.stop(XMLExtensionsRegistry registry) |
Constructor and Description |
---|
XMLCatalogURIResolverExtension(XMLExtensionsRegistry extensionsRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
ContentModelPlugin.start(org.eclipse.lsp4j.InitializeParams params,
XMLExtensionsRegistry registry) |
void |
ContentModelPlugin.stop(XMLExtensionsRegistry registry) |
Modifier and Type | Method and Description |
---|---|
void |
DTDPlugin.start(org.eclipse.lsp4j.InitializeParams params,
XMLExtensionsRegistry registry) |
void |
DTDPlugin.stop(XMLExtensionsRegistry registry) |
Modifier and Type | Method and Description |
---|---|
void |
EntitiesPlugin.start(org.eclipse.lsp4j.InitializeParams params,
XMLExtensionsRegistry registry) |
void |
EntitiesPlugin.stop(XMLExtensionsRegistry registry) |
Modifier and Type | Method and Description |
---|---|
void |
FilePathPlugin.start(org.eclipse.lsp4j.InitializeParams params,
XMLExtensionsRegistry registry) |
void |
FilePathPlugin.stop(XMLExtensionsRegistry registry) |
Modifier and Type | Method and Description |
---|---|
void |
FileContentGeneratorPlugin.start(org.eclipse.lsp4j.InitializeParams params,
XMLExtensionsRegistry registry) |
void |
FileContentGeneratorPlugin.stop(XMLExtensionsRegistry registry) |
Modifier and Type | Method and Description |
---|---|
void |
PrologPlugin.start(org.eclipse.lsp4j.InitializeParams params,
XMLExtensionsRegistry registry) |
void |
PrologPlugin.stop(XMLExtensionsRegistry registry) |
Modifier and Type | Method and Description |
---|---|
void |
XMLReferencesPlugin.start(org.eclipse.lsp4j.InitializeParams params,
XMLExtensionsRegistry registry) |
void |
XMLReferencesPlugin.stop(XMLExtensionsRegistry registry) |
Modifier and Type | Method and Description |
---|---|
void |
XMLModelPlugin.start(org.eclipse.lsp4j.InitializeParams params,
XMLExtensionsRegistry registry) |
void |
XMLModelPlugin.stop(XMLExtensionsRegistry registry) |
Modifier and Type | Method and Description |
---|---|
void |
XSDPlugin.start(org.eclipse.lsp4j.InitializeParams params,
XMLExtensionsRegistry registry) |
void |
XSDPlugin.stop(XMLExtensionsRegistry registry) |
Modifier and Type | Method and Description |
---|---|
void |
XSISchemaPlugin.start(org.eclipse.lsp4j.InitializeParams params,
XMLExtensionsRegistry registry) |
void |
XSISchemaPlugin.stop(XMLExtensionsRegistry registry) |
Modifier and Type | Method and Description |
---|---|
void |
XSLPlugin.start(org.eclipse.lsp4j.InitializeParams params,
XMLExtensionsRegistry registry) |
void |
XSLPlugin.stop(XMLExtensionsRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
XMLLanguageService
XML Language service.
|
Constructor and Description |
---|
XMLCodeActions(XMLExtensionsRegistry extensionsRegistry) |
XMLCompletions(XMLExtensionsRegistry extensionsRegistry) |
XMLRename(XMLExtensionsRegistry extensionsRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
IXMLExtension.start(org.eclipse.lsp4j.InitializeParams params,
XMLExtensionsRegistry registry)
Start method to register participants like
ICompletionParticipant ,
IHoverParticipant , IDiagnosticsParticipant in the given
registry. |
void |
IXMLExtension.stop(XMLExtensionsRegistry registry)
Stop method to un-register participants like
ICompletionParticipant ,
IHoverParticipant , IDiagnosticsParticipant in the given
registry. |
Copyright © 2022. All rights reserved.