Package cometa.translator

This package contains the classes that allow to map the XML metadata files to object in the Java Object Model.

See:
          Description

Class Summary
DOMtoJDOM This class translates a DOM document to JDOM.
Translator This class translates the metadta in form of an XML file into the corresponding Java object.
ValidateXML This class verifies the validity of a given XML file, checking it against its corresponding XML Schema.
 

Package cometa.translator Description

This package contains the classes that allow to map the XML metadata files to object in the Java Object Model. This translation is done thanks to the JAXB architecture.