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
Constructors Constructor Description WriterImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAttribute(String name, String value)
void
close()
void
endNode()
void
flush()
XStreamDOM
getOutput()
void
setValue(String text)
void
startNode(String name)
com.thoughtworks.xstream.io.HierarchicalStreamWriter
underlyingWriter()
-
-
-
Method Detail
-
startNode
public void startNode(String name)
-
endNode
public void endNode()
-
setValue
public void setValue(String text)
-
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
public XStreamDOM getOutput()
-
-