org.jembi.sdmxhd.parser.cds
Class CDSParser

java.lang.Object
  extended by org.jembi.sdmxhd.parser.cds.CDSParser

public class CDSParser
extends java.lang.Object

Author:
Ryan Crichton Allows a SDMX-HD CSD to be parsed into a CSD object

Constructor Summary
CDSParser()
           
 
Method Summary
 CDS parse(javax.xml.stream.XMLEventReader eventReader, java.util.zip.ZipFile zipFile, java.lang.String derivedNamespace)
          Parses SDMX-HD CSD into a CSD object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDSParser

public CDSParser()
Method Detail

parse

public CDS parse(javax.xml.stream.XMLEventReader eventReader,
                 java.util.zip.ZipFile zipFile,
                 java.lang.String derivedNamespace)
          throws javax.xml.stream.XMLStreamException,
                 java.io.IOException,
                 ExternalRefrenceNotFoundException
Parses SDMX-HD CSD into a CSD object

Parameters:
eventReader -
zipFile -
derivedNamespace -
Returns:
CDS represented as an object
Throws:
javax.xml.stream.XMLStreamException
java.io.IOException
ExternalRefrenceNotFoundException