|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IXMLizer
This interface should be implemented by the class JDomImpl. It allows to convert the modelisation in java into a String which contains the xml.
Method Summary | |
---|---|
java.lang.String |
docToString(org.jdom.Document doc)
This method converts a document (org.jdom.Document) into a String. |
java.lang.String |
transformToXml(ISheet sheet)
This method takes an ISheet, which contains the root element of the java modelisation and returns a String representation of the xml |
void |
transformToXml(ISheet sheet,
java.lang.String path)
This method takes an ISheet, which contains the root element of the java modelisation and create the xml file given by the path |
Method Detail |
---|
java.lang.String transformToXml(ISheet sheet)
sheet
- the ISheet in the java modelisation.
void transformToXml(ISheet sheet, java.lang.String path)
sheet
- the ISheet in the java modelisation.path
- the path of the file to create.java.lang.String docToString(org.jdom.Document doc)
doc
- the document to convert.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |