Class DocumentTelemetryParticipant
java.lang.Object
org.eclipse.lemminx.extensions.contentmodel.participants.DocumentTelemetryParticipant
- All Implemented Interfaces:
IDocumentLifecycleParticipant
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentTelemetryParticipant(TelemetryManager telemetryManager, ContentModelManager contentManager) -
Method Summary
Modifier and TypeMethodDescriptionvoiddidChange(DOMDocument document) Handler called when an XML document is changed.voiddidClose(DOMDocument document) Handler called when an XML document is closed.voiddidOpen(DOMDocument document) Handler called when an XML document is opened.voiddidSave(DOMDocument document) Handler called when an XML document is saved.
-
Constructor Details
-
DocumentTelemetryParticipant
public DocumentTelemetryParticipant(TelemetryManager telemetryManager, ContentModelManager contentManager)
-
-
Method Details
-
didOpen
Description copied from interface:IDocumentLifecycleParticipantHandler called when an XML document is opened.- Specified by:
didOpenin interfaceIDocumentLifecycleParticipant- Parameters:
document- the DOM document
-
didChange
Description copied from interface:IDocumentLifecycleParticipantHandler called when an XML document is changed.- Specified by:
didChangein interfaceIDocumentLifecycleParticipant- Parameters:
document- the DOM document
-
didSave
Description copied from interface:IDocumentLifecycleParticipantHandler called when an XML document is saved.- Specified by:
didSavein interfaceIDocumentLifecycleParticipant- Parameters:
document- the DOM document
-
didClose
Description copied from interface:IDocumentLifecycleParticipantHandler called when an XML document is closed.- Specified by:
didClosein interfaceIDocumentLifecycleParticipant- Parameters:
document- the DOM document
-