Uses of Interface
net.opengis.wms.AuthorityURLDocument

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

Uses of AuthorityURLDocument in net.opengis.wms
 

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

Uses of AuthorityURLDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement AuthorityURLDocument
 class AuthorityURLDocumentImpl
          A document containing one AuthorityURL(@http://www.opengis.net/wms) element.
 



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