Uses of Interface
net.opengis.ows.x11.RangeDocument

Packages that use RangeDocument
net.opengis.ows.x11   
net.opengis.ows.x11.impl   
 

Uses of RangeDocument in net.opengis.ows.x11
 

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

Uses of RangeDocument in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement RangeDocument
 class RangeDocumentImpl
          A document containing one Range(@http://www.opengis.net/ows/1.1) element.
 



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