|
Deprecated Methods |
VOTableUtil.ObjectFactory.clearDefaultFactoryLastError()
will be removed in a future release.
Use com.tbf.xml.XmlObjectFactory.clearLastError(). |
VOTableUtil.ObjectFactory.clearDefaultFactoryLastException()
will be removed in a future release.
Use com.tbf.xml.XmlObjectFactory.clearLastException(). |
VOTableUtil.ObjectFactory.createList(ResultSet)
will be removed in a future release.
Use com.tbf.xml.XmlObjectFactory.getList(java.sql.ResultSet). |
VOTableUtil.ObjectFactory.createList(XmlElement)
will be removed in a future release.
Use com.tbf.xml.XmlObjectFactory.getList(XmlElement). |
VOTableUtil.ObjectFactory.createObject(File)
will be removed in a future release.
Use com.tbf.xml.XmlObjectFactory.getInstance(java.io.File). |
VOTableUtil.ObjectFactory.createObject(InputStream)
will be removed in a future release.
Use com.tbf.xml.XmlObjectFactory.getInstance(java.io.InputStream). |
VOTableUtil.ObjectFactory.createObject(ResultSet)
will be removed in a future release.
Use com.tbf.xml.XmlObjectFactory.getInstance(java.sql.ResultSet). |
VOTableUtil.ObjectFactory.createObject(String)
will be removed in a future release.
Use com.tbf.xml.XmlObjectFactory.getInstance(String). |
VOTableUtil.ObjectFactory.createObject(String, XmlElement)
will be removed in a future release.
Use com.tbf.xml.XmlObjectFactory.getInstance(String, XmlElement). |
VOTableUtil.ObjectFactory.createObject(XmlElement)
will be removed in a future release.
Use com.tbf.xml.XmlObjectFactory.getInstance(XmlElement). |
VOTableUtil.ObjectFactory.createObjectFromString(String)
will be removed in a future release.
Use com.tbf.xml.XmlObjectFactory.getInstanceFromString(String). |
VOTableUtil.ObjectFactory.createObjectFromUrl(String)
will be removed in a future release.
Use com.tbf.xml.XmlObjectFactory.getInstanceFromUrl(String). |
VOTableUtil.Binary.fromXml(XmlElement)
will be removed in a future release.
Use Binary.unmarshal(XmlElement). |
VOTableUtil.Coosys.fromXml(XmlElement)
will be removed in a future release.
Use Coosys.unmarshal(XmlElement). |
VOTableUtil.Data.fromXml(XmlElement)
will be removed in a future release.
Use Data.unmarshal(XmlElement). |
VOTableUtil.Definitions.fromXml(XmlElement)
will be removed in a future release.
Use Definitions.unmarshal(XmlElement). |
VOTableUtil.Field.fromXml(XmlElement)
will be removed in a future release.
Use Field.unmarshal(XmlElement). |
VOTableUtil.Fits.fromXml(XmlElement)
will be removed in a future release.
Use Fits.unmarshal(XmlElement). |
VOTableUtil.Info.fromXml(XmlElement)
will be removed in a future release.
Use Info.unmarshal(XmlElement). |
VOTableUtil.Link.fromXml(XmlElement)
will be removed in a future release.
Use Link.unmarshal(XmlElement). |
VOTableUtil.Max.fromXml(XmlElement)
will be removed in a future release.
Use Max.unmarshal(XmlElement). |
VOTableUtil.Min.fromXml(XmlElement)
will be removed in a future release.
Use Min.unmarshal(XmlElement). |
VOTableUtil.Option.fromXml(XmlElement)
will be removed in a future release.
Use Option.unmarshal(XmlElement). |
VOTableUtil.Param.fromXml(XmlElement)
will be removed in a future release.
Use Param.unmarshal(XmlElement). |
VOTableUtil.Resource.fromXml(XmlElement)
will be removed in a future release.
Use Resource.unmarshal(XmlElement). |
VOTableUtil.Stream.fromXml(XmlElement)
will be removed in a future release.
Use Stream.unmarshal(XmlElement). |
VOTableUtil.Table.fromXml(XmlElement)
will be removed in a future release.
Use Table.unmarshal(XmlElement). |
VOTableUtil.Tabledata.fromXml(XmlElement)
will be removed in a future release.
Use Tabledata.unmarshal(XmlElement). |
VOTableUtil.Td.fromXml(XmlElement)
will be removed in a future release.
Use Td.unmarshal(XmlElement). |
VOTableUtil.Tr.fromXml(XmlElement)
will be removed in a future release.
Use Tr.unmarshal(XmlElement). |
VOTableUtil.Values.fromXml(XmlElement)
will be removed in a future release.
Use Values.unmarshal(XmlElement). |
VOTableUtil.Votable.fromXml(XmlElement)
will be removed in a future release.
Use Votable.unmarshal(XmlElement). |
VOTableUtil.ObjectFactory.getDefaultFactoryLastError()
will be removed in a future release.
Use com.tbf.xml.XmlObjectFactory.getLastError(). |
VOTableUtil.ObjectFactory.getDefaultFactoryLastException()
will be removed in a future release.
Use com.tbf.xml.XmlObjectFactory.getLastException(). |
VOTableUtil.ObjectFactory.setDefaultFactoryXmlBinding(String, String)
will be removed in a future release.
Use com.tbf.xml.XmlObjectFactory.setXmlBinding(String, String). |
VOTableUtil.ObjectFactory.setDefaultFactoryXmlBinding(String, XmlObjectFactory)
will be removed in a future release.
Use com.tbf.xml.XmlObjectFactory.setXmlBinding(String, XmlObjectFactory). |
VOTableUtil.Binary.toXml(OutputStream)
This method will be removed in a future release.
Use Binary.marshal(XmlOutputStream) or Binary.marshal(OutputStream). |
VOTableUtil.Coosys.toXml(OutputStream)
This method will be removed in a future release.
Use Coosys.marshal(XmlOutputStream) or Coosys.marshal(OutputStream). |
VOTableUtil.Data.toXml(OutputStream)
This method will be removed in a future release.
Use Data.marshal(XmlOutputStream) or Data.marshal(OutputStream). |
VOTableUtil.Definitions.toXml(OutputStream)
This method will be removed in a future release.
Use Definitions.marshal(XmlOutputStream) or Definitions.marshal(OutputStream). |
VOTableUtil.Field.toXml(OutputStream)
This method will be removed in a future release.
Use Field.marshal(XmlOutputStream) or Field.marshal(OutputStream). |
VOTableUtil.Fits.toXml(OutputStream)
This method will be removed in a future release.
Use Fits.marshal(XmlOutputStream) or Fits.marshal(OutputStream). |
VOTableUtil.Info.toXml(OutputStream)
This method will be removed in a future release.
Use Info.marshal(XmlOutputStream) or Info.marshal(OutputStream). |
VOTableUtil.Link.toXml(OutputStream)
This method will be removed in a future release.
Use Link.marshal(XmlOutputStream) or Link.marshal(OutputStream). |
VOTableUtil.Max.toXml(OutputStream)
This method will be removed in a future release.
Use Max.marshal(XmlOutputStream) or Max.marshal(OutputStream). |
VOTableUtil.Min.toXml(OutputStream)
This method will be removed in a future release.
Use Min.marshal(XmlOutputStream) or Min.marshal(OutputStream). |
VOTableUtil.Option.toXml(OutputStream)
This method will be removed in a future release.
Use Option.marshal(XmlOutputStream) or Option.marshal(OutputStream). |
VOTableUtil.Param.toXml(OutputStream)
This method will be removed in a future release.
Use Param.marshal(XmlOutputStream) or Param.marshal(OutputStream). |
VOTableUtil.Resource.toXml(OutputStream)
This method will be removed in a future release.
Use Resource.marshal(XmlOutputStream) or Resource.marshal(OutputStream). |
VOTableUtil.Stream.toXml(OutputStream)
This method will be removed in a future release.
Use Stream.marshal(XmlOutputStream) or Stream.marshal(OutputStream). |
VOTableUtil.Table.toXml(OutputStream)
This method will be removed in a future release.
Use Table.marshal(XmlOutputStream) or Table.marshal(OutputStream). |
VOTableUtil.Tabledata.toXml(OutputStream)
This method will be removed in a future release.
Use Tabledata.marshal(XmlOutputStream) or Tabledata.marshal(OutputStream). |
VOTableUtil.Td.toXml(OutputStream)
This method will be removed in a future release.
Use Td.marshal(XmlOutputStream) or Td.marshal(OutputStream). |
VOTableUtil.Tr.toXml(OutputStream)
This method will be removed in a future release.
Use Tr.marshal(XmlOutputStream) or Tr.marshal(OutputStream). |
VOTableUtil.Values.toXml(OutputStream)
This method will be removed in a future release.
Use Values.marshal(XmlOutputStream) or Values.marshal(OutputStream). |
VOTableUtil.Votable.toXml(OutputStream)
This method will be removed in a future release.
Use Votable.marshal(XmlOutputStream) or Votable.marshal(OutputStream). |
VOTableUtil.Binary.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Binary.marshal(XmlOutputStream) or Binary.marshal(OutputStream). |
VOTableUtil.Coosys.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Coosys.marshal(XmlOutputStream) or Coosys.marshal(OutputStream). |
VOTableUtil.Data.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Data.marshal(XmlOutputStream) or Data.marshal(OutputStream). |
VOTableUtil.Definitions.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Definitions.marshal(XmlOutputStream) or Definitions.marshal(OutputStream). |
VOTableUtil.Field.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Field.marshal(XmlOutputStream) or Field.marshal(OutputStream). |
VOTableUtil.Fits.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Fits.marshal(XmlOutputStream) or Fits.marshal(OutputStream). |
VOTableUtil.Info.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Info.marshal(XmlOutputStream) or Info.marshal(OutputStream). |
VOTableUtil.Link.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Link.marshal(XmlOutputStream) or Link.marshal(OutputStream). |
VOTableUtil.Max.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Max.marshal(XmlOutputStream) or Max.marshal(OutputStream). |
VOTableUtil.Min.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Min.marshal(XmlOutputStream) or Min.marshal(OutputStream). |
VOTableUtil.Option.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Option.marshal(XmlOutputStream) or Option.marshal(OutputStream). |
VOTableUtil.Param.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Param.marshal(XmlOutputStream) or Param.marshal(OutputStream). |
VOTableUtil.Resource.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Resource.marshal(XmlOutputStream) or Resource.marshal(OutputStream). |
VOTableUtil.Stream.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Stream.marshal(XmlOutputStream) or Stream.marshal(OutputStream). |
VOTableUtil.Table.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Table.marshal(XmlOutputStream) or Table.marshal(OutputStream). |
VOTableUtil.Tabledata.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Tabledata.marshal(XmlOutputStream) or Tabledata.marshal(OutputStream). |
VOTableUtil.Td.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Td.marshal(XmlOutputStream) or Td.marshal(OutputStream). |
VOTableUtil.Tr.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Tr.marshal(XmlOutputStream) or Tr.marshal(OutputStream). |
VOTableUtil.Values.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Values.marshal(XmlOutputStream) or Values.marshal(OutputStream). |
VOTableUtil.Votable.toXml(OutputStream, boolean)
This method will be removed in a future release.
Use Votable.marshal(XmlOutputStream) or Votable.marshal(OutputStream). |
VOTableUtil.Binary.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Binary.marshal(XmlOutputStream) or Binary.marshal(OutputStream). |
VOTableUtil.Coosys.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Coosys.marshal(XmlOutputStream) or Coosys.marshal(OutputStream). |
VOTableUtil.Data.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Data.marshal(XmlOutputStream) or Data.marshal(OutputStream). |
VOTableUtil.Definitions.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Definitions.marshal(XmlOutputStream) or Definitions.marshal(OutputStream). |
VOTableUtil.Field.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Field.marshal(XmlOutputStream) or Field.marshal(OutputStream). |
VOTableUtil.Fits.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Fits.marshal(XmlOutputStream) or Fits.marshal(OutputStream). |
VOTableUtil.Info.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Info.marshal(XmlOutputStream) or Info.marshal(OutputStream). |
VOTableUtil.Link.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Link.marshal(XmlOutputStream) or Link.marshal(OutputStream). |
VOTableUtil.Max.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Max.marshal(XmlOutputStream) or Max.marshal(OutputStream). |
VOTableUtil.Min.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Min.marshal(XmlOutputStream) or Min.marshal(OutputStream). |
VOTableUtil.Option.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Option.marshal(XmlOutputStream) or Option.marshal(OutputStream). |
VOTableUtil.Param.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Param.marshal(XmlOutputStream) or Param.marshal(OutputStream). |
VOTableUtil.Resource.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Resource.marshal(XmlOutputStream) or Resource.marshal(OutputStream). |
VOTableUtil.Stream.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Stream.marshal(XmlOutputStream) or Stream.marshal(OutputStream). |
VOTableUtil.Table.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Table.marshal(XmlOutputStream) or Table.marshal(OutputStream). |
VOTableUtil.Tabledata.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Tabledata.marshal(XmlOutputStream) or Tabledata.marshal(OutputStream). |
VOTableUtil.Td.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Td.marshal(XmlOutputStream) or Td.marshal(OutputStream). |
VOTableUtil.Tr.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Tr.marshal(XmlOutputStream) or Tr.marshal(OutputStream). |
VOTableUtil.Values.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Values.marshal(XmlOutputStream) or Values.marshal(OutputStream). |
VOTableUtil.Votable.toXml(OutputStream, String, boolean)
This method will be removed in a future release.
Use Votable.marshal(XmlOutputStream) or Votable.marshal(OutputStream). |