Interface SAXEventReplay
-
- All Known Implementing Classes:
DOMBuilderContentHandler,EndElementEvent,SaxNgContentHandler,SmooksContentHandler,StartElementEvent
public interface SAXEventReplaySAX event replay interface.- Author:
- tom.fennelly@gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreplay(ContentHandler handler)Replay the last SAX event onto the supplied SAXContentHandlerinstance.
-
-
-
Method Detail
-
replay
void replay(ContentHandler handler) throws org.smooks.api.SmooksException
Replay the last SAX event onto the supplied SAXContentHandlerinstance.- Parameters:
handler- The handler on whic to replay the last event.- Throws:
org.smooks.api.SmooksException- Error replaying last event.
-
-