Plugin Extensions designed to work only in the Text Editing Mode
These plugin extensions operate only when editing documents in the Text mode. They are
mounted automatically by the application on the contextual menu in the
Plugins submenu.
General Plugin Extension
This plugin type allows the developer to invoke custom code and to interact with the workspace of Oxygen XML Editor.
Selection Plugin Extension
A selection plugin can be applied to both an XML document and a non-XML document. It works as follows: the user makes a selection in the editor, displays the contextual menu, and selects from the Plugins submenu the item corresponding to the plugin.
Document Plugin Extension
This plugin type can be applied only to an XML document. It can modify the current document which is received as callback parameter.