A D E G I L O S T W X

T

testGet() - Method in class org.qsos.test.LibQSOSTest
 
testSet() - Method in class org.qsos.test.LibQSOSTest
 
toString() - Method in class org.qsos.data.Element
Returns a string representation of the Element
toString() - Method in interface org.qsos.data.IElement
Returns a string representation of the Element
transformAnElement(Element) - Method in class org.qsos.transformation.DesXMLizer
This method is private due to the fact that it is a recursive auxilary method of transformFromXML
transformAnIElement(IElement) - Method in class org.qsos.transformation.XMLizer
This method is a recursive method which allows to create all the xml node corresponding to the elemnt in the java representation.
transformFromXML(URL) - Method in class org.qsos.transformation.DesXMLizer
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.
transformFromXML(URL) - Method in interface org.qsos.transformation.IDesXMLizer
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.
transformToXml(ISheet) - Method in interface org.qsos.transformation.IXMLizer
This method takes an ISheet, which contains the root element of the java modelisation and returns a String representation of the xml
transformToXml(ISheet, String) - Method in interface org.qsos.transformation.IXMLizer
This method takes an ISheet, which contains the root element of the java modelisation and create the xml file given by the path
transformToXml(ISheet) - Method in class org.qsos.transformation.XMLizer
This method takes an ISheet, representing the xml file and convert it into a string which is the content of an xml file.
transformToXml(ISheet, String) - Method in class org.qsos.transformation.XMLizer
This method takes a Sheet and create the xml file given by the path
tree() - Method in class org.qsos.data.Element
Return a string version of the Element and its childs.
tree() - Method in interface org.qsos.data.IElement
Return a string version of the Element and its childs.

A D E G I L O S T W X