Uses of Interface
net.opengis.wms.RequestDocument

Packages that use RequestDocument
net.opengis.wms   
net.opengis.wms.impl   
 

Uses of RequestDocument in net.opengis.wms
 

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

Uses of RequestDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement RequestDocument
 class RequestDocumentImpl
          A document containing one Request(@http://www.opengis.net/wms) element.
 



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