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

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

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

Subinterfaces of AbstractRecordDocument in net.opengis.cat.csw.x202
 interface BriefRecordDocument
          A document containing one BriefRecord(@http://www.opengis.net/cat/csw/2.0.2) element.
 interface DCMIRecordDocument
          A document containing one DCMIRecord(@http://www.opengis.net/cat/csw/2.0.2) element.
 interface RecordDocument
          A document containing one Record(@http://www.opengis.net/cat/csw/2.0.2) element.
 interface SummaryRecordDocument
          A document containing one SummaryRecord(@http://www.opengis.net/cat/csw/2.0.2) element.
 

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

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

Classes in net.opengis.cat.csw.x202.impl that implement AbstractRecordDocument
 class AbstractRecordDocumentImpl
          A document containing one AbstractRecord(@http://www.opengis.net/cat/csw/2.0.2) element.
 class BriefRecordDocumentImpl
          A document containing one BriefRecord(@http://www.opengis.net/cat/csw/2.0.2) element.
 class DCMIRecordDocumentImpl
          A document containing one DCMIRecord(@http://www.opengis.net/cat/csw/2.0.2) element.
 class RecordDocumentImpl
          A document containing one Record(@http://www.opengis.net/cat/csw/2.0.2) element.
 class SummaryRecordDocumentImpl
          A document containing one SummaryRecord(@http://www.opengis.net/cat/csw/2.0.2) element.
 



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