Package | Description |
---|---|
org.gjt.xpp |
This package defines classes compromising public API of XML Pull Parser 2.0 (org.gjt.xpp).
|
org.gjt.xpp.impl |
Constains reference implementation of Xml Pull Parser 2.0 (org.gjt.xpp).
|
org.gjt.xpp.x2impl |
Modifier and Type | Method | Description |
---|---|---|
static XmlPullParserFactory |
XmlPullParserFactory.newInstance() |
Get a new instance of a PullParserFactory used to create XPP.
|
static XmlPullParserFactory |
XmlPullParserFactory.newInstance(java.lang.Class classLoaderCtx) |
Get a new instance of a PullParserFactory used to create XPP.
|
static XmlPullParserFactory |
XmlPullParserFactory.newInstance(java.lang.String factoryClassName) |
Get a new instance of a PullParserFactory from given class name.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PullParserFactoryFullImpl |
Implementation of Pull Parser Factory.
|
class |
PullParserFactorySmallImpl |
Implementation of Pull Parser Factory.
|
Modifier and Type | Class | Description |
---|---|---|
class |
X2PullParserFactoryImpl |
Implementation of Pull Parser Factory.
|
Copyright (c) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.
Note this package is deprecated by XPP3 that implements XmlPull API