Class 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 Detail

      • 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 Detail

      • getDocument

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