| Package | Description |
|---|---|
| org.kxml2.io | |
| org.kxml2.kdom | |
| org.kxml2.wap | |
| org.xmlpull.v1 |
| Modifier and Type | Class and Description |
|---|---|
class |
KXmlParser
A simple, pull based XML parser.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Element.parse(XmlPullParser parser)
Builds the child elements from the given Parser.
|
void |
Document.parse(XmlPullParser parser)
reads the document and checks if the last event
is END_DOCUMENT.
|
void |
Node.parse(XmlPullParser parser)
Recursively builds the child elements from the given parser
until an end tag or end document is found.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WbxmlParser |
| Modifier and Type | Method and Description |
|---|---|
XmlPullParser |
XmlPullParserFactory.newPullParser()
Creates a new instance of a XML Pull Parser using the currently configured factory features.
|
| Constructor and Description |
|---|
XmlPullParserException(java.lang.String msg,
XmlPullParser parser,
java.lang.Throwable chain) |