handlesElement(StructureElement element) Returns whether this converter is able to transform the specified structure element to an
other representation.
public boolean
handlesOther(Object other) Returns whether this converter is able to transform the specified other representation to a
structure element.
Converts the specified element to an other representation, if this converter is responsible
for it. For responsibility see
XMLActionEventConverter.handlesElement(StructureElement) .
Parameters: element - the structure element to convert the other representation
Returns whether this converter is able to transform the specified structure element to an
other representation. This converter is responsible for the given structure element if it
is of type
jacareto.record.ActionEventRecordable .
Parameters: element - the structure element true if this converter is responsible for this structure element;otherwise false.
Returns whether this converter is able to transform the specified other representation to a
structure element. This converter is responsible if the other representation is of type
jdom.org.Element and the name of the xml element is "ActionEvent"
Parameters: other - the other representation true if this converter is responsible for this other representation;otherwise false.
Methods inherited from jacareto.convert.xml.XMLAWTEventConverter