public abstract class AbstractXmlWriteHandler extends Object implements XmlWriteHandler
| Constructor and Description |
|---|
AbstractXmlWriteHandler()
Creates a new handler.
|
| Modifier and Type | Method and Description |
|---|---|
RootXmlWriteHandler |
getRootHandler()
Returns the root handler.
|
void |
setRootHandler(RootXmlWriteHandler rootHandler)
Sets the root handler.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic RootXmlWriteHandler getRootHandler()
getRootHandler in interface XmlWriteHandlerpublic void setRootHandler(RootXmlWriteHandler rootHandler)
setRootHandler in interface XmlWriteHandlerrootHandler - the root handler.Copyright © 2009-2012 jtstand.com. All Rights Reserved.