Class XML_Convert

This is a Post-Process observer that will convert ProvideX data files to/from XML. It will also be registered as a contributed tool and will be added to that list under the 'ProvideX' item on the menu bar.

Properties

LOCAL theDescription$="Convert ProvideX keyed files to/from XML"  
LOCAL theNotificationFlag=_pvxConstants'_idePostProcess  

Methods

FUNCTION actionPerformed(inActionEventID)  

This method will be called when the action is triggered from the contributed tools menu.

ParameterDescription
inActionEventID This is a reference to [Java Class:eventmanager/ExtCommand]
FUNCTION update(initPvxState)  

The logic to be executed when the observer is triggered. This logic must check the major and minor codes to determine the current event and then decide what action is to be performed.

ParameterDescription
initPvxState A reference to an object of class PvxState

Properties inherited from: AbstractActionListener

theDescription$, theNotificationFlag

Properties inherited from: EventManagerObserver

theDescription$, theNotificationFlag

Methods inherited from: AbstractActionListener

actionPerformed(), configPerformed(), getDescription$(), getEventNotificationFlag(), hasConfigAction(), init()

Methods inherited from: EventManagerObserver

getDescription$(), getEventNotificationFlag(), init(), update(), createAlternateSourceFile(), getAlternateSourceFile$()