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 SummaryConstructors Constructor Description EndElementEvent()
 - 
Method SummaryAll 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- 
replaypublic void replay(ContentHandler handler) throws SmooksException Description copied from interface:SAXEventReplayReplay the last SAX event onto the supplied SAXContentHandlerinstance.- Specified by:
- replayin interface- SAXEventReplay
- Parameters:
- handler- The handler on whic to replay the last event.
- Throws:
- SmooksException- Error replaying last event.
 
 
- 
 
-