Uses of Interface
net.opengis.wms.AttributionDocument

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

Uses of AttributionDocument in net.opengis.wms
 

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

Uses of AttributionDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement AttributionDocument
 class AttributionDocumentImpl
          A document containing one Attribution(@http://www.opengis.net/wms) element.
 



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