com.thoughtworks.xstream.io.xml
Class KXml2DomDriver
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.KXml2DomDriver
- All Implemented Interfaces:
- HierarchicalStreamDriver
public class KXml2DomDriver
- extends AbstractXppDomDriver
A HierarchicalStreamDriver
for XPP DOM using the kXML2 parser.
- Since:
- 1.4
- Author:
- Jörg Schaible
Method Summary |
protected org.xmlpull.v1.XmlPullParser |
createParser()
Create the parser of the XPP implementation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KXml2DomDriver
public KXml2DomDriver()
- Construct an KXml2DomDriver.
- Since:
- 1.4
KXml2DomDriver
public KXml2DomDriver(NameCoder nameCoder)
- Construct a KXml2DomDriver.
- Parameters:
nameCoder
- the replacer for XML friendly names- Since:
- 1.4
createParser
protected org.xmlpull.v1.XmlPullParser createParser()
- Create the parser of the XPP implementation.
- Specified by:
createParser
in class AbstractXppDomDriver
Copyright © 2004-2014 XStream. All Rights Reserved.