Uses of Interface
net.opengis.wms.MetadataURLDocument

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

Uses of MetadataURLDocument in net.opengis.wms
 

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

Uses of MetadataURLDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement MetadataURLDocument
 class MetadataURLDocumentImpl
          A document containing one MetadataURL(@http://www.opengis.net/wms) element.
 



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