Module org.xmlpull.v1
Class SimpleXmlPullApp
- java.lang.Object
-
- SimpleXmlPullApp
-
public class SimpleXmlPullApp extends java.lang.Object
Very simple application that demonstrates basics of XMLPULL V1 API.
-
-
Constructor Summary
Constructors Constructor Description SimpleXmlPullApp()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws XmlPullParserException, java.io.IOException
- Throws:
XmlPullParserException
java.io.IOException
-
-