org.jembi.sdmxhd.parser.dsd
Class KeyFamiliesParser
java.lang.Object
org.jembi.sdmxhd.parser.dsd.KeyFamiliesParser
public class KeyFamiliesParser
- extends java.lang.Object
- Author:
- Ryan Crichton
Allows KeyFamilies element in a SDMX-HD DSD to be parsed into a KeyFamily object
Method Summary |
java.util.List<KeyFamily> |
parse(javax.xml.stream.XMLEventReader eventReader,
javax.xml.stream.events.StartElement startElement,
java.util.zip.ZipFile zipFile)
Parses KeyFamilies element in a SDMX-HD DSD into a KeyFamily object |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyFamiliesParser
public KeyFamiliesParser()
parse
public java.util.List<KeyFamily> 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 KeyFamilies element in a SDMX-HD DSD into a KeyFamily object
- Parameters:
eventReader
- startElement
- zipFile
-
- Returns:
- KeyFamily object
- Throws:
javax.xml.stream.XMLStreamException
java.io.IOException
ExternalRefrenceNotFoundException