org.oddjob.arooa.xml
Class XMLInterceptor
java.lang.Object
org.oddjob.arooa.xml.XMLInterceptor
- All Implemented Interfaces:
- ParsingInterceptor
public class XMLInterceptor
- extends Object
- implements ParsingInterceptor
This handler converts the events back into XML.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLInterceptor
public XMLInterceptor()
XMLInterceptor
public XMLInterceptor(String property)
getProperty
public String getProperty()
setProperty
public void setProperty(String property)
intercept
public ArooaContext intercept(ArooaContext context)
- Description copied from interface:
ParsingInterceptor
- Intercept current parsing.
- Specified by:
intercept
in interface ParsingInterceptor
- Parameters:
context
- A suggested context which may be over ridden.
- Returns:
- The new context. Never null (The suggested context should be
returned).