Uses of Interface
net.opengis.cat.csw.x202.CapabilitiesType

Packages that use CapabilitiesType
net.opengis.cat.csw.x202   
net.opengis.cat.csw.x202.impl   
 

Uses of CapabilitiesType in net.opengis.cat.csw.x202
 

Methods in net.opengis.cat.csw.x202 that return CapabilitiesType
 CapabilitiesType CapabilitiesDocument.addNewCapabilities()
          Appends and returns a new empty "Capabilities" element
 CapabilitiesType CapabilitiesDocument.getCapabilities()
          Gets the "Capabilities" element
static CapabilitiesType CapabilitiesType.Factory.newInstance()
           
static CapabilitiesType CapabilitiesType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static CapabilitiesType CapabilitiesType.Factory.parse(File file)
           
static CapabilitiesType CapabilitiesType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static CapabilitiesType CapabilitiesType.Factory.parse(InputStream is)
           
static CapabilitiesType CapabilitiesType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static CapabilitiesType CapabilitiesType.Factory.parse(Node node)
           
static CapabilitiesType CapabilitiesType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static CapabilitiesType CapabilitiesType.Factory.parse(Reader r)
           
static CapabilitiesType CapabilitiesType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static CapabilitiesType CapabilitiesType.Factory.parse(String xmlAsString)
           
static CapabilitiesType CapabilitiesType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static CapabilitiesType CapabilitiesType.Factory.parse(URL u)
           
static CapabilitiesType CapabilitiesType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static CapabilitiesType CapabilitiesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static CapabilitiesType CapabilitiesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static CapabilitiesType CapabilitiesType.Factory.parse(XMLStreamReader sr)
           
static CapabilitiesType CapabilitiesType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.cat.csw.x202 with parameters of type CapabilitiesType
 void CapabilitiesDocument.setCapabilities(CapabilitiesType capabilities)
          Sets the "Capabilities" element
 

Uses of CapabilitiesType in net.opengis.cat.csw.x202.impl
 

Classes in net.opengis.cat.csw.x202.impl that implement CapabilitiesType
 class CapabilitiesTypeImpl
          An XML CapabilitiesType(@http://www.opengis.net/cat/csw/2.0.2).
 

Methods in net.opengis.cat.csw.x202.impl that return CapabilitiesType
 CapabilitiesType CapabilitiesDocumentImpl.addNewCapabilities()
          Appends and returns a new empty "Capabilities" element
 CapabilitiesType CapabilitiesDocumentImpl.getCapabilities()
          Gets the "Capabilities" element
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type CapabilitiesType
 void CapabilitiesDocumentImpl.setCapabilities(CapabilitiesType capabilities)
          Sets the "Capabilities" element
 



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