de.iai.ilcd.xml.read
Class UnitGroupReader

java.lang.Object
  extended by de.iai.ilcd.xml.read.DataSetReader
      extended by de.iai.ilcd.xml.read.UnitGroupReader

public class UnitGroupReader
extends DataSetReader

Author:
clemens.duepmeier

Field Summary
static org.slf4j.Logger logger
           
 
Fields inherited from class de.iai.ilcd.xml.read.DataSetReader
commonReader, dataSetFileName, parserHelper
 
Constructor Summary
UnitGroupReader()
           
 
Method Summary
 UnitGroup parse(org.apache.commons.jxpath.JXPathContext context, java.io.PrintWriter out)
           
 
Methods inherited from class de.iai.ilcd.xml.read.DataSetReader
getDataSetFileName, readCommonFields, readDataSetFromFile, readDataSetFromStream, readFromFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static org.slf4j.Logger logger
Constructor Detail

UnitGroupReader

public UnitGroupReader()
Method Detail

parse

public UnitGroup parse(org.apache.commons.jxpath.JXPathContext context,
                       java.io.PrintWriter out)
Specified by:
parse in class DataSetReader