Package com.scroogexhtml.events
Class PostProcessEventObject
- java.lang.Object
-
- java.util.EventObject
-
- com.scroogexhtml.events.PostProcessEventObject
-
- All Implemented Interfaces:
Serializable
public class PostProcessEventObject extends EventObject
The PostProcessEventObject class provides access to the current converter and DOM tree for the PostProcess event handlers.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PostProcessEventObject(Object source, Document document)
Constructor for the PostProcessEventObject object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Document
getDocument()
Get the document.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Method Detail
-
getDocument
public Document getDocument()
Get the document.- Returns:
- the document
-
-