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.AbstractDocumentWritertodo - add API doc- Since:
- BEAM 4.6
 
- 
- 
Constructor SummaryConstructors Constructor Description XStreamDomElementWriter(DomElement child)XStreamDomElementWriter(DomElement child, com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer xmlFriendlyReplacer)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAttribute(String name, String value)protected ObjectcreateNode(String name)voidsetValue(String text)- 
Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractDocumentWriterclose, endNode, endNodeInternally, flush, getCurrent, getTopLevelNodes, startNode
 - 
Methods inherited from class com.thoughtworks.xstream.io.AbstractWriterencodeAttribute, encodeNode, startNode, underlyingWriter
 
- 
 
- 
- 
- 
Constructor Detail- 
XStreamDomElementWriterpublic XStreamDomElementWriter(DomElement child) 
 - 
XStreamDomElementWriterpublic XStreamDomElementWriter(DomElement child, com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer xmlFriendlyReplacer) 
 
- 
 
-