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

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

Uses of ReserveDocument in net.opengis.sps.x20
 

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

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

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



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