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.format | |
org.gjt.xpp.impl.node | |
org.gjt.xpp.impl.pullnode | |
org.gjt.xpp.impl.pullparser | |
org.gjt.xpp.impl.tag | |
org.gjt.xpp.x2impl | |
org.gjt.xpp.x2impl.x2pullparser |
Modifier and Type | Interface | Description |
---|---|---|
interface |
XmlNode |
This class represents XML subtree.
|
interface |
XmlPullNode |
This class represents pullable XML subtree - children are built on
demand.
|
Modifier and Type | Method | Description |
---|---|---|
XmlStartTag |
XmlPullParserFactory.newStartTag() |
Return new XML start tag.
|
Modifier and Type | Method | Description |
---|---|---|
void |
XmlPullParser.readStartTag(XmlStartTag stag) |
Read current start tag.
|
void |
XmlRecorder.writeStartTag(XmlStartTag stag) |
|
void |
XmlRecorder.writeStartTagAsEndTag(XmlStartTag stag) |
|
void |
XmlRecorder.writeStartTagStart(XmlStartTag stag) |
Modifier and Type | Method | Description |
---|---|---|
XmlStartTag |
PullParserFactoryFullImpl.newStartTag() |
|
XmlStartTag |
PullParserFactorySmallImpl.newStartTag() |
Modifier and Type | Method | Description |
---|---|---|
void |
Recorder.writeStartTag(XmlStartTag stag) |
|
void |
Formatter.writeStartTagAsEndTag(XmlStartTag stag) |
|
void |
Recorder.writeStartTagAsEndTag(XmlStartTag stag) |
|
void |
Recorder.writeStartTagStart(XmlStartTag stag) |
Modifier and Type | Class | Description |
---|---|---|
class |
Node |
Encapsulate XML Node with list of associated children and namespaces :-).
|
Modifier and Type | Class | Description |
---|---|---|
class |
PullNode |
Allows node tree to be constructed on demand.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PullParser.readStartTag(XmlStartTag stag) |
Read value of just read START_TAG into passed as argument StartTag.
|
Modifier and Type | Class | Description |
---|---|---|
class |
StartTag |
Encapsulate XML STag and EmptyElement
|
Modifier and Type | Method | Description |
---|---|---|
XmlStartTag |
X2PullParserFactoryImpl.newStartTag() |
Modifier and Type | Method | Description |
---|---|---|
void |
X2PullParser.readStartTag(XmlStartTag stag) |
Read value of just read START_TAG into passed as argument StartTag.
|
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