org.jfree.xml.writer.coretypes

Class ListWriteHandler

Implemented Interfaces:
XmlWriteHandler

public class ListWriteHandler
extends AbstractXmlWriteHandler

A handler for writing a List object.

Method Summary

void
write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue)
Performs the writing of a List object.

Methods inherited from class org.jfree.xml.writer.AbstractXmlWriteHandler

getRootHandler, setRootHandler

Method Details

write

public void write(String tagName,
                  Object object,
                  XMLWriter writer,
                  String mPlexAttribute,
                  String mPlexValue)
            throws IOException,
                   XMLWriterException
Performs the writing of a List object.
Specified by:
write in interface XmlWriteHandler
Parameters:
tagName - the tag name.
object - the List object.
writer - the writer.
mPlexAttribute - ??.
mPlexValue - ??.
Throws:
XMLWriterException - if there is a writer error.