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

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

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

Subinterfaces of AbstractQueryDocument in net.opengis.cat.csw.x202
 interface QueryDocument
          A document containing one Query(@http://www.opengis.net/cat/csw/2.0.2) element.
 

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

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

Classes in net.opengis.cat.csw.x202.impl that implement AbstractQueryDocument
 class AbstractQueryDocumentImpl
          A document containing one AbstractQuery(@http://www.opengis.net/cat/csw/2.0.2) element.
 class QueryDocumentImpl
          A document containing one Query(@http://www.opengis.net/cat/csw/2.0.2) element.
 



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