Uses of Interface
net.opengis.wms.HTTPDocument

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

Uses of HTTPDocument in net.opengis.wms
 

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

Uses of HTTPDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement HTTPDocument
 class HTTPDocumentImpl
          A document containing one HTTP(@http://www.opengis.net/wms) element.
 



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