Uses of Class
org.jembi.sdmxhd.cds.DataSet

Packages that use DataSet
org.jembi.sdmxhd.cds   
org.jembi.sdmxhd.parser.cds   
 

Uses of DataSet in org.jembi.sdmxhd.cds
 

Methods in org.jembi.sdmxhd.cds that return types with arguments of type DataSet
 java.util.List<DataSet> CDS.getDatasets()
           
 

Method parameters in org.jembi.sdmxhd.cds with type arguments of type DataSet
 void CDS.setDatasets(java.util.List<DataSet> datasets)
           
 

Uses of DataSet in org.jembi.sdmxhd.parser.cds
 

Methods in org.jembi.sdmxhd.parser.cds that return DataSet
 DataSet DataSetParser.parse(javax.xml.stream.XMLEventReader eventReader, javax.xml.stream.events.StartElement se, java.util.zip.ZipFile zipFile, java.lang.String derivedNamespace)