public interface NodeHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
handle(java.lang.Object parent,
java.lang.Object currentNode,
java.lang.Object[] params)
Processes a given DOM node, and optionally returns the result of
processing
|
static final java.lang.String COPYRIGHT
java.lang.Object handle(java.lang.Object parent, java.lang.Object currentNode, java.lang.Object[] params) throws java.lang.Exception
parent
- the result object from processing the parent node of the given
current nodecurrentNode
- the node to be processedparams
- any parameters needed by the handlerjava.lang.Exception
- if the processing fails