Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexer
In directory sc8-pr-cvs1:/tmp/cvs-serv22177/src/org/htmlparser/lexer
Modified Files:
Page.java
Log Message:
Javadoc changes and additions. Stylesheet, overview, build instructions and todo list.
Added HTMLTaglet, an inline Javadoc taglet for embedding HTML into javadocs.
Index: Page.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexer/Page.java,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** Page.java 8 Dec 2003 01:31:51 -0000 1.28
--- Page.java 16 Dec 2003 02:29:55 -0000 1.29
***************
*** 116,125 ****
* @param connection A fully conditioned connection. The connect()
* method will be called so it need not be connected yet.
- * @exception IOException If an i/o exception occurs creating the
- * source.
* @exception ParserException An exception object wrapping a number of
* possible error conditions, some of which are outlined below.
! * UnsupportedEncodingException if the character set specified in the
! * HTTP header is not supported.
*/
public Page (URLConnection connection) throws ParserException
--- 116,125 ----
* @param connection A fully conditioned connection. The connect()
* method will be called so it need not be connected yet.
* @exception ParserException An exception object wrapping a number of
* possible error conditions, some of which are outlined below.
! * <li>IOException If an i/o exception occurs creating the
! * source.</li>
! * <li>UnsupportedEncodingException if the character set specified in the
! * HTTP header is not supported.</li>
*/
public Page (URLConnection connection) throws ParserException
|