Class Summary |
DataFormat |
Class of objects representing the different serialization formats
into which VOTable cell data can be written. |
FieldElement |
Table column characteristics represented by a FIELD element in a VOTable. |
LinkElement |
Object representing a LINK element in a VOTable. |
ParamElement |
Object representing a PARAM element in a VOTable. |
TableElement |
An object representing the TABLE element of a VOTable. |
ValuesElement |
Field or Param value restriction set represented by a VALUES element
in a VOTable. |
VOElement |
Generic element in a VOTable document. |
VOElementFactory |
Provides static methods for constructing VOElements from a variety
of sources. |
VOSerializer |
Class which knows how to serialize a table's fields and data to a
VOTable DATA element. |
VOStarTable |
A StarTable implementation based on a VOTable. |
VOTableBuilder |
Implementation of the TableBuilder interface which
gets StarTables from VOTable documents. |
VOTableWriter |
Implementation of the StarTableWriter interface for
VOTables. |