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

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

Uses of ConnectionDocument in net.opengis.sensorML.x10
 

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

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

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



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