// Signature format: 2.0 package reference { public class Class { ctor public Class(); method public String getName(); method public java.util.List getStudent(); method public void setName(String); } public class XmlParser { ctor public XmlParser(); method public static reference.Class read(java.io.InputStream) throws javax.xml.datatype.DatatypeConfigurationException, java.io.IOException, org.xmlpull.v1.XmlPullParserException; method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException; method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException; } public class XmlWriter implements java.io.Closeable { ctor public XmlWriter(java.io.PrintWriter); method public void close(); method public static void write(reference.XmlWriter, reference.Class) throws java.io.IOException; } }