org.oddjob.arooa
Interface ParsingInterceptor
- All Known Implementing Classes:
- OnePropertyInterceptor, PropertiesInterceptor, XMLInterceptor
public interface ParsingInterceptor
An intercepter of parsing that provides an alternative ArooaContext
for the processing of child elements.
- Author:
- rob
intercept
ArooaContext intercept(ArooaContext suggestedContext)
throws ArooaConfigurationException
- Intercept current parsing.
- Parameters:
suggestedContext - A suggested context which may be over ridden.
- Returns:
- The new context. Never null (The suggested context should be
returned).
- Throws:
ArooaConfigurationException