Package com.scroogexhtml.events
Class PostProcessEventObject
java.lang.Object
java.util.EventObject
com.scroogexhtml.events.PostProcessEventObject
- All Implemented Interfaces:
Serializable
The PostProcessEventObject class provides access to the current converter and
DOM tree for the PostProcess event handlers.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPostProcessEventObject
(Object source, Document document) Constructor for the PostProcessEventObject object. -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PostProcessEventObject
Constructor for the PostProcessEventObject object.- Parameters:
source
- the ScroogeXHTMLBase object which triggered the eventdocument
- the DOM document
-
-
Method Details
-
getDocument
Get the document.- Returns:
- the document
-