Searched refs:writeXml (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DWebRowSet.java96 * <code>writeXml</code> methods describes the internal properties as follows:
439 * be returned to its position just prior to the <code>writeXml()</code> call.
447 public void writeXml(ResultSet rs, java.io.Writer writer) throws SQLException; method in interface:WebRowSet
457 * be returned to its position just prior to the <code>writeXml()</code> call.
465 public void writeXml(ResultSet rs, java.io.OutputStream oStream) throws SQLException, IOException; method in interface:WebRowSet
475 public void writeXml(java.io.Writer writer) throws SQLException; method in interface:WebRowSet
485 public void writeXml(java.io.OutputStream oStream) throws SQLException, IOException; method in interface:WebRowSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DWebRowSetImpl.java61 * <code>WebRowSet.writeXml</code> is invoked.
67 * to the point where the writeXml was called.
135 public void writeXml(ResultSet rs, java.io.Writer writer) method in class:WebRowSetImpl
143 this.writeXml(writer);
154 public void writeXml(java.io.Writer writer) throws SQLException { method in class:WebRowSetImpl
191 // Return the position back to place prior to callin writeXml
223 // Return the position back to place prior to callin writeXml
242 public void writeXml(java.io.OutputStream oStream) throws SQLException, IOException { method in class:WebRowSetImpl
264 public void writeXml(ResultSet rs, java.io.OutputStream oStream) throws SQLException, IOException { method in class:WebRowSetImpl
270 this.writeXml(oStrea
[all...]
H A DJoinRowSetImpl.java4082 public void writeXml(ResultSet rs, java.io.Writer writer) method in class:JoinRowSetImpl
4086 wrs.writeXml(writer);
4098 public void writeXml(java.io.Writer writer) throws SQLException { method in class:JoinRowSetImpl
4099 createWebRowSet().writeXml(writer);
4133 public void writeXml(java.io.OutputStream oStream) throws SQLException, IOException { method in class:JoinRowSetImpl
4134 createWebRowSet().writeXml(oStream);
4145 public void writeXml(ResultSet rs, java.io.OutputStream oStream) throws SQLException, IOException { method in class:JoinRowSetImpl
4148 wrs.writeXml(oStream);
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
H A DXmlConfigUtils.java259 writeXml((Object)bean,os,fragment);
273 writeXml((Object)bean,os,fragment);
285 private static void writeXml(Object bean, OutputStream os, boolean fragment) method in class:XmlConfigUtils

Completed in 280 milliseconds