com.thoughtworks.xstream.io.xml
Class XppDomWriter

java.lang.Object
  extended bycom.thoughtworks.xstream.io.xml.XppDomWriter
All Implemented Interfaces:
HierarchicalStreamWriter

public class XppDomWriter
extends java.lang.Object
implements HierarchicalStreamWriter


Constructor Summary
XppDomWriter()
           
 
Method Summary
 void addAttribute(java.lang.String key, java.lang.String value)
           
 void endNode()
           
 com.thoughtworks.xstream.io.xml.xppdom.Xpp3Dom getConfiguration()
           
 void setValue(java.lang.String text)
           
 void startNode(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XppDomWriter

public XppDomWriter()
Method Detail

getConfiguration

public com.thoughtworks.xstream.io.xml.xppdom.Xpp3Dom getConfiguration()

startNode

public void startNode(java.lang.String name)
Specified by:
startNode in interface HierarchicalStreamWriter

setValue

public void setValue(java.lang.String text)
Specified by:
setValue in interface HierarchicalStreamWriter

addAttribute

public void addAttribute(java.lang.String key,
                         java.lang.String value)
Specified by:
addAttribute in interface HierarchicalStreamWriter

endNode

public void endNode()
Specified by:
endNode in interface HierarchicalStreamWriter


Joe Walnes, http://xstream.codehaus.org/