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

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

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

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

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

Classes in net.opengis.cat.csw.x202.impl that implement SummaryRecordDocument
 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.