public class XppDriver extends AbstractXppDriver
HierarchicalStreamDriver using the XmlPullParserFactory to locate an XML Pull Parser.| Modifier and Type | Field and Description |
|---|---|
private static org.xmlpull.v1.XmlPullParserFactory |
factory |
| Constructor and Description |
|---|
XppDriver() |
XppDriver(NameCoder nameCoder) |
XppDriver(XmlFriendlyReplacer replacer)
Deprecated.
As of 1.4, use
XppDriver(NameCoder) instead. |
| Modifier and Type | Method and Description |
|---|---|
static org.xmlpull.v1.XmlPullParser |
createDefaultParser()
Create a default XML Pull Parser.
|
protected org.xmlpull.v1.XmlPullParser |
createParser()
Create the parser of the XPP implementation.
|
createReader, createReader, createWriter, createWriterxmlFriendlyReplacercreateReader, createReader, getNameCoderpublic XppDriver()
public XppDriver(NameCoder nameCoder)
public XppDriver(XmlFriendlyReplacer replacer)
XppDriver(NameCoder) instead.public static org.xmlpull.v1.XmlPullParser createDefaultParser()
throws org.xmlpull.v1.XmlPullParserException
XmlPullParserFactory and let it create a new parser.org.xmlpull.v1.XmlPullParserException - if the creation of a new parser fails.protected org.xmlpull.v1.XmlPullParser createParser()
throws org.xmlpull.v1.XmlPullParserException
AbstractXppDrivercreateParser in class AbstractXppDriverorg.xmlpull.v1.XmlPullParserException - if the parser cannot be created