Uses of Interface
org.n52.oxf.TableType

Packages that use TableType
org.n52.oxf   
org.n52.oxf.impl   
 

Uses of TableType in org.n52.oxf
 

Methods in org.n52.oxf that return TableType
 TableType DocumentStructureType.TimeSeries.addNewTable()
          Appends and returns a new empty "Table" element
 TableType DocumentStructureType.TimeSeries.getTable()
          Gets the "Table" element
static TableType TableType.Factory.newInstance()
           
static TableType TableType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TableType TableType.Factory.parse(File file)
           
static TableType TableType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TableType TableType.Factory.parse(InputStream is)
           
static TableType TableType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TableType TableType.Factory.parse(Node node)
           
static TableType TableType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TableType TableType.Factory.parse(Reader r)
           
static TableType TableType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TableType TableType.Factory.parse(String xmlAsString)
           
static TableType TableType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TableType TableType.Factory.parse(URL u)
           
static TableType TableType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TableType TableType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TableType TableType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TableType TableType.Factory.parse(XMLStreamReader sr)
           
static TableType TableType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.n52.oxf with parameters of type TableType
 void DocumentStructureType.TimeSeries.setTable(TableType table)
          Sets the "Table" element
 

Uses of TableType in org.n52.oxf.impl
 

Classes in org.n52.oxf.impl that implement TableType
 class TableTypeImpl
          An XML TableType(@http://www.n52.org/oxf).
 

Methods in org.n52.oxf.impl that return TableType
 TableType DocumentStructureTypeImpl.TimeSeriesImpl.addNewTable()
          Appends and returns a new empty "Table" element
 TableType DocumentStructureTypeImpl.TimeSeriesImpl.getTable()
          Gets the "Table" element
 

Methods in org.n52.oxf.impl with parameters of type TableType
 void DocumentStructureTypeImpl.TimeSeriesImpl.setTable(TableType table)
          Sets the "Table" element
 



Copyright © 2012-2013 52north.org. All Rights Reserved.