org.oddjob.arooa.parsing
Interface ArooaHandler

All Known Implementing Classes:
PropertyHandler, RootHandler, XmlHandler2

public interface ArooaHandler

Something that is able to handle configuration events.

Author:
Rob Gordon.

Method Summary
 ArooaContext onStartElement(ArooaElement element, ArooaContext parentContext)
          Handles a configuration element.
 

Method Detail

onStartElement

ArooaContext onStartElement(ArooaElement element,
                            ArooaContext parentContext)
                            throws ArooaConfigurationException
Handles a configuration element.

Parameters:
element - The configuration element.
parentContext - The parent ArooaContext.
Returns:
A new ArooaContext for this element.
Throws:
ArooaConfigurationException