Uses of Interface
net.opengis.sensorML.x10.HistoryDocument

Packages that use HistoryDocument
net.opengis.sensorML.x10   
net.opengis.sensorML.x10.impl   
 

Uses of HistoryDocument in net.opengis.sensorML.x10
 

Methods in net.opengis.sensorML.x10 that return HistoryDocument
static HistoryDocument HistoryDocument.Factory.newInstance()
           
static HistoryDocument HistoryDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static HistoryDocument HistoryDocument.Factory.parse(File file)
           
static HistoryDocument HistoryDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static HistoryDocument HistoryDocument.Factory.parse(InputStream is)
           
static HistoryDocument HistoryDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static HistoryDocument HistoryDocument.Factory.parse(Node node)
           
static HistoryDocument HistoryDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static HistoryDocument HistoryDocument.Factory.parse(Reader r)
           
static HistoryDocument HistoryDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static HistoryDocument HistoryDocument.Factory.parse(String xmlAsString)
           
static HistoryDocument HistoryDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static HistoryDocument HistoryDocument.Factory.parse(URL u)
           
static HistoryDocument HistoryDocument.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static HistoryDocument HistoryDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static HistoryDocument HistoryDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static HistoryDocument HistoryDocument.Factory.parse(XMLStreamReader sr)
           
static HistoryDocument HistoryDocument.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of HistoryDocument in net.opengis.sensorML.x10.impl
 

Classes in net.opengis.sensorML.x10.impl that implement HistoryDocument
 class HistoryDocumentImpl
          A document containing one history(@http://www.opengis.net/sensorML/1.0) element.
 



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