This abstract class provides convenience methods to implement
a stream based org.apache.cocoon.environment.WriteableSource .
Implement getOutputStream() to obtain a valid implementation.
This base implementation creates a ContentHandler by using
the sitemap 'xml' serializer to write SAX events to the stream returned by
getOutputStream() .
author: Sylvain Wallez version: CVS $Id: AbstractStreamWriteableSource.java 433543 2006-08-22 06:22:54Z crossley $ |