jenkins.util.xstream
Class XStreamDOM.WriterImpl

java.lang.Object
  extended by com.thoughtworks.xstream.io.AbstractWriter
      extended by com.thoughtworks.xstream.io.xml.AbstractXmlWriter
          extended by 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
XStreamDOM.WriterImpl()
           
 
Method Summary
 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()
           
 
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
 

Constructor Detail

XStreamDOM.WriterImpl

public XStreamDOM.WriterImpl()
Method Detail

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.