Class JmcXppDriver

  • All Implemented Interfaces:
    com.thoughtworks.xstream.io.HierarchicalStreamDriver

    public class JmcXppDriver
    extends com.thoughtworks.xstream.io.xml.XppDriver
    Xstream Jmc Driver.
    • Constructor Summary

      Constructors 
      Constructor Description
      JmcXppDriver()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.thoughtworks.xstream.io.HierarchicalStreamWriter createWriter​(java.io.Writer out)  
      • Methods inherited from class com.thoughtworks.xstream.io.xml.XppDriver

        createDefaultParser, createParser
      • Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXppDriver

        createReader, createReader, createWriter
      • Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlDriver

        xmlFriendlyReplacer
      • Methods inherited from class com.thoughtworks.xstream.io.AbstractDriver

        createReader, createReader, getNameCoder
      • Methods inherited from class java.lang.Object

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

      • JmcXppDriver

        public JmcXppDriver()
    • Method Detail

      • createWriter

        public com.thoughtworks.xstream.io.HierarchicalStreamWriter createWriter​(java.io.Writer out)
        Specified by:
        createWriter in interface com.thoughtworks.xstream.io.HierarchicalStreamDriver
        Overrides:
        createWriter in class com.thoughtworks.xstream.io.xml.AbstractXppDriver