public class GenericWriteHandler extends AbstractXmlWriteHandler
Constructor and Description |
---|
GenericWriteHandler(GenericObjectFactory factory)
Creates a new handler.
|
Modifier and Type | Method and Description |
---|---|
void |
write(String tagName,
Object object,
XMLWriter writer,
String mPlexAttribute,
String mPlexValue)
Performs the writing of a generic object.
|
getRootHandler, setRootHandler
public GenericWriteHandler(GenericObjectFactory factory)
factory
- the object factory.public void write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) throws IOException, XMLWriterException
tagName
- the tag name.object
- the generic object.writer
- the writer.mPlexAttribute
- ??.mPlexValue
- ??.IOException
- if there is an I/O error.XMLWriterException
- if there is a writer error.Copyright © 2001–2018 JFree.org. All rights reserved.