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
DispatchHandler prunes the current Element when there are no ElementHandler objects 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 |
---|---|
protected DispatchHandler |
XPP3Reader.getDispatchHandler() |
protected DispatchHandler |
SAXReader.getDispatchHandler() |
DispatchHandler |
ElementStack.getDispatchHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
XPP3Reader.setDispatchHandler(DispatchHandler dispatchHandler) |
protected void |
SAXReader.setDispatchHandler(DispatchHandler dispatchHandler) |
void |
ElementStack.setDispatchHandler(DispatchHandler dispatchHandler) |