src/java.sql.rowset/share/classes/javax/sql/rowset/WebRowSet.java
changeset 55422 c439c469e803
parent 54106 9a90236ab64c
equal deleted inserted replaced
55421:688a2a361e14 55422:c439c469e803
    42  * <P>
    42  * <P>
    43  * The standard WebRowSet XML Schema definition is available at the following
    43  * The standard WebRowSet XML Schema definition is available at the following
    44  * URI:
    44  * URI:
    45  * <ul>
    45  * <ul>
    46  * <li>
    46  * <li>
    47  * <a href="http://java.sun.com/xml/ns/jdbc/webrowset.xsd">http://java.sun.com/xml/ns/jdbc/webrowset.xsd</a>
    47  * <a href="http://xmlns.jcp.org/xml/ns//jdbc/webrowset.xsd">http://xmlns.jcp.org/xml/ns//jdbc/webrowset.xsd</a>
    48  * </li>
    48  * </li>
    49  * </ul>
    49  * </ul>
    50  * It describes the standard XML document format required when describing a
    50  * It describes the standard XML document format required when describing a
    51  * {@code RowSet} object in XML and must be used be all standard implementations
    51  * {@code RowSet} object in XML and must be used be all standard implementations
    52  * of the {@code WebRowSet} interface to ensure interoperability. In addition,
    52  * of the {@code WebRowSet} interface to ensure interoperability. In addition,