| A
Source that can be written to. It provides two methods that
allow for SAX-based and byte-based output.
Callers will use the most appropriate method for their use and
it's up to the implementation to handle both sources. For example,
an XML-based implementation can use a parser to convert bytes written
to the OutputStream to SAX events, and a byte-based
implementation (such as file), can use a serializer to convert
SAX events to a byte stream.
org.apache.excalibur.source.ModifiableSource author: Sylvain Wallez version: CVS $Id: WriteableSource.java 433543 2006-08-22 06:22:54Z crossley $ |