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.pullparser | |
org.gjt.xpp.impl.tag | |
org.gjt.xpp.x2impl | |
org.gjt.xpp.x2impl.x2pullparser |
Modifier and Type | Method and Description |
---|---|
XmlEndTag |
XmlPullParserFactory.newEndTag()
Create new end tag.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlPullParser.readEndTag(XmlEndTag etag)
Read current end tag.
|
void |
XmlRecorder.writeEndTag(XmlEndTag etag) |
Modifier and Type | Method and Description |
---|---|
XmlEndTag |
PullParserFactorySmallImpl.newEndTag() |
XmlEndTag |
PullParserFactoryFullImpl.newEndTag() |
Modifier and Type | Method and Description |
---|---|
void |
Recorder.writeEndTag(XmlEndTag etag) |
void |
Formatter.writeEndTag(XmlEndTag etag) |
Modifier and Type | Method and Description |
---|---|
void |
PullParser.readEndTag(XmlEndTag etag)
Read value of just read END_TAG into passed as argument EndTag.
|
Modifier and Type | Class and Description |
---|---|
class |
EndTag
Encapsulate XML ETag
|
Modifier and Type | Method and Description |
---|---|
XmlEndTag |
X2PullParserFactoryImpl.newEndTag() |
Modifier and Type | Method and Description |
---|---|
void |
X2PullParser.readEndTag(XmlEndTag etag)
Read value of just read END_TAG into passed as argument EndTag.
|
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