org.jfree.xml.writer
public interface XmlWriteHandler
Method Summary | |
---|---|
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.
|
Returns: the root handler.
Parameters: rootHandler the root handler.
Parameters: 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.
Throws: IOException if an IOError occured. XMLWriterException if an XmlDefinition error occured.