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.impl.pullparser | |
org.gjt.xpp.x2impl | |
org.gjt.xpp.x2impl.x2pullparser |
Modifier and Type | Method and Description |
---|---|
XmlPullParser |
XmlPullNode.getPullParser()
Get parser that is use to build this node tree
and this pull node becomes finished - the caller is responsibile
to move pull parser state to the end tag of this node
(or parent pull node will be left in unconsistent state!!!!).
|
XmlPullParser |
XmlPullParserFactory.newPullParser()
Create new XML pull parser.
|
Modifier and Type | Method and Description |
---|---|
XmlNode |
XmlPullParserFactory.newNode(XmlPullParser pp)
Return new XML node that is represeting tree from current pull parser start tag.
|
XmlPullNode |
XmlPullParserFactory.newPullNode(XmlPullParser pp)
Return new XML pull node that is represeting tree from current pull parser start tag.
|
XmlPullNode |
XmlPullNode.newPullNode(XmlPullParser pp) |
void |
XmlPullNode.setPullParser(XmlPullParser pp)
Reset pull node to use pull parser.
|
Modifier and Type | Method and Description |
---|---|
XmlPullParser |
PullParserFactorySmallImpl.newPullParser() |
XmlPullParser |
PullParserFactoryFullImpl.newPullParser() |
Modifier and Type | Method and Description |
---|---|
XmlPullNode |
PullParserFactoryFullImpl.newPullNode(XmlPullParser pp) |
Modifier and Type | Field and Description |
---|---|
protected XmlPullParser |
PullNode.pp |
Modifier and Type | Method and Description |
---|---|
XmlPullParser |
PullNode.getPullParser() |
Modifier and Type | Method and Description |
---|---|
XmlPullNode |
PullNode.newPullNode(XmlPullParser pp) |
void |
PullNode.setPullParser(XmlPullParser pp)
Reset pull node to use pull parser.
|
Constructor and Description |
---|
PullNode(XmlPullParser pp) |
Modifier and Type | Class and Description |
---|---|
class |
PullParser
XML Pull Parser (XPP) allows to pull XML events from input stream.
|
Modifier and Type | Method and Description |
---|---|
XmlPullParser |
X2PullParserFactoryImpl.newPullParser() |
Modifier and Type | Method and Description |
---|---|
XmlPullNode |
X2PullParserFactoryImpl.newPullNode(XmlPullParser pp) |
Modifier and Type | Class and Description |
---|---|
class |
X2PullParser
This is Xerces 2 driver that uses XNI pull parsing capabilities to
implement XML Pull Parser API.
|
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