33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
// Signature format: 2.0
|
|
package attr.group.simple {
|
|
|
|
public class Student {
|
|
ctor public Student();
|
|
method public String getCity();
|
|
method public java.util.List<java.lang.Integer> getList();
|
|
method public String getName();
|
|
method public String getRoad();
|
|
method public String getState();
|
|
method public void setCity(String);
|
|
method public void setList(java.util.List<java.lang.Integer>);
|
|
method public void setName(String);
|
|
method public void setRoad(String);
|
|
method public void setState(String);
|
|
}
|
|
|
|
public class XmlParser {
|
|
ctor public XmlParser();
|
|
method public static attr.group.simple.Student 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(attr.group.simple.XmlWriter, attr.group.simple.Student) throws java.io.IOException;
|
|
}
|
|
|
|
}
|
|
|