org.jembi.sdmxhd.parser.dsd
Class DSDParser

java.lang.Object
  extended by org.jembi.sdmxhd.parser.dsd.DSDParser

public class DSDParser
extends java.lang.Object

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

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

Constructor Detail

DSDParser

public DSDParser()
Method Detail

parse

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

Parameters:
eventReader -
zipFile -
Throws:
javax.xml.stream.XMLStreamException
ExternalRefrenceNotFoundException
java.io.IOException