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:
  • Constructor Details

    • PostProcessEventObject

      public PostProcessEventObject(Object source, Document document)
      Constructor for the PostProcessEventObject object.
      Parameters:
      source - the ScroogeXHTMLBase object which triggered the event
      document - the DOM document
  • Method Details

    • getDocument

      public Document getDocument()
      Get the document.
      Returns:
      the document