Uses of Interface
net.opengis.sps.x20.SubmitResponseDocument

Packages that use SubmitResponseDocument
net.opengis.sps.x20   
net.opengis.sps.x20.impl   
 

Uses of SubmitResponseDocument in net.opengis.sps.x20
 

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

Uses of SubmitResponseDocument in net.opengis.sps.x20.impl
 

Classes in net.opengis.sps.x20.impl that implement SubmitResponseDocument
 class SubmitResponseDocumentImpl
          A document containing one SubmitResponse(@http://www.opengis.net/sps/2.0) element.
 



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