public class XIncludePlugin extends Object implements IXMLExtension
| Constructor and Description |
|---|
XIncludePlugin() |
| Modifier and Type | Method and Description |
|---|---|
ContentModelManager |
getContentModelManager() |
void |
start(org.eclipse.lsp4j.InitializeParams params,
XMLExtensionsRegistry registry)
Start method to register participants like
ICompletionParticipant,
IHoverParticipant, IDiagnosticsParticipant in the given
registry. |
void |
stop(XMLExtensionsRegistry registry)
Stop method to un-register participants like
ICompletionParticipant,
IHoverParticipant, IDiagnosticsParticipant in the given
registry. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoSavepublic void start(org.eclipse.lsp4j.InitializeParams params,
XMLExtensionsRegistry registry)
IXMLExtensionICompletionParticipant,
IHoverParticipant, IDiagnosticsParticipant in the given
registry.start in interface IXMLExtensionpublic void stop(XMLExtensionsRegistry registry)
IXMLExtensionICompletionParticipant,
IHoverParticipant, IDiagnosticsParticipant in the given
registry.stop in interface IXMLExtensionpublic ContentModelManager getContentModelManager()
Copyright © 2024. All rights reserved.