fr.umlv.tatoo.cc.parser.main
Class ParserBatch

java.lang.Object
  extended by fr.umlv.tatoo.cc.parser.main.ParserBatch

public class ParserBatch
extends Object


Constructor Summary
ParserBatch()
           
 
Method Summary
 ParserXMLDigester digest(List<? extends File> grammarFiles, boolean validating, GrammarFactory factory)
           
 void execute(ParserBean bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserBatch

public ParserBatch()
Method Detail

digest

public ParserXMLDigester digest(List<? extends File> grammarFiles,
                                boolean validating,
                                GrammarFactory factory)
                         throws IOException,
                                ParserConfigurationException,
                                SAXException
Throws:
IOException
ParserConfigurationException
SAXException

execute

public void execute(ParserBean bean)
             throws IOException,
                    ParserConfigurationException,
                    SAXException
Throws:
IOException
ParserConfigurationException
SAXException