jdk/src/java.sql.rowset/share/classes/com/sun/rowset/WebRowSetImpl.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
    91         xmlReader = new WebRowSetXmlReader();
    91         xmlReader = new WebRowSetXmlReader();
    92         xmlWriter = new WebRowSetXmlWriter();
    92         xmlWriter = new WebRowSetXmlWriter();
    93     }
    93     }
    94 
    94 
    95     /**
    95     /**
    96      * Constructs a new <code>WebRowSet</code> object initialized with the the
    96      * Constructs a new <code>WebRowSet</code> object initialized with the
    97      * synchronization SPI provider properties as specified in the <code>Hashtable</code>. If
    97      * synchronization SPI provider properties as specified in the <code>Hashtable</code>. If
    98      * this hashtable is empty or is <code>null</code> the default constructor is invoked.
    98      * this hashtable is empty or is <code>null</code> the default constructor is invoked.
    99      *
    99      *
   100      * @throws SQLException if an error occurs in configuring the specified
   100      * @throws SQLException if an error occurs in configuring the specified
   101      * synchronization providers for the relational and XML providers; or
   101      * synchronization providers for the relational and XML providers; or
   232     }
   232     }
   233 
   233 
   234     /**
   234     /**
   235      * Writes this <code>WebRowSet</code> object to the given <code> OutputStream</code>
   235      * Writes this <code>WebRowSet</code> object to the given <code> OutputStream</code>
   236      * object in XML format.
   236      * object in XML format.
   237      * Creates an an output stream of the internal state and contents of a
   237      * Creates an output stream of the internal state and contents of a
   238      * <code>WebRowSet</code> for XML proceessing
   238      * <code>WebRowSet</code> for XML proceessing
   239      *
   239      *
   240      * @throws SQLException if a datasource access error occurs
   240      * @throws SQLException if a datasource access error occurs
   241      * @throws IOException if an IO exception occurs
   241      * @throws IOException if an IO exception occurs
   242      */
   242      */