de.iai.ilcd.xml.read
Class LCIAMethodReader

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

public class LCIAMethodReader
extends DataSetReader

XML reader for LCIAMethod xml data files


Field Summary
 
Fields inherited from class de.iai.ilcd.xml.read.DataSetReader
commonReader, dataSetFileName, parserHelper
 
Constructor Summary
LCIAMethodReader()
           
 
Method Summary
protected  DataSet 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
 

Constructor Detail

LCIAMethodReader

public LCIAMethodReader()
Method Detail

parse

protected DataSet parse(org.apache.commons.jxpath.JXPathContext context,
                        java.io.PrintWriter out)

Specified by:
parse in class DataSetReader