public class ElementHandler
extends java.lang.Object
| Constructor and Description | 
|---|
ElementHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
handleEnd(ElementEndContext context)
Handle the end of an XML element. 
 | 
void | 
handleStart(ElementStartContext context)
Handle the start of an XML element. 
 | 
public void handleStart(ElementStartContext context) throws HandlerException
context - a context object.HandlerException - if an error occurred parsing the context.public void handleEnd(ElementEndContext context) throws HandlerException
context - a context object.HandlerException - if an error occurred parsing the context.