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
Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlWriter |
escapeXmlName |
Methods inherited from class com.thoughtworks.xstream.io.AbstractWriter |
encodeAttribute, encodeNode, startNode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XStreamDOM.WriterImpl
public XStreamDOM.WriterImpl()
startNode
public void startNode(String name)
endNode
public void endNode()
addAttribute
public void addAttribute(String name,
String value)
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 interface com.thoughtworks.xstream.io.HierarchicalStreamWriter
- Overrides:
underlyingWriter
in class com.thoughtworks.xstream.io.AbstractWriter
getOutput
public XStreamDOM getOutput()
Copyright © 2004-2013. All Rights Reserved.