1// Signature format: 2.0 2package group { 3 4 public class Student { 5 ctor public Student(); 6 method public String getCity(); 7 method public String getRoad(); 8 method public String getState(); 9 method public void setCity(String); 10 method public void setRoad(String); 11 method public void setState(String); 12 } 13 14 public class XmlParser { 15 ctor public XmlParser(); 16 method public static group.Student read(java.io.InputStream) throws javax.xml.datatype.DatatypeConfigurationException, java.io.IOException, org.xmlpull.v1.XmlPullParserException; 17 method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException; 18 method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException; 19 } 20 21} 22 23