org.jfree.xml.writer

Class AbstractXmlWriteHandler

public abstract class AbstractXmlWriteHandler extends Object implements XmlWriteHandler

A base class for implementing a handler that writes the XML for an object of a particular class.
Constructor Summary
AbstractXmlWriteHandler()
Creates a new handler.
Method Summary
RootXmlWriteHandlergetRootHandler()
Returns the root handler.
voidsetRootHandler(RootXmlWriteHandler rootHandler)
Sets the root handler.

Constructor Detail

AbstractXmlWriteHandler

public AbstractXmlWriteHandler()
Creates a new handler.

Method Detail

getRootHandler

public RootXmlWriteHandler getRootHandler()
Returns the root handler.

Returns: the root handler.

setRootHandler

public void setRootHandler(RootXmlWriteHandler rootHandler)
Sets the root handler.

Parameters: rootHandler the root handler.