Uses of Interface
net.opengis.wms.ContactPersonDocument

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

Uses of ContactPersonDocument in net.opengis.wms
 

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

Uses of ContactPersonDocument in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement ContactPersonDocument
 class ContactPersonDocumentImpl
          A document containing one ContactPerson(@http://www.opengis.net/wms) element.
 



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