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 voidreplay(ContentHandler handler)Replay the last SAX event onto the supplied SAXContentHandlerinstance.voidset(String uri, String localName, String qName)
-
-
-
Method Detail
-
replay
public void replay(ContentHandler handler) throws SmooksException
Description copied from interface:SAXEventReplayReplay the last SAX event onto the supplied SAXContentHandlerinstance.- Specified by:
replayin interfaceSAXEventReplay- Parameters:
handler- The handler on whic to replay the last event.- Throws:
SmooksException- Error replaying last event.
-
-