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

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

Uses of OutputsDocument in net.opengis.sensorML.x10
 

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

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

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



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