An implementation of the XMLProducer interface backed by a StringBuffer.
It does not check for any wellformedness of the XML. It is basically a
data store.
author: Karan Vahi version: $Revision: 241 $
Returns the xml description of the object.
Parameters: writer - is a Writer opened and ready for writing. This can alsobe a StringWriter for efficient output. throws: IOException - if something fishy happens to the stream.