class PruningDispatchHandler extends DispatchHandler
DispatchHandler
prunes the current Element
when there are no ElementHandler
objects active
the element.Constructor and Description |
---|
PruningDispatchHandler() |
Modifier and Type | Method and Description |
---|---|
void |
onEnd(ElementPath elementPath)
Called by an event based processor when an elements closing tag is
encountered.
|
addHandler, containsHandler, getActiveHandlerCount, getHandler, getPath, onStart, removeHandler, resetHandlers, setDefaultHandler
public void onEnd(ElementPath elementPath)
ElementHandler
onEnd
in interface ElementHandler
onEnd
in class DispatchHandler
elementPath
- is the current ElementPath
to process