Package org.javalite.async.xstream
Class CDATAXppDriver
java.lang.Object
com.thoughtworks.xstream.io.AbstractDriver
com.thoughtworks.xstream.io.xml.AbstractXmlDriver
com.thoughtworks.xstream.io.xml.AbstractXppDriver
com.thoughtworks.xstream.io.xml.XppDriver
org.javalite.async.xstream.CDATAXppDriver
- All Implemented Interfaces:
com.thoughtworks.xstream.io.HierarchicalStreamDriver
public class CDATAXppDriver
extends com.thoughtworks.xstream.io.xml.XppDriver
- Author:
- Igor Polevoy on 1/31/16.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.thoughtworks.xstream.io.HierarchicalStreamWritercreateWriter(Writer out)Methods inherited from class com.thoughtworks.xstream.io.xml.XppDriver
createDefaultParser, createParserMethods inherited from class com.thoughtworks.xstream.io.xml.AbstractXppDriver
createReader, createReader, createWriterMethods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlDriver
xmlFriendlyReplacerMethods inherited from class com.thoughtworks.xstream.io.AbstractDriver
createReader, createReader, getNameCoder
-
Constructor Details
-
CDATAXppDriver
public CDATAXppDriver()
-
-
Method Details
-
createWriter
- Specified by:
createWriterin interfacecom.thoughtworks.xstream.io.HierarchicalStreamDriver- Overrides:
createWriterin classcom.thoughtworks.xstream.io.xml.AbstractXppDriver
-