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
ConstructorsConstructorDescriptionXStreamDomElementWriter(DomElement child, com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer xmlFriendlyReplacer) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttribute(String name, String value) protected ObjectcreateNode(String name) voidMethods inherited from class com.thoughtworks.xstream.io.xml.AbstractDocumentWriter
close, endNode, endNodeInternally, flush, getCurrent, getTopLevelNodes, startNodeMethods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlWriter
escapeXmlNameMethods inherited from class com.thoughtworks.xstream.io.AbstractWriter
encodeAttribute, encodeNode, startNode, underlyingWriterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.thoughtworks.xstream.io.HierarchicalStreamWriter
underlyingWriter
-
Constructor Details
-
XStreamDomElementWriter
-
XStreamDomElementWriter
public XStreamDomElementWriter(DomElement child, com.thoughtworks.xstream.io.xml.XmlFriendlyReplacer xmlFriendlyReplacer)
-
-
Method Details
-
createNode
- Specified by:
createNodein classcom.thoughtworks.xstream.io.xml.AbstractDocumentWriter
-
addAttribute
-
setValue
-