public class MyXmlPullApp extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SAMPLE_XML |
| Constructor and Description |
|---|
MyXmlPullApp() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
processDocument(XmlPullParser xpp) |
void |
processEndElement(XmlPullParser xpp) |
void |
processStartElement(XmlPullParser xpp) |
void |
processText(XmlPullParser xpp) |
public static final String SAMPLE_XML
public static void main(String[] args) throws XmlPullParserException, IOException
XmlPullParserExceptionIOExceptionpublic void processDocument(XmlPullParser xpp) throws XmlPullParserException, IOException
XmlPullParserExceptionIOExceptionpublic void processStartElement(XmlPullParser xpp)
public void processEndElement(XmlPullParser xpp)
public void processText(XmlPullParser xpp) throws XmlPullParserException
XmlPullParserExceptionCopyright © 2013. All Rights Reserved.