| |
|
| jacareto.convert.xml.XMLRecordableConverter jacareto.convert.xml.XMLEventObjectConverter jacareto.convert.xml.XMLChangeEventConverter
XMLChangeEventConverter | public XMLChangeEventConverter(Environment env)(Code) | | Creates a new converter.
Parameters: env - the environment |
handlesElement | public boolean handlesElement(StructureElement element)(Code) | | 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.ChangeEventRecordable .
Parameters: element - the structure element true if this converter is responsible for this structure element;otherwise false . |
handlesOther | public boolean handlesOther(Object other)(Code) | | 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 "ChangeEvent"
Parameters: other - the other representation true if this converter is responsible for this other representation;otherwise false . |
|
|
|