Package com.thoughtworks.xstream.io.xml
Class MXParserDomDriver
- java.lang.Object
-
- com.thoughtworks.xstream.io.AbstractDriver
-
- com.thoughtworks.xstream.io.xml.AbstractXmlDriver
-
- com.thoughtworks.xstream.io.xml.AbstractXppDomDriver
-
- com.thoughtworks.xstream.io.xml.MXParserDomDriver
-
- All Implemented Interfaces:
HierarchicalStreamDriver
public class MXParserDomDriver extends AbstractXppDomDriver
AHierarchicalStreamDriver
for XPP DOM using the MXParser fork.- Since:
- 1.4.16
-
-
Constructor Summary
Constructors Constructor Description MXParserDomDriver()
Construct an MXParserDomDriver.MXParserDomDriver(NameCoder nameCoder)
Construct an Xpp3DomDriver.
-
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.AbstractXppDomDriver
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
-
MXParserDomDriver
public MXParserDomDriver()
Construct an MXParserDomDriver.- Since:
- 1.4.16
-
MXParserDomDriver
public MXParserDomDriver(NameCoder nameCoder)
Construct an Xpp3DomDriver.- Parameters:
nameCoder
- the replacer for XML friendly names- Since:
- 1.4
-
-
Method Detail
-
createParser
protected org.xmlpull.v1.XmlPullParser createParser()
Create the parser of the XPP implementation.- Specified by:
createParser
in classAbstractXppDomDriver
-
-