system/tools/xsdc/tests/resources/attr_group_simple/api/current.txt

33 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2025-08-25 08:01:50 +08:00
// 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;
}
}