Uses of Class
cds.savot.model.SavotVOTable

Packages that use SavotVOTable
cds.savot.pull   
cds.savot.writer   
 

Uses of SavotVOTable in cds.savot.pull
 

Methods in cds.savot.pull that return SavotVOTable
 SavotVOTable SavotPullParser.getVOTable()
          Get a reference to V0TABLE object
 SavotVOTable SavotPullParser.getAllResources()
          Get all resources
 SavotVOTable SavotPullEngine.getVOTable()
          Get a reference to V0TABLE object
 SavotVOTable SavotPullEngine.getAllResources()
          Get current VOTable (all resources)
 

Uses of SavotVOTable in cds.savot.writer
 

Methods in cds.savot.writer with parameters of type SavotVOTable
 void WriteDocument.generateDocument(SavotVOTable votable)
          Generates a VOTable XML document corresponding to the internal model The result is sent to the standard output
 void WriteDocument.generateDocument(SavotVOTable votable, java.io.OutputStream stream)
          Generates a VOTable XML document corresponding to the internal model
 void WriteDocument.generateDocument(SavotVOTable votable, java.lang.String file)
          Generates a VOTable XML document corresponding to the internal model
 void WriteDocument.generateDocument(SavotVOTable votable, java.lang.String file, java.io.OutputStream stream)
          Generates a VOTable XML document corresponding to the internal model