Uses of Interface
net.opengis.wms.AddressTypeDocument

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

Uses of AddressTypeDocument in net.opengis.wms
 

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

Uses of AddressTypeDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement AddressTypeDocument
 class AddressTypeDocumentImpl
          A document containing one AddressType(@http://www.opengis.net/wms) element.
 



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