com.thoughtworks.xstream.io.xml
Class Dom4JXmlWriter
java.lang.Object
com.thoughtworks.xstream.io.AbstractWriter
com.thoughtworks.xstream.io.xml.AbstractXmlWriter
com.thoughtworks.xstream.io.xml.Dom4JXmlWriter
- All Implemented Interfaces:
- ExtendedHierarchicalStreamWriter, HierarchicalStreamWriter, XmlFriendlyWriter
public class Dom4JXmlWriter
- extends AbstractXmlWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dom4JXmlWriter
public Dom4JXmlWriter(org.dom4j.io.XMLWriter writer)
Dom4JXmlWriter
public Dom4JXmlWriter(org.dom4j.io.XMLWriter writer,
NameCoder nameCoder)
- Since:
- 1.4
Dom4JXmlWriter
public Dom4JXmlWriter(org.dom4j.io.XMLWriter writer,
XmlFriendlyReplacer replacer)
- Deprecated. As of 1.4 use
Dom4JXmlWriter(XMLWriter, NameCoder)
instead.
- Since:
- 1.2
startNode
public void startNode(String name)
setValue
public void setValue(String text)
- Description copied from interface:
HierarchicalStreamWriter
- Write the value (text content) of the current node.
addAttribute
public void addAttribute(String key,
String value)
endNode
public void endNode()
flush
public void flush()
- Description copied from interface:
HierarchicalStreamWriter
- Flush the writer, if necessary.
close
public void close()
- Description copied from interface:
HierarchicalStreamWriter
- Close the writer, if necessary.
Copyright © 2004-2014 XStream. All Rights Reserved.