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.impl.pullnode | |
org.gjt.xpp.x2impl |
Modifier and Type | Method | Description |
---|---|---|
XmlPullNode |
XmlPullNode.newPullNode(XmlPullParser pp) |
|
XmlPullNode |
XmlPullParserFactory.newPullNode(XmlPullParser pp) |
Return new XML pull node that is represeting tree from current pull parser start tag.
|
Modifier and Type | Method | Description |
---|---|---|
XmlPullNode |
PullParserFactoryFullImpl.newPullNode(XmlPullParser pp) |
Modifier and Type | Class | Description |
---|---|---|
class |
PullNode |
Allows node tree to be constructed on demand.
|
Modifier and Type | Method | Description |
---|---|---|
XmlPullNode |
PullNode.newPullNode(XmlPullParser pp) |
Modifier and Type | Method | Description |
---|---|---|
XmlPullNode |
X2PullParserFactoryImpl.newPullNode(XmlPullParser pp) |
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