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) classThis extension on theDispatchHandlerprunes the currentElementwhen there are noobjects active the element.invalid reference
ElementHandlerFields in org.dom4j.io declared as DispatchHandlerModifier and TypeFieldDescriptionprivate DispatchHandlerSAXReader.dispatchHandlerDispatchHandler to call when eachElementis encounteredprivate DispatchHandlerElementStack.handlerMethods in org.dom4j.io that return DispatchHandlerModifier and TypeMethodDescriptionElementStack.getDispatchHandler()protected DispatchHandlerSAXReader.getDispatchHandler()Methods in org.dom4j.io with parameters of type DispatchHandlerModifier and TypeMethodDescriptionvoidElementStack.setDispatchHandler(DispatchHandler dispatchHandler) protected voidSAXReader.setDispatchHandler(DispatchHandler dispatchHandler)