org.oddjob.arooa.xml
Class XMLDefinitionHelper

java.lang.Object
  extended byorg.oddjob.arooa.xml.XMLDefinitionHelper

public class XMLDefinitionHelper
extends java.lang.Object

Sax2 based project reader

Based on an original by duncan@x180.com and Costin Manolache

.


Constructor Summary
XMLDefinitionHelper(ArooaContext context)
           
 
Method Summary
 void parse(org.xml.sax.InputSource inputSource, ArooaHandler mainHandler)
          Parse a source xml input.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLDefinitionHelper

public XMLDefinitionHelper(ArooaContext context)
Method Detail

parse

public void parse(org.xml.sax.InputSource inputSource,
                  ArooaHandler mainHandler)
           throws ArooaException
Parse a source xml input.

Parameters:
inputSource - the xml source
mainHandler - The first handler.
Throws:
ArooaException - if an error occurs