Package com.bc.ceres.binding.dom
Class XStreamDomElementWriter
- java.lang.Object
-
- com.thoughtworks.xstream.io.AbstractWriter
-
- com.thoughtworks.xstream.io.xml.AbstractXmlWriter
-
- com.thoughtworks.xstream.io.xml.AbstractDocumentWriter
-
- com.bc.ceres.binding.dom.XStreamDomElementWriter
-
- All Implemented Interfaces:
com.thoughtworks.xstream.io.ExtendedHierarchicalStreamWriter
,com.thoughtworks.xstream.io.HierarchicalStreamWriter
,com.thoughtworks.xstream.io.xml.DocumentWriter
,com.thoughtworks.xstream.io.xml.XmlFriendlyWriter
public class XStreamDomElementWriter extends com.thoughtworks.xstream.io.xml.AbstractDocumentWriter
todo - add API doc- Since:
- BEAM 4.6
-
-
Constructor Summary
Constructors Constructor Description XStreamDomElementWriter(DomElement child)
XStreamDomElementWriter(DomElement child, com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer xmlFriendlyReplacer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAttribute(String name, String value)
protected Object
createNode(String name)
void
setValue(String text)
-
Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractDocumentWriter
close, endNode, endNodeInternally, flush, getCurrent, getTopLevelNodes, startNode
-
Methods inherited from class com.thoughtworks.xstream.io.AbstractWriter
encodeAttribute, encodeNode, startNode, underlyingWriter
-
-
-
-
Constructor Detail
-
XStreamDomElementWriter
public XStreamDomElementWriter(DomElement child)
-
XStreamDomElementWriter
public XStreamDomElementWriter(DomElement child, com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer xmlFriendlyReplacer)
-
-