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 SavotPullEngine.getAllResources()
          Get current VOTable (all resources)
 SavotVOTable SavotPullParser.getAllResources()
          Get all resources
 SavotVOTable SavotPullEngine.getVOTable()
          Get a reference to V0TABLE object
 SavotVOTable SavotPullParser.getVOTable()
          Get a reference to V0TABLE object
 

Uses of SavotVOTable in cds.savot.writer
 

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



Copyright © 2009 UDS/CNRS