Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags
In directory sc8-pr-cvs1:/tmp/cvs-serv763/tags
Modified Files:
DoctypeTag.java FormTag.java FrameSetTag.java ImageTag.java
Log Message:
Eliminate deprecation warnings.
Clean up javadoc warnings.
Index: DoctypeTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/DoctypeTag.java,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** DoctypeTag.java 8 Dec 2003 01:31:52 -0000 1.35
--- DoctypeTag.java 8 Dec 2003 13:13:59 -0000 1.36
***************
*** 41,45 ****
/**
! * Create a new !doctype tag.
*/
public DoctypeTag ()
--- 41,45 ----
/**
! * Create a new !doctype tag.
*/
public DoctypeTag ()
Index: FormTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/FormTag.java,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** FormTag.java 8 Dec 2003 01:31:52 -0000 1.43
--- FormTag.java 8 Dec 2003 13:13:59 -0000 1.44
***************
*** 217,221 ****
* Extract the location of the image, given the tag, and the url
* of the html page in which this tag exists.
- * @param tag The form tag with the 'ACTION' attribute.
* @param url URL of web page being parsed.
*/
--- 217,220 ----
Index: FrameSetTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/FrameSetTag.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** FrameSetTag.java 8 Dec 2003 01:31:52 -0000 1.33
--- FrameSetTag.java 8 Dec 2003 13:13:59 -0000 1.34
***************
*** 92,96 ****
/**
* Gets a frame by name.
! * @param
* @return The specified frame or <code>null</code> if it wasn't found.
*/
--- 92,96 ----
/**
* Gets a frame by name.
! * @param name The name of the frame to retrieve.
* @return The specified frame or <code>null</code> if it wasn't found.
*/
Index: ImageTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/ImageTag.java,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** ImageTag.java 8 Dec 2003 01:31:52 -0000 1.38
--- ImageTag.java 8 Dec 2003 13:13:59 -0000 1.39
***************
*** 83,88 ****
* <IMG SRC = http://www.redgreen.com> - space both sides of equals sign
* </pre>
- * @param tag The tag with the 'SRC' attribute.
- * @param url URL of web page being parsed.
*/
public String extractImageLocn ()
--- 83,86 ----
|