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.Methods in org.dom4j.io that return DispatchHandler Modifier and Type Method Description DispatchHandlerElementStack. getDispatchHandler()protected DispatchHandlerSAXReader. getDispatchHandler()protected DispatchHandlerXPP3Reader. getDispatchHandler()protected DispatchHandlerXPPReader. 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)protected voidXPP3Reader. setDispatchHandler(DispatchHandler dispatchHandler)protected voidXPPReader. setDispatchHandler(DispatchHandler dispatchHandler)
-