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

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

Uses of DataSet in org.jembi.sdmxhd.csds
 

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

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

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

Methods in org.jembi.sdmxhd.parser.csds 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)