Uses of Interface
net.opengis.swes.x20.ExtensibleRequestDocument

Packages that use ExtensibleRequestDocument
net.opengis.swes.x20   
net.opengis.swes.x20.impl   
 

Uses of ExtensibleRequestDocument in net.opengis.swes.x20
 

Subinterfaces of ExtensibleRequestDocument in net.opengis.swes.x20
 interface DeleteSensorDocument
          A document containing one DeleteSensor(@http://www.opengis.net/swes/2.0) element.
 interface DescribeSensorDocument
          A document containing one DescribeSensor(@http://www.opengis.net/swes/2.0) element.
 interface InsertSensorDocument
          A document containing one InsertSensor(@http://www.opengis.net/swes/2.0) element.
 interface UpdateSensorDescriptionDocument
          A document containing one UpdateSensorDescription(@http://www.opengis.net/swes/2.0) element.
 

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

Uses of ExtensibleRequestDocument in net.opengis.swes.x20.impl
 

Classes in net.opengis.swes.x20.impl that implement ExtensibleRequestDocument
 class DeleteSensorDocumentImpl
          A document containing one DeleteSensor(@http://www.opengis.net/swes/2.0) element.
 class DescribeSensorDocumentImpl
          A document containing one DescribeSensor(@http://www.opengis.net/swes/2.0) element.
 class ExtensibleRequestDocumentImpl
          A document containing one ExtensibleRequest(@http://www.opengis.net/swes/2.0) element.
 class InsertSensorDocumentImpl
          A document containing one InsertSensor(@http://www.opengis.net/swes/2.0) element.
 class UpdateSensorDescriptionDocumentImpl
          A document containing one UpdateSensorDescription(@http://www.opengis.net/swes/2.0) element.
 



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