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 Details

    • WriterImpl

      public WriterImpl()
  • Method Details

    • 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()