org.apache.cocoon.transformation.helpers
Interface EventRecorder

All Known Implementing Classes:
MirrorRecorder

Deprecated. The only user of this class (I18nTransformer) now uses ParamSaxBuffer

public interface EventRecorder

Can send recorded events and be cloned.

Version:
$Id: EventRecorder.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Matthieu Sozeau

Method Summary
 Object clone()
          Deprecated.  
 void send(ContentHandler handler)
          Deprecated.  
 

Method Detail

send

void send(ContentHandler handler)
          throws SAXException
Deprecated. 
Throws:
SAXException

clone

Object clone()
Deprecated. 


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.