com.thoughtworks.xstream.io.xml
Class XppDomDriver
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.XppDomDriver
- All Implemented Interfaces:
- HierarchicalStreamDriver
public class XppDomDriver
- extends AbstractXppDomDriver
A HierarchicalStreamDriver for XPP DOM using the XmlPullParserFactory to locate an parser.
- Author:
- Joe Walnes, Jörg Schaible
|
Method Summary |
protected 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 |
XppDomDriver
public XppDomDriver()
XppDomDriver
public XppDomDriver(NameCoder nameCoder)
- Since:
- 1.4
XppDomDriver
public XppDomDriver(XmlFriendlyReplacer replacer)
- Deprecated. As of 1.4, use
XppDomDriver(NameCoder) instead.
- Since:
- 1.2
createParser
protected XmlPullParser createParser()
throws XmlPullParserException
- Create the parser of the XPP implementation.
- Specified by:
createParser in class AbstractXppDomDriver
- Throws:
XmlPullParserException - if the parser cannot be created
Copyright © 2012. All Rights Reserved.