Uses of Interface
net.opengis.wms.ServiceDocument

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

Uses of ServiceDocument in net.opengis.wms
 

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

Uses of ServiceDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement ServiceDocument
 class ServiceDocumentImpl
          A document containing one Service(@http://www.opengis.net/wms) element.
 



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