org.jembi.sdmxhd.parser.dsd
Class ConceptsParser

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

public class ConceptsParser
extends java.lang.Object

Author:
Ryan Crichton Allows Concepts element in a SDMX-HD DSD to be parsed into ConceptScheme objects

Constructor Summary
ConceptsParser()
           
 
Method Summary
 java.util.List<ConceptScheme> parse(javax.xml.stream.XMLEventReader eventReader, javax.xml.stream.events.StartElement startElement, java.util.zip.ZipFile zipFile)
          Parses Concepts element in a SDMX-HD DSD into ConceptScheme objects
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConceptsParser

public ConceptsParser()
Method Detail

parse

public java.util.List<ConceptScheme> parse(javax.xml.stream.XMLEventReader eventReader,
                                           javax.xml.stream.events.StartElement startElement,
                                           java.util.zip.ZipFile zipFile)
                                    throws javax.xml.stream.XMLStreamException,
                                           java.io.IOException,
                                           ExternalRefrenceNotFoundException
Parses Concepts element in a SDMX-HD DSD into ConceptScheme objects

Parameters:
eventReader -
startElement -
zipFile -
Returns:
a list of ConceptSchemes
Throws:
javax.xml.stream.XMLStreamException
java.io.IOException
ExternalRefrenceNotFoundException