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.java 433543 2006-08-22 06:22:54Z crossley $
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-2007 The Apache Software Foundation. All Rights Reserved.