Uses of Interface
org.qsos.data.ISheet

Packages that use ISheet
org.qsos.data   
org.qsos.transformation   
org.qsos.utils   
 

Uses of ISheet in org.qsos.data
 

Classes in org.qsos.data that implement ISheet
 class Sheet
          A sheet is a class which represents an xml document.
 

Uses of ISheet in org.qsos.transformation
 

Methods in org.qsos.transformation that return ISheet
 ISheet IDesXMLizer.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.
 ISheet DesXMLizer.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.
 

Methods in org.qsos.transformation with parameters of type ISheet
 java.lang.String IXMLizer.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
 java.lang.String XMLizer.transformToXml(ISheet sheet)
          This method takes an ISheet, representing the xml file and convert it into a string which is the content of an xml file.
 void IXMLizer.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
 void XMLizer.transformToXml(ISheet target, java.lang.String path)
          This method takes a Sheet and create the xml file given by the path
 

Uses of ISheet in org.qsos.utils
 

Methods in org.qsos.utils that return ISheet
 ISheet LibQSOS.getSheet()
           
 ISheet ILibQSOS.getSheet()
           
 ISheet Search.getSheet()
           
 

Methods in org.qsos.utils with parameters of type ISheet
 void LibQSOS.setSheet(ISheet sheet)
           
 void ILibQSOS.setSheet(ISheet sheet)
           
 void Search.setSheet(ISheet sheet)
           
 

Constructors in org.qsos.utils with parameters of type ISheet
LibQSOS(ISheet sheet)
          Constructor for the class LibQSOS which sets the sheet.