Class StartElementEvent

    • Constructor Detail

      • StartElementEvent

        public StartElementEvent()
    • Method Detail

      • replay

        public void replay​(ContentHandler handler)
                    throws org.smooks.api.SmooksException
        Description copied from interface: SAXEventReplay
        Replay the last SAX event onto the supplied SAX ContentHandler instance.
        Specified by:
        replay in interface SAXEventReplay
        Parameters:
        handler - The handler on whic to replay the last event.
        Throws:
        org.smooks.api.SmooksException - Error replaying last event.