Class JmcXstreamWriter

  • All Implemented Interfaces:
    com.thoughtworks.xstream.io.ExtendedHierarchicalStreamWriter, com.thoughtworks.xstream.io.HierarchicalStreamWriter, com.thoughtworks.xstream.io.xml.XmlFriendlyWriter

    public class JmcXstreamWriter
    extends com.thoughtworks.xstream.io.xml.PrettyPrintWriter
    Jmc Writer to have access to direct writer.
    • Field Summary

      • Fields inherited from class com.thoughtworks.xstream.io.xml.PrettyPrintWriter

        depth, XML_1_0, XML_1_1, XML_QUIRKS
    • Constructor Summary

      Constructors 
      Constructor Description
      JmcXstreamWriter​(java.io.Writer writer, com.thoughtworks.xstream.io.naming.NameCoder nameCoder)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void writeRaw​(java.lang.String text)  
      • Methods inherited from class com.thoughtworks.xstream.io.xml.PrettyPrintWriter

        addAttribute, close, endNode, endOfLine, flush, getNewLine, setValue, startNode, startNode, writeAttributeValue, writeText
      • Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlWriter

        escapeXmlName
      • Methods inherited from class com.thoughtworks.xstream.io.AbstractWriter

        encodeAttribute, encodeNode, underlyingWriter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JmcXstreamWriter

        public JmcXstreamWriter​(java.io.Writer writer,
                                com.thoughtworks.xstream.io.naming.NameCoder nameCoder)
    • Method Detail

      • writeRaw

        public void writeRaw​(java.lang.String text)
                      throws java.io.IOException
        Throws:
        java.io.IOException