Add XML export implementation with the association type implementation
commita18cf2f77a59d957dbfb9f01ccb52e4eeb68e2c4
authorImran M Yousuf <imyousuf@smartitengineering.com>
Sat, 19 Sep 2009 09:34:55 +0000 (19 16:34 +0700)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Sat, 19 Sep 2009 09:34:55 +0000 (19 16:34 +0700)
treeeea93e56d0799ff1db85a648b2173eec8c90bac9
parent93fa2511617d1f90e988fd41b0b2ec4e4745ed63
Add XML export implementation with the association type implementation

The XML export implementation will be complete if and when all the element
export is complete. This change adds the element exporter API and please
note that while implementing this API might change.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-exim/smart-exim-xml-impl/src/main/java/com/smartitengineering/exim/impl/xml/ElementExporter.java [new file with mode: 0644]
smart-exim/smart-exim-xml-impl/src/main/java/com/smartitengineering/exim/impl/xml/XMLExporterImpl.java