org.jembi.sdmxhd.parser.csds
Class CSDSParser

java.lang.Object
  extended by org.jembi.sdmxhd.parser.csds.CSDSParser

public class CSDSParser
extends java.lang.Object

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

Constructor Summary
CSDSParser()
           
 
Method Summary
 CSDS 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

CSDSParser

public CSDSParser()
Method Detail

parse

public CSDS 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 -
Throws:
javax.xml.stream.XMLStreamException
ExternalRefrenceNotFoundException
java.io.IOException