Uses of Interface
net.opengis.wms.CountryDocument

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

Uses of CountryDocument in net.opengis.wms
 

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

Uses of CountryDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement CountryDocument
 class CountryDocumentImpl
          A document containing one Country(@http://www.opengis.net/wms) element.
 



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