private class JAXBReader.PruningElementHandler extends java.lang.Object implements ElementHandler
| Constructor and Description |
|---|
PruningElementHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onEnd(ElementPath elementPath)
Called by an event based processor when an elements closing tag is
encountered.
|
void |
onStart(ElementPath parm1)
Called by an event based processor when an elements openning tag is
encountered.
|
public void onStart(ElementPath parm1)
ElementHandleronStart in interface ElementHandlerparm1 - is the current ElementPath to processpublic void onEnd(ElementPath elementPath)
ElementHandleronEnd in interface ElementHandlerelementPath - is the current ElementPath to process