• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Signature format: 2.0
2package attr.group.simple {
3
4  public class Student {
5    ctor public Student();
6    method public String getCity();
7    method public java.util.List<java.lang.Integer> getList();
8    method public String getName();
9    method public String getRoad();
10    method public String getState();
11    method public void setCity(String);
12    method public void setList(java.util.List<java.lang.Integer>);
13    method public void setName(String);
14    method public void setRoad(String);
15    method public void setState(String);
16  }
17
18  public class XmlParser {
19    ctor public XmlParser();
20    method public static attr.group.simple.Student read(java.io.InputStream) throws javax.xml.datatype.DatatypeConfigurationException, java.io.IOException, org.xmlpull.v1.XmlPullParserException;
21    method public static String readText(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException;
22    method public static void skip(org.xmlpull.v1.XmlPullParser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException;
23  }
24
25  public class XmlWriter implements java.io.Closeable {
26    ctor public XmlWriter(java.io.PrintWriter);
27    method public void close();
28    method public static void write(attr.group.simple.XmlWriter, attr.group.simple.Student) throws java.io.IOException;
29  }
30
31}
32
33