|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDesXMLizer
This interface should be implemented by a DesXMLizer.
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 |
---|
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.
url
- the url of the xml file
org.jdom.JDOMException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |