|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XmlWriteHandler
The interface that must be supported by all XML write handlers.
| Method Summary | |
|---|---|
RootXmlWriteHandler |
getRootHandler()
Returns the root handler for this write handler. |
void |
setRootHandler(RootXmlWriteHandler rootHandler)
Sets the root handler. |
void |
write(java.lang.String tagName,
java.lang.Object object,
XMLWriter writer,
java.lang.String mPlexAttribute,
java.lang.String mPlexValue)
Performs the writing of a single object. |
| Method Detail |
|---|
RootXmlWriteHandler getRootHandler()
void setRootHandler(RootXmlWriteHandler rootHandler)
rootHandler - the root handler.
void write(java.lang.String tagName,
java.lang.Object object,
XMLWriter writer,
java.lang.String mPlexAttribute,
java.lang.String mPlexValue)
throws java.io.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.
java.io.IOException - if an IOError occured.
XMLWriterException - if an XmlDefinition error occured.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||