Uses of Interface
net.opengis.wms.GetDocument

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

Uses of GetDocument in net.opengis.wms
 

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

Uses of GetDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement GetDocument
 class GetDocumentImpl
          A document containing one Get(@http://www.opengis.net/wms) element.
 



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