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
A
HierarchicalStreamDriver
for XPP DOM using the MXParser fork.- Since:
- 1.4.16
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct an MXParserDomDriver.MXParserDomDriver
(NameCoder nameCoder) Construct an Xpp3DomDriver. -
Method Summary
Modifier and TypeMethodDescriptionprotected org.xmlpull.v1.XmlPullParser
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 Details
-
MXParserDomDriver
public MXParserDomDriver()Construct an MXParserDomDriver.- Since:
- 1.4.16
-
MXParserDomDriver
Construct an Xpp3DomDriver.- Parameters:
nameCoder
- the replacer for XML friendly names- Since:
- 1.4
-
-
Method Details
-
createParser
protected org.xmlpull.v1.XmlPullParser createParser()Create the parser of the XPP implementation.- Specified by:
createParser
in classAbstractXppDomDriver
-