Interface SAXEventReplay

    • Method Detail

      • replay

        void replay​(ContentHandler handler)
             throws org.smooks.api.SmooksException
        Replay the last SAX event onto the supplied SAX ContentHandler instance.
        Parameters:
        handler - The handler on whic to replay the last event.
        Throws:
        org.smooks.api.SmooksException - Error replaying last event.