public interface XmlWriteHandler
Modifier and Type | Method and Description |
---|---|
RootXmlWriteHandler |
getRootHandler()
Returns the root handler for this write handler.
|
void |
setRootHandler(RootXmlWriteHandler rootHandler)
Sets the root handler.
|
void |
write(String tagName,
Object object,
XMLWriter writer,
String mPlexAttribute,
String mPlexValue)
Performs the writing of a single object.
|
RootXmlWriteHandler getRootHandler()
void setRootHandler(RootXmlWriteHandler rootHandler)
rootHandler
- the root handler.void write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) throws IOException, XMLWriterException
tagName
- the tag name for the generated xml element.object
- the object to be written.writer
- the writer.mPlexAttribute
- the multiplexer selector attribute name.mPlexValue
- the multiplexers attribute value corresponding to this
object type.IOException
- if an IOError occured.XMLWriterException
- if an XmlDefinition error occured.Copyright © 2001–2018 JFree.org. All rights reserved.