public interface IDocumentLifecycleParticipant
Modifier and Type | Method and Description |
---|---|
void |
didChange(DOMDocument document)
Handler called when an XML document is changed.
|
void |
didClose(DOMDocument document)
Handler called when an XML document is closed.
|
void |
didOpen(DOMDocument document)
Handler called when an XML document is opened.
|
void |
didSave(DOMDocument document)
Handler called when an XML document is saved.
|
void didOpen(DOMDocument document)
document
- the DOM documentvoid didChange(DOMDocument document)
document
- the DOM documentvoid didSave(DOMDocument document)
document
- the DOM documentvoid didClose(DOMDocument document)
document
- the DOM documentCopyright © 2021. All rights reserved.