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) classPruningDispatchHandlerThis extension on theDispatchHandlerprunes the currentElementwhen there are noElementHandlerobjects active the element.Fields in org.dom4j.io declared as DispatchHandler Modifier and Type Field Description private DispatchHandlerSAXReader. dispatchHandlerDispatchHandler to call when eachElementis encounteredprivate DispatchHandlerElementStack. handlerMethods in org.dom4j.io that return DispatchHandler Modifier and Type Method Description DispatchHandlerElementStack. getDispatchHandler()protected DispatchHandlerSAXReader. getDispatchHandler()Methods in org.dom4j.io with parameters of type DispatchHandler Modifier and Type Method Description voidElementStack. setDispatchHandler(DispatchHandler dispatchHandler)protected voidSAXReader. setDispatchHandler(DispatchHandler dispatchHandler)
-