Uses of Interface
net.opengis.ows.x11.UnNamedDomainType

Packages that use UnNamedDomainType
net.opengis.ows.x11   
net.opengis.ows.x11.impl   
 

Uses of UnNamedDomainType in net.opengis.ows.x11
 

Subinterfaces of UnNamedDomainType in net.opengis.ows.x11
 interface DomainType
          An XML DomainType(@http://www.opengis.net/ows/1.1).
 

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

Uses of UnNamedDomainType in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement UnNamedDomainType
 class DomainTypeImpl
          An XML DomainType(@http://www.opengis.net/ows/1.1).
 class UnNamedDomainTypeImpl
          An XML UnNamedDomainType(@http://www.opengis.net/ows/1.1).
 



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