Package jenkins.util.xstream
Class XStreamDOM.WriterImpl
java.lang.Object
com.thoughtworks.xstream.io.AbstractWriter
com.thoughtworks.xstream.io.xml.AbstractXmlWriter
jenkins.util.xstream.XStreamDOM.WriterImpl
- All Implemented Interfaces:
com.thoughtworks.xstream.io.ExtendedHierarchicalStreamWriter
,com.thoughtworks.xstream.io.HierarchicalStreamWriter
,com.thoughtworks.xstream.io.xml.XmlFriendlyWriter
- Enclosing class:
- XStreamDOM
public static class XStreamDOM.WriterImpl
extends com.thoughtworks.xstream.io.xml.AbstractXmlWriter
-
Constructor Summary
-
Method Summary
Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlWriter
escapeXmlName
Methods inherited from class com.thoughtworks.xstream.io.AbstractWriter
encodeAttribute, encodeNode, startNode
-
Constructor Details
-
WriterImpl
public WriterImpl()
-
-
Method Details
-
startNode
-
endNode
public void endNode() -
addAttribute
-
setValue
-
flush
public void flush() -
close
public void close() -
underlyingWriter
public com.thoughtworks.xstream.io.HierarchicalStreamWriter underlyingWriter()- Specified by:
underlyingWriter
in interfacecom.thoughtworks.xstream.io.HierarchicalStreamWriter
- Overrides:
underlyingWriter
in classcom.thoughtworks.xstream.io.AbstractWriter
-
getOutput
-