Package com.thoughtworks.xstream.io.xml
Class MXParserDriver
- 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.MXParserDriver
-
- All Implemented Interfaces:
HierarchicalStreamDriver
public class MXParserDriver extends AbstractXppDriver
AHierarchicalStreamDriver
using the MXParser fork.- Since:
- 1.4.16
-
-
Constructor Summary
Constructors Constructor Description MXParserDriver()
Construct an MXParserDriver.MXParserDriver(NameCoder nameCoder)
Construct an Xpp3Driver.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.xmlpull.v1.XmlPullParser
createParser()
Create the parser of the XPP implementation.-
Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXppDriver
createReader, createReader, createWriter, createWriter
-
Methods inherited from class com.thoughtworks.xstream.io.xml.AbstractXmlDriver
xmlFriendlyReplacer
-
Methods inherited from class com.thoughtworks.xstream.io.AbstractDriver
createReader, createReader, getNameCoder
-
-
-
-
Constructor Detail
-
MXParserDriver
public MXParserDriver()
Construct an MXParserDriver.- Since:
- 1.4.16
-
MXParserDriver
public MXParserDriver(NameCoder nameCoder)
Construct an Xpp3Driver.- Parameters:
nameCoder
- the replacer for XML friendly names- Since:
- 1.4.16
-
-
Method Detail
-
createParser
protected org.xmlpull.v1.XmlPullParser createParser()
Create the parser of the XPP implementation.- Specified by:
createParser
in classAbstractXppDriver
-
-