Uses of Class
org.dom4j.io.DispatchHandler
Packages that use DispatchHandler
Package
Description
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.ioModifier and TypeClassDescription(package private) class
This extension on theDispatchHandler
prunes the currentElement
when there are noElementHandler
objects active the element.Fields in org.dom4j.io declared as DispatchHandlerModifier and TypeFieldDescriptionprivate DispatchHandler
SAXReader.dispatchHandler
DispatchHandler to call when eachElement
is encounteredprivate DispatchHandler
ElementStack.handler
Methods in org.dom4j.io that return DispatchHandlerModifier and TypeMethodDescriptionElementStack.getDispatchHandler()
protected DispatchHandler
SAXReader.getDispatchHandler()
Methods in org.dom4j.io with parameters of type DispatchHandlerModifier and TypeMethodDescriptionvoid
ElementStack.setDispatchHandler
(DispatchHandler dispatchHandler) protected void
SAXReader.setDispatchHandler
(DispatchHandler dispatchHandler)