Searched refs:readXml (Results 1 - 7 of 7) sorted by relevance

/openjdk9/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DWebRowSet.java425 public void readXml(java.io.Reader reader) throws SQLException; method in interface:WebRowSet
436 public void readXml(java.io.InputStream iStream) throws SQLException, IOException; method in interface:WebRowSet
/openjdk9/jdk/test/javax/sql/testng/test/rowset/webrowset/
H A DCommonWebRowSetTests.java94 wrs1.readXml(ois);
127 wrs1.readXml(isr);
149 wrs1.readXml(fr);
164 wrs1.readXml(fis);
246 wrs1.readXml(fis);
268 wrs1.readXml(fis);
292 wrs1.readXml(fis);
317 wrs1.readXml(fis);
349 wrs1.readXml(fis);
377 wrs1.readXml(fi
[all...]
/openjdk9/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DWebRowSetImpl.java54 * <code>WebRowSet.readXml</code> is invoked.
176 public void readXml(java.io.Reader reader) throws SQLException { method in class:WebRowSetImpl
213 public void readXml(java.io.InputStream iStream) throws SQLException, IOException { method in class:WebRowSetImpl
H A DJoinRowSetImpl.java4114 public void readXml(java.io.Reader reader) throws SQLException { method in class:JoinRowSetImpl
4116 wrs.readXml(reader);
4127 public void readXml(java.io.InputStream iStream) throws SQLException, IOException { method in class:JoinRowSetImpl
4129 wrs.readXml(iStream);
/openjdk9/jdk/test/javax/sql/testng/util/
H A DStubWebRowSetImpl.java65 public void readXml(Reader reader) throws SQLException { method in class:StubWebRowSetImpl
70 public void readXml(InputStream iStream) throws SQLException, IOException { method in class:StubWebRowSetImpl
H A DStubJoinRowSetImpl.java149 public void readXml(Reader reader) throws SQLException { method in class:StubJoinRowSetImpl
154 public void readXml(InputStream iStream) throws SQLException, IOException { method in class:StubJoinRowSetImpl
H A DStubFilteredRowSetImpl.java79 public void readXml(Reader reader) throws SQLException { method in class:StubFilteredRowSetImpl
84 public void readXml(InputStream iStream) throws SQLException, IOException { method in class:StubFilteredRowSetImpl

Completed in 186 milliseconds