equal
deleted
inserted
replaced
115 * Obtain the current doc object. |
115 * Obtain the current doc object. |
116 * |
116 * |
117 * @return Current doc object. |
117 * @return Current doc object. |
118 * |
118 * |
119 * @exception IOException |
119 * @exception IOException |
120 * Thrown if a error ocurred reading the document. |
120 * Thrown if a error occurred reading the document. |
121 */ |
121 */ |
122 public Doc getDoc() throws IOException; |
122 public Doc getDoc() throws IOException; |
123 |
123 |
124 /** |
124 /** |
125 * Go to the multidoc object that contains the next doc object in the |
125 * Go to the multidoc object that contains the next doc object in the |