org.qsos.transformation
Interface IDesXMLizer

All Known Implementing Classes:
DesXMLizer

public interface IDesXMLizer

This interface should be implemented by a DesXMLizer.

Author:
Arthur Clerfeuille

Method Summary
 ISheet transformFromXML(java.net.URL url)
           This method transforms an xml file given by is url (use "file:///path/toto.xml" if local) and returns an IElement which is the root element of the xml file in the java modelisation.
 

Method Detail

transformFromXML

ISheet transformFromXML(java.net.URL url)
                        throws org.jdom.JDOMException,
                               java.io.IOException

This method transforms an xml file given by is url (use "file:///path/toto.xml" if local) and returns an IElement which is the root element of the xml file in the java modelisation.

Parameters:
url - the url of the xml file
Returns:
ISheet the sheet in the java modelisation
Throws:
org.jdom.JDOMException
java.io.IOException