| Package | Description |
|---|---|
| org.dom4j.io |
Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
PruningDispatchHandler
This extension on the
DispatchHandlerprunes the current Element when there are no ElementHandlerobjects active
the element. |
| Modifier and Type | Field and Description |
|---|---|
private DispatchHandler |
XPP3Reader.dispatchHandler
DispatchHandler to call when each
Element is encountered |
private DispatchHandler |
SAXReader.dispatchHandler
DispatchHandler to call when each
Element is encountered |
private DispatchHandler |
ElementStack.handler |
| Modifier and Type | Method and Description |
|---|---|
DispatchHandler |
ElementStack.getDispatchHandler() |
protected DispatchHandler |
XPP3Reader.getDispatchHandler() |
protected DispatchHandler |
SAXReader.getDispatchHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementStack.setDispatchHandler(DispatchHandler dispatchHandler) |
protected void |
XPP3Reader.setDispatchHandler(DispatchHandler dispatchHandler) |
protected void |
SAXReader.setDispatchHandler(DispatchHandler dispatchHandler) |