Class GenericWriteHandler
java.lang.Object
org.jfree.xml.writer.AbstractXmlWriteHandler
org.jfree.xml.writer.coretypes.GenericWriteHandler
- All Implemented Interfaces:
XmlWriteHandler
A handler for writing generic objects.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractXmlWriteHandler
getRootHandler, setRootHandler
-
Constructor Details
-
GenericWriteHandler
Creates a new handler.- Parameters:
factory- the object factory.
-
-
Method Details
-
write
public void write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) throws IOException, XMLWriterException Performs the writing of a generic object.- Parameters:
tagName- the tag name.object- the generic object.writer- the writer.mPlexAttribute- ??.mPlexValue- ??.- Throws:
IOException- if there is an I/O error.XMLWriterException- if there is a writer error.
-