src/java.sql.rowset/share/classes/javax/sql/rowset/spi/SyncProvider.java
changeset 55208 4158e6a864d4
parent 54106 9a90236ab64c
child 57746 5a9af5262566
equal deleted inserted replaced
55207:1791eaa73e81 55208:4158e6a864d4
    53  * <code>XmlWriter</code> object. A <code>WebRowSet</code> object uses the
    53  * <code>XmlWriter</code> object. A <code>WebRowSet</code> object uses the
    54  * <code>XmlReader</code> object to read data in XML format to populate itself with that
    54  * <code>XmlReader</code> object to read data in XML format to populate itself with that
    55  * data.  It uses the <code>XmlWriter</code> object to write itself to a stream or
    55  * data.  It uses the <code>XmlWriter</code> object to write itself to a stream or
    56  * <code>java.io.Writer</code> object in XML format.
    56  * <code>java.io.Writer</code> object in XML format.
    57  *
    57  *
    58  * <h3>1.0 Naming Convention for Implementations</h3>
    58  * <h2>1.0 Naming Convention for Implementations</h2>
    59  * As a guide  to naming <code>SyncProvider</code>
    59  * As a guide  to naming <code>SyncProvider</code>
    60  * implementations, the following should be noted:
    60  * implementations, the following should be noted:
    61  * <UL>
    61  * <UL>
    62  * <li>The name for a <code>SyncProvider</code> implementation
    62  * <li>The name for a <code>SyncProvider</code> implementation
    63  * is its fully qualified class name.
    63  * is its fully qualified class name.