Uses of Class
org.dom4j.io.DispatchHandler
-
Packages that use DispatchHandler Package Description org.dom4j.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text. -
-
Uses of DispatchHandler in org.dom4j.io
Subclasses of DispatchHandler in org.dom4j.io Modifier and Type Class Description (package private) class
PruningDispatchHandler
This extension on theDispatchHandler
prunes the currentElement
when there are noElementHandler
objects active the element.Fields in org.dom4j.io declared as DispatchHandler Modifier and Type Field Description private DispatchHandler
SAXReader. dispatchHandler
DispatchHandler to call when eachElement
is encounteredprivate DispatchHandler
XPP3Reader. dispatchHandler
DispatchHandler to call when eachElement
is encounteredprivate DispatchHandler
ElementStack. handler
Methods in org.dom4j.io that return DispatchHandler Modifier and Type Method Description DispatchHandler
ElementStack. getDispatchHandler()
protected DispatchHandler
SAXReader. getDispatchHandler()
protected DispatchHandler
XPP3Reader. getDispatchHandler()
Methods in org.dom4j.io with parameters of type DispatchHandler Modifier and Type Method Description void
ElementStack. setDispatchHandler(DispatchHandler dispatchHandler)
protected void
SAXReader. setDispatchHandler(DispatchHandler dispatchHandler)
protected void
XPP3Reader. setDispatchHandler(DispatchHandler dispatchHandler)
-