Modifier and Type | Interface and 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 and Description |
---|---|
XmlStartTag |
XmlPullParserFactory.newStartTag()
Return new XML start tag.
|
Modifier and Type | Method and 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) |
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