Class EndElementEvent
- java.lang.Object
-
- org.smooks.engine.delivery.replay.EndElementEvent
-
- All Implemented Interfaces:
SAXEventReplay
public class EndElementEvent extends Object implements SAXEventReplay
End element event replay.- Author:
- tom.fennelly@gmail.com
-
-
Constructor Summary
Constructors Constructor Description EndElementEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
replay(ContentHandler handler)
Replay the last SAX event onto the supplied SAXContentHandler
instance.void
set(String uri, String localName, String qName)
-
-
-
Method Detail
-
replay
public void replay(ContentHandler handler) throws SmooksException
Description copied from interface:SAXEventReplay
Replay the last SAX event onto the supplied SAXContentHandler
instance.- Specified by:
replay
in interfaceSAXEventReplay
- Parameters:
handler
- The handler on whic to replay the last event.- Throws:
SmooksException
- Error replaying last event.
-
-