htmlparser-cvs Mailing List for HTML Parser (Page 57)
Brought to you by:
derrickoswald
You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(141) |
Jun
(108) |
Jul
(66) |
Aug
(127) |
Sep
(155) |
Oct
(149) |
Nov
(72) |
Dec
(72) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(100) |
Feb
(36) |
Mar
(21) |
Apr
(3) |
May
(87) |
Jun
(28) |
Jul
(84) |
Aug
(5) |
Sep
(14) |
Oct
|
Nov
|
Dec
|
| 2005 |
Jan
(1) |
Feb
(39) |
Mar
(26) |
Apr
(38) |
May
(14) |
Jun
(10) |
Jul
|
Aug
|
Sep
(13) |
Oct
(8) |
Nov
(10) |
Dec
|
| 2006 |
Jan
|
Feb
(1) |
Mar
(17) |
Apr
(20) |
May
(28) |
Jun
(24) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests
In directory sc8-pr-cvs1:/tmp/cvs-serv22511/htmlparser/src/org/htmlparser/tests/scannersTests
Modified Files:
AllTests.java AppletScannerTest.java BaseHREFScannerTest.java
DivScannerTest.java FormScannerTest.java FrameScannerTest.java
FrameSetScannerTest.java HeadScannerTest.java
ImageScannerTest.java InputTagScannerTest.java
JspScannerTest.java LabelScannerTest.java LinkScannerTest.java
MetaTagScannerTest.java OptionTagScannerTest.java
ScriptScannerTest.java SelectTagScannerTest.java
SpanScannerTest.java StyleScannerTest.java
TableScannerTest.java TagScannerTest.java
TextareaTagScannerTest.java TitleScannerTest.java
XmlEndTagScanningTest.java package.html
Log Message:
Update version headers to 1.3-20030525 and update changelog.
Change default minor version to 4.
Just prior to tagging with version 1_3.
Index: AllTests.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/AllTests.java,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** AllTests.java 19 May 2003 02:49:59 -0000 1.35
--- AllTests.java 25 May 2003 23:02:18 -0000 1.36
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
***************
*** 19,23 ****
// Email :so...@ki...
//
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 19,23 ----
// Email :so...@ki...
//
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: AppletScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/AppletScannerTest.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** AppletScannerTest.java 19 May 2003 02:49:59 -0000 1.14
--- AppletScannerTest.java 25 May 2003 23:02:18 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: BaseHREFScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/BaseHREFScannerTest.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** BaseHREFScannerTest.java 19 May 2003 02:49:59 -0000 1.14
--- BaseHREFScannerTest.java 25 May 2003 23:02:18 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: DivScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/DivScannerTest.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** DivScannerTest.java 19 May 2003 02:49:59 -0000 1.20
--- DivScannerTest.java 25 May 2003 23:02:18 -0000 1.21
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: FormScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/FormScannerTest.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** FormScannerTest.java 19 May 2003 02:49:59 -0000 1.18
--- FormScannerTest.java 25 May 2003 23:02:18 -0000 1.19
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: FrameScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/FrameScannerTest.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** FrameScannerTest.java 19 May 2003 02:49:59 -0000 1.14
--- FrameScannerTest.java 25 May 2003 23:02:18 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: FrameSetScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/FrameSetScannerTest.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** FrameSetScannerTest.java 19 May 2003 02:49:59 -0000 1.14
--- FrameSetScannerTest.java 25 May 2003 23:02:18 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: HeadScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/HeadScannerTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** HeadScannerTest.java 19 May 2003 02:49:59 -0000 1.2
--- HeadScannerTest.java 25 May 2003 23:02:18 -0000 1.3
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: ImageScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/ImageScannerTest.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** ImageScannerTest.java 19 May 2003 02:49:59 -0000 1.16
--- ImageScannerTest.java 25 May 2003 23:02:18 -0000 1.17
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: InputTagScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/InputTagScannerTest.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** InputTagScannerTest.java 19 May 2003 02:49:59 -0000 1.14
--- InputTagScannerTest.java 25 May 2003 23:02:18 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: JspScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/JspScannerTest.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** JspScannerTest.java 19 May 2003 02:49:59 -0000 1.15
--- JspScannerTest.java 25 May 2003 23:02:18 -0000 1.16
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: LabelScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/LabelScannerTest.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** LabelScannerTest.java 19 May 2003 02:49:59 -0000 1.21
--- LabelScannerTest.java 25 May 2003 23:02:18 -0000 1.22
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: LinkScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/LinkScannerTest.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** LinkScannerTest.java 19 May 2003 02:49:59 -0000 1.23
--- LinkScannerTest.java 25 May 2003 23:02:18 -0000 1.24
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: MetaTagScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/MetaTagScannerTest.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** MetaTagScannerTest.java 19 May 2003 02:49:59 -0000 1.15
--- MetaTagScannerTest.java 25 May 2003 23:02:18 -0000 1.16
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: OptionTagScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/OptionTagScannerTest.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** OptionTagScannerTest.java 19 May 2003 02:49:59 -0000 1.15
--- OptionTagScannerTest.java 25 May 2003 23:02:18 -0000 1.16
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: ScriptScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/ScriptScannerTest.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** ScriptScannerTest.java 24 May 2003 21:04:45 -0000 1.23
--- ScriptScannerTest.java 25 May 2003 23:02:18 -0000 1.24
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: SelectTagScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/SelectTagScannerTest.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** SelectTagScannerTest.java 19 May 2003 02:49:59 -0000 1.15
--- SelectTagScannerTest.java 25 May 2003 23:02:18 -0000 1.16
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: SpanScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/SpanScannerTest.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** SpanScannerTest.java 19 May 2003 02:49:59 -0000 1.16
--- SpanScannerTest.java 25 May 2003 23:02:18 -0000 1.17
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: StyleScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/StyleScannerTest.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** StyleScannerTest.java 19 May 2003 02:49:59 -0000 1.15
--- StyleScannerTest.java 25 May 2003 23:02:18 -0000 1.16
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TableScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/TableScannerTest.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** TableScannerTest.java 24 May 2003 10:15:04 -0000 1.20
--- TableScannerTest.java 25 May 2003 23:02:18 -0000 1.21
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TagScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/TagScannerTest.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** TagScannerTest.java 19 May 2003 02:49:59 -0000 1.15
--- TagScannerTest.java 25 May 2003 23:02:18 -0000 1.16
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TextareaTagScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/TextareaTagScannerTest.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** TextareaTagScannerTest.java 19 May 2003 02:49:59 -0000 1.13
--- TextareaTagScannerTest.java 25 May 2003 23:02:18 -0000 1.14
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TitleScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/TitleScannerTest.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** TitleScannerTest.java 19 May 2003 02:49:59 -0000 1.15
--- TitleScannerTest.java 25 May 2003 23:02:18 -0000 1.16
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: XmlEndTagScanningTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/XmlEndTagScanningTest.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** XmlEndTagScanningTest.java 19 May 2003 02:49:59 -0000 1.17
--- XmlEndTagScanningTest.java 25 May 2003 23:02:19 -0000 1.18
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: package.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/package.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** package.html 19 May 2003 02:49:59 -0000 1.3
--- package.html 25 May 2003 23:02:19 -0000 1.4
***************
*** 6,10 ****
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030518 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
--- 6,10 ----
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030525 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags
In directory sc8-pr-cvs1:/tmp/cvs-serv22511/htmlparser/src/org/htmlparser/tags
Modified Files:
AppletTag.java BaseHrefTag.java BodyTag.java Bullet.java
BulletList.java CompositeTag.java Div.java DoctypeTag.java
EndTag.java FormTag.java FrameSetTag.java FrameTag.java
HeadTag.java Html.java ImageTag.java InputTag.java JspTag.java
LabelTag.java LinkTag.java MetaTag.java OptionTag.java
ScriptTag.java SelectTag.java Span.java StyleTag.java
TableColumn.java TableRow.java TableTag.java Tag.java
TextareaTag.java TitleTag.java package.html
Log Message:
Update version headers to 1.3-20030525 and update changelog.
Change default minor version to 4.
Just prior to tagging with version 1_3.
Index: AppletTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/AppletTag.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** AppletTag.java 19 May 2003 02:49:58 -0000 1.14
--- AppletTag.java 25 May 2003 23:02:16 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: BaseHrefTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/BaseHrefTag.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** BaseHrefTag.java 19 May 2003 02:49:58 -0000 1.13
--- BaseHrefTag.java 25 May 2003 23:02:16 -0000 1.14
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: BodyTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/BodyTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** BodyTag.java 19 May 2003 02:49:58 -0000 1.2
--- BodyTag.java 25 May 2003 23:02:16 -0000 1.3
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: Bullet.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/Bullet.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Bullet.java 19 May 2003 02:49:58 -0000 1.2
--- Bullet.java 25 May 2003 23:02:16 -0000 1.3
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: BulletList.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/BulletList.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** BulletList.java 19 May 2003 02:49:58 -0000 1.2
--- BulletList.java 25 May 2003 23:02:16 -0000 1.3
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: CompositeTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/CompositeTag.java,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** CompositeTag.java 19 May 2003 02:49:58 -0000 1.39
--- CompositeTag.java 25 May 2003 23:02:16 -0000 1.40
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: Div.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/Div.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Div.java 19 May 2003 02:49:58 -0000 1.2
--- Div.java 25 May 2003 23:02:16 -0000 1.3
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: DoctypeTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/DoctypeTag.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** DoctypeTag.java 19 May 2003 02:49:58 -0000 1.14
--- DoctypeTag.java 25 May 2003 23:02:16 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: EndTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/EndTag.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** EndTag.java 19 May 2003 02:49:58 -0000 1.16
--- EndTag.java 25 May 2003 23:02:16 -0000 1.17
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: FormTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/FormTag.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** FormTag.java 19 May 2003 02:49:58 -0000 1.17
--- FormTag.java 25 May 2003 23:02:16 -0000 1.18
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: FrameSetTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/FrameSetTag.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** FrameSetTag.java 19 May 2003 02:49:58 -0000 1.13
--- FrameSetTag.java 25 May 2003 23:02:16 -0000 1.14
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: FrameTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/FrameTag.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** FrameTag.java 19 May 2003 02:49:58 -0000 1.13
--- FrameTag.java 25 May 2003 23:02:16 -0000 1.14
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: HeadTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/HeadTag.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** HeadTag.java 19 May 2003 02:49:58 -0000 1.2
--- HeadTag.java 25 May 2003 23:02:16 -0000 1.3
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: Html.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/Html.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Html.java 19 May 2003 02:49:58 -0000 1.14
--- Html.java 25 May 2003 23:02:16 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: ImageTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/ImageTag.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** ImageTag.java 19 May 2003 02:49:58 -0000 1.13
--- ImageTag.java 25 May 2003 23:02:16 -0000 1.14
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: InputTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/InputTag.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** InputTag.java 19 May 2003 02:49:58 -0000 1.14
--- InputTag.java 25 May 2003 23:02:16 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: JspTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/JspTag.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** JspTag.java 19 May 2003 02:49:58 -0000 1.15
--- JspTag.java 25 May 2003 23:02:16 -0000 1.16
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: LabelTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/LabelTag.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** LabelTag.java 19 May 2003 02:49:58 -0000 1.15
--- LabelTag.java 25 May 2003 23:02:16 -0000 1.16
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: LinkTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/LinkTag.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** LinkTag.java 19 May 2003 02:49:58 -0000 1.20
--- LinkTag.java 25 May 2003 23:02:16 -0000 1.21
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: MetaTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/MetaTag.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** MetaTag.java 19 May 2003 02:49:58 -0000 1.14
--- MetaTag.java 25 May 2003 23:02:16 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: OptionTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/OptionTag.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** OptionTag.java 19 May 2003 02:49:58 -0000 1.16
--- OptionTag.java 25 May 2003 23:02:16 -0000 1.17
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: ScriptTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/ScriptTag.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** ScriptTag.java 19 May 2003 02:49:58 -0000 1.14
--- ScriptTag.java 25 May 2003 23:02:16 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: SelectTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/SelectTag.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** SelectTag.java 19 May 2003 02:49:58 -0000 1.14
--- SelectTag.java 25 May 2003 23:02:16 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: Span.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/Span.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** Span.java 19 May 2003 02:49:58 -0000 1.16
--- Span.java 25 May 2003 23:02:16 -0000 1.17
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: StyleTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/StyleTag.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** StyleTag.java 19 May 2003 02:49:58 -0000 1.13
--- StyleTag.java 25 May 2003 23:02:16 -0000 1.14
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TableColumn.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/TableColumn.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** TableColumn.java 19 May 2003 02:49:58 -0000 1.16
--- TableColumn.java 25 May 2003 23:02:16 -0000 1.17
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TableRow.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/TableRow.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** TableRow.java 19 May 2003 02:49:58 -0000 1.18
--- TableRow.java 25 May 2003 23:02:16 -0000 1.19
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TableTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/TableTag.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** TableTag.java 19 May 2003 02:49:58 -0000 1.19
--- TableTag.java 25 May 2003 23:02:16 -0000 1.20
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: Tag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/Tag.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** Tag.java 22 May 2003 00:36:15 -0000 1.27
--- Tag.java 25 May 2003 23:02:16 -0000 1.28
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TextareaTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/TextareaTag.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** TextareaTag.java 19 May 2003 02:49:58 -0000 1.13
--- TextareaTag.java 25 May 2003 23:02:16 -0000 1.14
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TitleTag.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/TitleTag.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** TitleTag.java 19 May 2003 02:49:58 -0000 1.13
--- TitleTag.java 25 May 2003 23:02:16 -0000 1.14
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: package.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/package.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** package.html 19 May 2003 02:49:58 -0000 1.3
--- package.html 25 May 2003 23:02:16 -0000 1.4
***************
*** 6,10 ****
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030518 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
--- 6,10 ----
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030525 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
|
|
From: <der...@us...> - 2003-05-25 23:02:50
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/parserHelperTests In directory sc8-pr-cvs1:/tmp/cvs-serv22511/htmlparser/src/org/htmlparser/tests/parserHelperTests Modified Files: AllTests.java AttributeParserTest.java CompositeTagScannerHelperTest.java RemarkNodeParserTest.java StringParserTest.java TagParserTest.java Log Message: Update version headers to 1.3-20030525 and update changelog. Change default minor version to 4. Just prior to tagging with version 1_3. Index: AllTests.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/parserHelperTests/AllTests.java,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** AllTests.java 19 May 2003 02:49:58 -0000 1.14 --- AllTests.java 25 May 2003 23:02:17 -0000 1.15 *************** *** 1,3 **** ! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: AttributeParserTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/parserHelperTests/AttributeParserTest.java,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** AttributeParserTest.java 19 May 2003 02:49:58 -0000 1.28 --- AttributeParserTest.java 25 May 2003 23:02:17 -0000 1.29 *************** *** 1,3 **** ! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: CompositeTagScannerHelperTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/parserHelperTests/CompositeTagScannerHelperTest.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** CompositeTagScannerHelperTest.java 24 May 2003 21:04:44 -0000 1.8 --- CompositeTagScannerHelperTest.java 25 May 2003 23:02:17 -0000 1.9 *************** *** 1,3 **** ! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: RemarkNodeParserTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/parserHelperTests/RemarkNodeParserTest.java,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** RemarkNodeParserTest.java 19 May 2003 02:49:58 -0000 1.23 --- RemarkNodeParserTest.java 25 May 2003 23:02:17 -0000 1.24 *************** *** 1,3 **** ! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: StringParserTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/parserHelperTests/StringParserTest.java,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** StringParserTest.java 19 May 2003 02:49:58 -0000 1.25 --- StringParserTest.java 25 May 2003 23:02:17 -0000 1.26 *************** *** 1,3 **** ! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: TagParserTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/parserHelperTests/TagParserTest.java,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** TagParserTest.java 19 May 2003 02:49:58 -0000 1.28 --- TagParserTest.java 25 May 2003 23:02:18 -0000 1.29 *************** *** 1,3 **** ! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // |
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests
In directory sc8-pr-cvs1:/tmp/cvs-serv22511/htmlparser/src/org/htmlparser/tests
Modified Files:
AllTests.java FunctionalTests.java
LineNumberAssignedByNodeReaderTest.java ParserTest.java
PerformanceTest.java package.html
Log Message:
Update version headers to 1.3-20030525 and update changelog.
Change default minor version to 4.
Just prior to tagging with version 1_3.
Index: AllTests.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/AllTests.java,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** AllTests.java 19 May 2003 02:49:58 -0000 1.36
--- AllTests.java 25 May 2003 23:02:17 -0000 1.37
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: FunctionalTests.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/FunctionalTests.java,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** FunctionalTests.java 19 May 2003 02:49:58 -0000 1.31
--- FunctionalTests.java 25 May 2003 23:02:17 -0000 1.32
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: LineNumberAssignedByNodeReaderTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/LineNumberAssignedByNodeReaderTest.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** LineNumberAssignedByNodeReaderTest.java 19 May 2003 02:49:58 -0000 1.9
--- LineNumberAssignedByNodeReaderTest.java 25 May 2003 23:02:17 -0000 1.10
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: ParserTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/ParserTest.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** ParserTest.java 19 May 2003 02:49:58 -0000 1.27
--- ParserTest.java 25 May 2003 23:02:17 -0000 1.28
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: PerformanceTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/PerformanceTest.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** PerformanceTest.java 19 May 2003 02:49:58 -0000 1.29
--- PerformanceTest.java 25 May 2003 23:02:17 -0000 1.30
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: package.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/package.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** package.html 19 May 2003 02:49:58 -0000 1.3
--- package.html 25 May 2003 23:02:17 -0000 1.4
***************
*** 6,10 ****
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030518 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
--- 6,10 ----
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030525 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners
In directory sc8-pr-cvs1:/tmp/cvs-serv22511/htmlparser/src/org/htmlparser/scanners
Modified Files:
AppletScanner.java BaseHrefScanner.java BodyScanner.java
BulletListScanner.java BulletScanner.java
CompositeTagScanner.java DivScanner.java DoctypeScanner.java
FormScanner.java FrameScanner.java FrameSetScanner.java
HeadScanner.java HtmlScanner.java ImageScanner.java
InputTagScanner.java JspScanner.java LabelScanner.java
LinkScanner.java MetaTagScanner.java OptionTagScanner.java
ScriptScanner.java SelectTagScanner.java SpanScanner.java
StyleScanner.java TableColumnScanner.java TableRowScanner.java
TableScanner.java TagScanner.java TextareaTagScanner.java
TitleScanner.java package.html
Log Message:
Update version headers to 1.3-20030525 and update changelog.
Change default minor version to 4.
Just prior to tagging with version 1_3.
Index: AppletScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/AppletScanner.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** AppletScanner.java 19 May 2003 02:49:57 -0000 1.18
--- AppletScanner.java 25 May 2003 23:02:15 -0000 1.19
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: BaseHrefScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/BaseHrefScanner.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** BaseHrefScanner.java 19 May 2003 02:49:57 -0000 1.13
--- BaseHrefScanner.java 25 May 2003 23:02:15 -0000 1.14
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: BodyScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/BodyScanner.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** BodyScanner.java 19 May 2003 02:49:57 -0000 1.5
--- BodyScanner.java 25 May 2003 23:02:15 -0000 1.6
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: BulletListScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/BulletListScanner.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** BulletListScanner.java 19 May 2003 02:49:57 -0000 1.3
--- BulletListScanner.java 25 May 2003 23:02:15 -0000 1.4
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: BulletScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/BulletScanner.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** BulletScanner.java 19 May 2003 02:49:57 -0000 1.9
--- BulletScanner.java 25 May 2003 23:02:15 -0000 1.10
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: CompositeTagScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/CompositeTagScanner.java,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** CompositeTagScanner.java 24 May 2003 21:04:44 -0000 1.53
--- CompositeTagScanner.java 25 May 2003 23:02:15 -0000 1.54
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: DivScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/DivScanner.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** DivScanner.java 19 May 2003 02:49:57 -0000 1.17
--- DivScanner.java 25 May 2003 23:02:15 -0000 1.18
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: DoctypeScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/DoctypeScanner.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** DoctypeScanner.java 19 May 2003 02:49:57 -0000 1.13
--- DoctypeScanner.java 25 May 2003 23:02:15 -0000 1.14
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: FormScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/FormScanner.java,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** FormScanner.java 19 May 2003 02:49:57 -0000 1.30
--- FormScanner.java 25 May 2003 23:02:15 -0000 1.31
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: FrameScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/FrameScanner.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** FrameScanner.java 19 May 2003 02:49:57 -0000 1.14
--- FrameScanner.java 25 May 2003 23:02:15 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: FrameSetScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/FrameSetScanner.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** FrameSetScanner.java 19 May 2003 02:49:57 -0000 1.15
--- FrameSetScanner.java 25 May 2003 23:02:15 -0000 1.16
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: HeadScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/HeadScanner.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** HeadScanner.java 19 May 2003 02:49:57 -0000 1.2
--- HeadScanner.java 25 May 2003 23:02:15 -0000 1.3
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: HtmlScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/HtmlScanner.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** HtmlScanner.java 19 May 2003 02:49:57 -0000 1.17
--- HtmlScanner.java 25 May 2003 23:02:16 -0000 1.18
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: ImageScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/ImageScanner.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** ImageScanner.java 19 May 2003 02:49:57 -0000 1.14
--- ImageScanner.java 25 May 2003 23:02:16 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: InputTagScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/InputTagScanner.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** InputTagScanner.java 19 May 2003 02:49:57 -0000 1.13
--- InputTagScanner.java 25 May 2003 23:02:16 -0000 1.14
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: JspScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/JspScanner.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** JspScanner.java 19 May 2003 02:49:57 -0000 1.13
--- JspScanner.java 25 May 2003 23:02:16 -0000 1.14
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: LabelScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/LabelScanner.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** LabelScanner.java 19 May 2003 02:49:57 -0000 1.20
--- LabelScanner.java 25 May 2003 23:02:16 -0000 1.21
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: LinkScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/LinkScanner.java,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** LinkScanner.java 19 May 2003 02:49:57 -0000 1.40
--- LinkScanner.java 25 May 2003 23:02:16 -0000 1.41
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: MetaTagScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/MetaTagScanner.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** MetaTagScanner.java 19 May 2003 02:49:57 -0000 1.13
--- MetaTagScanner.java 25 May 2003 23:02:16 -0000 1.14
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: OptionTagScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/OptionTagScanner.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** OptionTagScanner.java 19 May 2003 02:49:57 -0000 1.19
--- OptionTagScanner.java 25 May 2003 23:02:16 -0000 1.20
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: ScriptScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/ScriptScanner.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** ScriptScanner.java 24 May 2003 21:04:44 -0000 1.22
--- ScriptScanner.java 25 May 2003 23:02:16 -0000 1.23
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: SelectTagScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/SelectTagScanner.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** SelectTagScanner.java 19 May 2003 02:49:57 -0000 1.17
--- SelectTagScanner.java 25 May 2003 23:02:16 -0000 1.18
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: SpanScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/SpanScanner.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** SpanScanner.java 19 May 2003 02:49:57 -0000 1.19
--- SpanScanner.java 25 May 2003 23:02:16 -0000 1.20
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: StyleScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/StyleScanner.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** StyleScanner.java 19 May 2003 02:49:57 -0000 1.14
--- StyleScanner.java 25 May 2003 23:02:16 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TableColumnScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/TableColumnScanner.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** TableColumnScanner.java 24 May 2003 10:15:05 -0000 1.22
--- TableColumnScanner.java 25 May 2003 23:02:16 -0000 1.23
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TableRowScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/TableRowScanner.java,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** TableRowScanner.java 24 May 2003 10:15:05 -0000 1.25
--- TableRowScanner.java 25 May 2003 23:02:16 -0000 1.26
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TableScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/TableScanner.java,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** TableScanner.java 19 May 2003 02:49:57 -0000 1.24
--- TableScanner.java 25 May 2003 23:02:16 -0000 1.25
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TagScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/TagScanner.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** TagScanner.java 19 May 2003 02:49:57 -0000 1.23
--- TagScanner.java 25 May 2003 23:02:16 -0000 1.24
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TextareaTagScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/TextareaTagScanner.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** TextareaTagScanner.java 19 May 2003 02:49:57 -0000 1.14
--- TextareaTagScanner.java 25 May 2003 23:02:16 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TitleScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/TitleScanner.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** TitleScanner.java 19 May 2003 02:49:57 -0000 1.15
--- TitleScanner.java 25 May 2003 23:02:16 -0000 1.16
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: package.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/package.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** package.html 19 May 2003 02:49:57 -0000 1.3
--- package.html 25 May 2003 23:02:16 -0000 1.4
***************
*** 6,10 ****
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030518 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
--- 6,10 ----
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030525 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
|
|
From: <der...@us...> - 2003-05-25 23:02:49
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/data In directory sc8-pr-cvs1:/tmp/cvs-serv22511/htmlparser/src/org/htmlparser/tags/data Modified Files: CompositeTagData.java FormData.java LinkData.java TagData.java Log Message: Update version headers to 1.3-20030525 and update changelog. Change default minor version to 4. Just prior to tagging with version 1_3. Index: CompositeTagData.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/data/CompositeTagData.java,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** CompositeTagData.java 19 May 2003 02:49:58 -0000 1.20 --- CompositeTagData.java 25 May 2003 23:02:16 -0000 1.21 *************** *** 1,3 **** ! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: FormData.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/data/FormData.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** FormData.java 19 May 2003 02:49:58 -0000 1.15 --- FormData.java 25 May 2003 23:02:17 -0000 1.16 *************** *** 1,3 **** ! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: LinkData.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/data/LinkData.java,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** LinkData.java 19 May 2003 02:49:58 -0000 1.17 --- LinkData.java 25 May 2003 23:02:17 -0000 1.18 *************** *** 1,3 **** ! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: TagData.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tags/data/TagData.java,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** TagData.java 19 May 2003 02:49:58 -0000 1.18 --- TagData.java 25 May 2003 23:02:17 -0000 1.19 *************** *** 1,3 **** ! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // |
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserapplications
In directory sc8-pr-cvs1:/tmp/cvs-serv22511/htmlparser/src/org/htmlparser/parserapplications
Modified Files:
LinkExtractor.java MailRipper.java Robot.java
StringExtractor.java package.html
Log Message:
Update version headers to 1.3-20030525 and update changelog.
Change default minor version to 4.
Just prior to tagging with version 1_3.
Index: LinkExtractor.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserapplications/LinkExtractor.java,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** LinkExtractor.java 19 May 2003 02:49:57 -0000 1.30
--- LinkExtractor.java 25 May 2003 23:02:15 -0000 1.31
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: MailRipper.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserapplications/MailRipper.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** MailRipper.java 19 May 2003 02:49:57 -0000 1.33
--- MailRipper.java 25 May 2003 23:02:15 -0000 1.34
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: Robot.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserapplications/Robot.java,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** Robot.java 19 May 2003 02:49:57 -0000 1.34
--- Robot.java 25 May 2003 23:02:15 -0000 1.35
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: StringExtractor.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserapplications/StringExtractor.java,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** StringExtractor.java 19 May 2003 02:49:57 -0000 1.30
--- StringExtractor.java 25 May 2003 23:02:15 -0000 1.31
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: package.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserapplications/package.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** package.html 19 May 2003 02:49:57 -0000 1.3
--- package.html 25 May 2003 23:02:15 -0000 1.4
***************
*** 5,9 ****
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030518 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
--- 5,9 ----
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030525 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/beans
In directory sc8-pr-cvs1:/tmp/cvs-serv22511/htmlparser/src/org/htmlparser/beans
Modified Files:
BeanyBaby.java HTMLLinkBean.java HTMLTextBean.java
LinkBean.java StringBean.java package.html
Log Message:
Update version headers to 1.3-20030525 and update changelog.
Change default minor version to 4.
Just prior to tagging with version 1_3.
Index: BeanyBaby.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/beans/BeanyBaby.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** BeanyBaby.java 19 May 2003 02:49:57 -0000 1.4
--- BeanyBaby.java 25 May 2003 23:02:15 -0000 1.5
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: HTMLLinkBean.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/beans/HTMLLinkBean.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** HTMLLinkBean.java 19 May 2003 02:49:57 -0000 1.4
--- HTMLLinkBean.java 25 May 2003 23:02:15 -0000 1.5
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: HTMLTextBean.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/beans/HTMLTextBean.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** HTMLTextBean.java 19 May 2003 02:49:57 -0000 1.5
--- HTMLTextBean.java 25 May 2003 23:02:15 -0000 1.6
***************
*** 1,3 ****
! /// HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! /// HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: LinkBean.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/beans/LinkBean.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** LinkBean.java 19 May 2003 02:49:57 -0000 1.7
--- LinkBean.java 25 May 2003 23:02:15 -0000 1.8
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: StringBean.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/beans/StringBean.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** StringBean.java 19 May 2003 02:49:57 -0000 1.12
--- StringBean.java 25 May 2003 23:02:15 -0000 1.13
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: package.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/beans/package.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** package.html 19 May 2003 02:49:57 -0000 1.3
--- package.html 25 May 2003 23:02:15 -0000 1.4
***************
*** 6,10 ****
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030518 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
--- 6,10 ----
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030525 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserHelper In directory sc8-pr-cvs1:/tmp/cvs-serv22511/htmlparser/src/org/htmlparser/parserHelper Modified Files: AttributeParser.java CompositeTagScannerHelper.java ParserHelper.java StringParser.java TagParser.java Log Message: Update version headers to 1.3-20030525 and update changelog. Change default minor version to 4. Just prior to tagging with version 1_3. Index: AttributeParser.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserHelper/AttributeParser.java,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** AttributeParser.java 19 May 2003 02:49:57 -0000 1.22 --- AttributeParser.java 25 May 2003 23:02:15 -0000 1.23 *************** *** 1,3 **** ! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: CompositeTagScannerHelper.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserHelper/CompositeTagScannerHelper.java,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** CompositeTagScannerHelper.java 24 May 2003 21:04:44 -0000 1.33 --- CompositeTagScannerHelper.java 25 May 2003 23:02:15 -0000 1.34 *************** *** 1,3 **** ! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: ParserHelper.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserHelper/ParserHelper.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ParserHelper.java 19 May 2003 02:49:57 -0000 1.3 --- ParserHelper.java 25 May 2003 23:02:15 -0000 1.4 *************** *** 1,3 **** ! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: StringParser.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserHelper/StringParser.java,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** StringParser.java 24 May 2003 21:04:44 -0000 1.21 --- StringParser.java 25 May 2003 23:02:15 -0000 1.22 *************** *** 1,3 **** ! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: TagParser.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserHelper/TagParser.java,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** TagParser.java 22 May 2003 00:36:15 -0000 1.29 --- TagParser.java 25 May 2003 23:02:15 -0000 1.30 *************** *** 1,3 **** ! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // |
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser
In directory sc8-pr-cvs1:/tmp/cvs-serv22511/htmlparser/src/org/htmlparser
Modified Files:
Node.java NodeReader.java Parser.java RemarkNode.java
RemarkNodeParser.java StringNode.java package.html
Log Message:
Update version headers to 1.3-20030525 and update changelog.
Change default minor version to 4.
Just prior to tagging with version 1_3.
Index: Node.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/Node.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** Node.java 19 May 2003 02:49:56 -0000 1.20
--- Node.java 25 May 2003 23:02:14 -0000 1.21
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: NodeReader.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/NodeReader.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** NodeReader.java 24 May 2003 21:04:43 -0000 1.29
--- NodeReader.java 25 May 2003 23:02:14 -0000 1.30
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: Parser.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/Parser.java,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** Parser.java 19 May 2003 02:49:56 -0000 1.40
--- Parser.java 25 May 2003 23:02:14 -0000 1.41
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
***************
*** 150,154 ****
*/
public final static String
! VERSION_TYPE = "Integration Build"
;
--- 150,154 ----
*/
public final static String
! VERSION_TYPE = "Release Build"
;
***************
*** 157,161 ****
*/
public final static String
! VERSION_DATE = "May 18, 2003"
;
--- 157,161 ----
*/
public final static String
! VERSION_DATE = "May 25, 2003"
;
Index: RemarkNode.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/RemarkNode.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** RemarkNode.java 19 May 2003 02:49:56 -0000 1.15
--- RemarkNode.java 25 May 2003 23:02:14 -0000 1.16
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: RemarkNodeParser.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/RemarkNodeParser.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** RemarkNodeParser.java 19 May 2003 02:49:56 -0000 1.17
--- RemarkNodeParser.java 25 May 2003 23:02:15 -0000 1.18
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: StringNode.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/StringNode.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** StringNode.java 19 May 2003 02:49:56 -0000 1.16
--- StringNode.java 25 May 2003 23:02:15 -0000 1.17
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: package.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/package.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** package.html 19 May 2003 02:49:56 -0000 1.4
--- package.html 25 May 2003 23:02:15 -0000 1.5
***************
*** 6,10 ****
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030518 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
--- 6,10 ----
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030525 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
|
|
From: <der...@us...> - 2003-05-25 23:02:47
|
Update of /cvsroot/htmlparser/htmlparser/docs In directory sc8-pr-cvs1:/tmp/cvs-serv22511/htmlparser/docs Modified Files: release.txt Log Message: Update version headers to 1.3-20030525 and update changelog. Change default minor version to 4. Just prior to tagging with version 1_3. Index: release.txt =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/docs/release.txt,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** release.txt 19 May 2003 02:49:56 -0000 1.39 --- release.txt 25 May 2003 23:02:14 -0000 1.40 *************** *** 1,3 **** ! HTMLParser Version 1.3 (Integration Build May 18, 2003) ********************************************* --- 1,3 ---- ! HTMLParser Version 1.3 (Release Build May 25, 2003) ********************************************* |
|
From: <der...@us...> - 2003-05-25 23:02:47
|
Update of /cvsroot/htmlparser/htmlparser
In directory sc8-pr-cvs1:/tmp/cvs-serv22511/htmlparser
Modified Files:
build.xml
Log Message:
Update version headers to 1.3-20030525 and update changelog.
Change default minor version to 4.
Just prior to tagging with version 1_3.
Index: build.xml
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/build.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** build.xml 19 May 2003 02:49:55 -0000 1.33
--- build.xml 25 May 2003 23:02:14 -0000 1.34
***************
*** 7,11 ****
-->
<property name="versionMajor" value="1"/>
! <property name="versionMinor" value="3"/>
<property name="versionType" value="Integration Build"/>
<property name="versionNumber" value="${versionMajor}.${versionMinor}"/>
--- 7,11 ----
-->
<property name="versionMajor" value="1"/>
! <property name="versionMinor" value="4"/>
<property name="versionType" value="Integration Build"/>
<property name="versionNumber" value="${versionMajor}.${versionMinor}"/>
|
|
From: <der...@us...> - 2003-05-25 23:02:26
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/visitors
In directory sc8-pr-cvs1:/tmp/cvs-serv22511/htmlparser/src/org/htmlparser/visitors
Modified Files:
CompositeTagFindingVisitor.java HtmlPage.java
LinkFindingVisitor.java NodeVisitor.java
ObjectFindingVisitor.java StringFindingVisitor.java
TagFindingVisitor.java TextExtractingVisitor.java
UrlModifyingVisitor.java package.html
Log Message:
Update version headers to 1.3-20030525 and update changelog.
Change default minor version to 4.
Just prior to tagging with version 1_3.
Index: CompositeTagFindingVisitor.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/visitors/CompositeTagFindingVisitor.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CompositeTagFindingVisitor.java 19 May 2003 02:50:01 -0000 1.3
--- CompositeTagFindingVisitor.java 25 May 2003 23:02:21 -0000 1.4
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: HtmlPage.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/visitors/HtmlPage.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** HtmlPage.java 19 May 2003 02:50:01 -0000 1.20
--- HtmlPage.java 25 May 2003 23:02:21 -0000 1.21
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: LinkFindingVisitor.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/visitors/LinkFindingVisitor.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** LinkFindingVisitor.java 19 May 2003 02:50:01 -0000 1.16
--- LinkFindingVisitor.java 25 May 2003 23:02:21 -0000 1.17
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: NodeVisitor.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/visitors/NodeVisitor.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** NodeVisitor.java 19 May 2003 02:50:01 -0000 1.16
--- NodeVisitor.java 25 May 2003 23:02:21 -0000 1.17
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: ObjectFindingVisitor.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/visitors/ObjectFindingVisitor.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** ObjectFindingVisitor.java 19 May 2003 02:50:01 -0000 1.20
--- ObjectFindingVisitor.java 25 May 2003 23:02:21 -0000 1.21
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: StringFindingVisitor.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/visitors/StringFindingVisitor.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** StringFindingVisitor.java 19 May 2003 02:50:01 -0000 1.21
--- StringFindingVisitor.java 25 May 2003 23:02:21 -0000 1.22
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TagFindingVisitor.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/visitors/TagFindingVisitor.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** TagFindingVisitor.java 19 May 2003 02:50:01 -0000 1.22
--- TagFindingVisitor.java 25 May 2003 23:02:21 -0000 1.23
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: TextExtractingVisitor.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/visitors/TextExtractingVisitor.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** TextExtractingVisitor.java 19 May 2003 02:50:01 -0000 1.20
--- TextExtractingVisitor.java 25 May 2003 23:02:21 -0000 1.21
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: UrlModifyingVisitor.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/visitors/UrlModifyingVisitor.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** UrlModifyingVisitor.java 19 May 2003 02:50:01 -0000 1.19
--- UrlModifyingVisitor.java 25 May 2003 23:02:21 -0000 1.20
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: package.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/visitors/package.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** package.html 19 May 2003 02:50:01 -0000 1.3
--- package.html 25 May 2003 23:02:21 -0000 1.4
***************
*** 6,10 ****
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030518 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
--- 6,10 ----
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030525 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util
In directory sc8-pr-cvs1:/tmp/cvs-serv22511/htmlparser/src/org/htmlparser/util
Modified Files:
ChainedException.java CommandLine.java
DefaultParserFeedback.java FeedbackManager.java Generate.java
IteratorImpl.java LinkProcessor.java NodeIterator.java
NodeList.java ParserException.java ParserFeedback.java
ParserUtils.java PeekingIterator.java SimpleNodeIterator.java
Translate.java package.html
Log Message:
Update version headers to 1.3-20030525 and update changelog.
Change default minor version to 4.
Just prior to tagging with version 1_3.
Index: ChainedException.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/ChainedException.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** ChainedException.java 19 May 2003 02:50:00 -0000 1.27
--- ChainedException.java 25 May 2003 23:02:20 -0000 1.28
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: CommandLine.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/CommandLine.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** CommandLine.java 19 May 2003 02:50:00 -0000 1.26
--- CommandLine.java 25 May 2003 23:02:20 -0000 1.27
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: DefaultParserFeedback.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/DefaultParserFeedback.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** DefaultParserFeedback.java 19 May 2003 02:50:00 -0000 1.14
--- DefaultParserFeedback.java 25 May 2003 23:02:20 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: FeedbackManager.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/FeedbackManager.java,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** FeedbackManager.java 19 May 2003 02:50:00 -0000 1.28
--- FeedbackManager.java 25 May 2003 23:02:20 -0000 1.29
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: Generate.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/Generate.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** Generate.java 19 May 2003 02:50:00 -0000 1.29
--- Generate.java 25 May 2003 23:02:20 -0000 1.30
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: IteratorImpl.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/IteratorImpl.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** IteratorImpl.java 19 May 2003 02:50:00 -0000 1.15
--- IteratorImpl.java 25 May 2003 23:02:20 -0000 1.16
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: LinkProcessor.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/LinkProcessor.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** LinkProcessor.java 19 May 2003 02:50:01 -0000 1.13
--- LinkProcessor.java 25 May 2003 23:02:20 -0000 1.14
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: NodeIterator.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/NodeIterator.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** NodeIterator.java 19 May 2003 02:50:01 -0000 1.15
--- NodeIterator.java 25 May 2003 23:02:20 -0000 1.16
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: NodeList.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/NodeList.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** NodeList.java 25 May 2003 13:12:43 -0000 1.27
--- NodeList.java 25 May 2003 23:02:20 -0000 1.28
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: ParserException.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/ParserException.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** ParserException.java 19 May 2003 02:50:01 -0000 1.13
--- ParserException.java 25 May 2003 23:02:20 -0000 1.14
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: ParserFeedback.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/ParserFeedback.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** ParserFeedback.java 19 May 2003 02:50:01 -0000 1.14
--- ParserFeedback.java 25 May 2003 23:02:20 -0000 1.15
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: ParserUtils.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/ParserUtils.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** ParserUtils.java 19 May 2003 02:50:01 -0000 1.16
--- ParserUtils.java 25 May 2003 23:02:20 -0000 1.17
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: PeekingIterator.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/PeekingIterator.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PeekingIterator.java 19 May 2003 02:50:01 -0000 1.3
--- PeekingIterator.java 25 May 2003 23:02:21 -0000 1.4
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: SimpleNodeIterator.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/SimpleNodeIterator.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** SimpleNodeIterator.java 19 May 2003 02:50:01 -0000 1.17
--- SimpleNodeIterator.java 25 May 2003 23:02:21 -0000 1.18
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: Translate.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/Translate.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** Translate.java 19 May 2003 02:50:01 -0000 1.22
--- Translate.java 25 May 2003 23:02:21 -0000 1.23
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: package.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/package.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** package.html 19 May 2003 02:50:01 -0000 1.3
--- package.html 25 May 2003 23:02:21 -0000 1.4
***************
*** 6,10 ****
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030518 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
--- 6,10 ----
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030525 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
|
|
From: <der...@us...> - 2003-05-25 23:02:23
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/visitorsTests In directory sc8-pr-cvs1:/tmp/cvs-serv22511/htmlparser/src/org/htmlparser/tests/visitorsTests Modified Files: AllTests.java Log Message: Update version headers to 1.3-20030525 and update changelog. Change default minor version to 4. Just prior to tagging with version 1_3. Index: AllTests.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/visitorsTests/AllTests.java,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** AllTests.java 19 May 2003 02:50:00 -0000 1.22 --- AllTests.java 25 May 2003 23:02:20 -0000 1.23 *************** *** 1,3 **** ! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // |
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests
In directory sc8-pr-cvs1:/tmp/cvs-serv22511/htmlparser/src/org/htmlparser/tests/utilTests
Modified Files:
AllTests.java BeanTest.java CharacterTranslationTest.java
HTMLLinkProcessorTest.java HTMLTagParserTest.java package.html
Log Message:
Update version headers to 1.3-20030525 and update changelog.
Change default minor version to 4.
Just prior to tagging with version 1_3.
Index: AllTests.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests/AllTests.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** AllTests.java 19 May 2003 02:50:00 -0000 1.33
--- AllTests.java 25 May 2003 23:02:19 -0000 1.34
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: BeanTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests/BeanTest.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** BeanTest.java 19 May 2003 02:50:00 -0000 1.23
--- BeanTest.java 25 May 2003 23:02:19 -0000 1.24
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: CharacterTranslationTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests/CharacterTranslationTest.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** CharacterTranslationTest.java 19 May 2003 02:50:00 -0000 1.19
--- CharacterTranslationTest.java 25 May 2003 23:02:19 -0000 1.20
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: HTMLLinkProcessorTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests/HTMLLinkProcessorTest.java,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** HTMLLinkProcessorTest.java 19 May 2003 02:50:00 -0000 1.32
--- HTMLLinkProcessorTest.java 25 May 2003 23:02:19 -0000 1.33
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: HTMLTagParserTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests/HTMLTagParserTest.java,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** HTMLTagParserTest.java 19 May 2003 02:50:00 -0000 1.32
--- HTMLTagParserTest.java 25 May 2003 23:02:19 -0000 1.33
***************
*** 1,3 ****
! // HTMLParser Library v1_3_20030518 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
--- 1,3 ----
! // HTMLParser Library v1_3_20030525 - A java-based parser for HTML
// Copyright (C) Dec 31, 2000 Somik Raha
//
Index: package.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests/package.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** package.html 19 May 2003 02:50:00 -0000 1.3
--- package.html 25 May 2003 23:02:20 -0000 1.4
***************
*** 6,10 ****
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030518 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
--- 6,10 ----
@(#)package.html 1.60 98/01/27
! HTMLParser Library v1_3_20030525 - A java-based parser for HTML
Copyright (C) Dec 31, 2000 Somik Raha
|
|
From: <der...@us...> - 2003-05-25 22:19:47
|
Update of /cvsroot/htmlparser/htmlparser/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv10357/htmlparser/docs
Modified Files:
main.html changes.txt
Log Message:
Update main html page and changelog.
Index: main.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/docs/main.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** main.html 24 Dec 2002 06:05:37 -0000 1.6
--- main.html 25 May 2003 22:19:44 -0000 1.7
***************
*** 3,30 ****
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! <meta name="Author" content="Somik Raha">
! <meta name="GENERATOR" content="Mozilla/4.61 [en] (WinNT; I) [Netscape]">
<title>HTMLParser Main</title>
</head>
! <body text="#000000" bgcolor="#FFFFFF" link="#3333FF" vlink="#FF6600" alink="#FFCC00">
!
! <h1> <span
! style="FONT-SIZE: 18pt; FONT-WEIGHT: normal; mso-bidi-font-size: 16.0pt">HTMLParser
! v 1.2<O:P></O:P></span></h1>
!
! <div
! class=MsoNormal><O:P></O:P></div>
! <div class=MsoNormal>Welcome to the homepage of HTMLParser - a super-fast real-time
parser for real-world HTML. What has attracted most users to HTMLParser has
been its simplicity in design, speed and ability to handle streaming real-world
html.
! <p>The production release of HTMLParser 1.2 is out!
! <p>You can download it from the <a href="http://sourceforge.net/project/showfiles.php?group_id=24399&release_id=129477">download
! page</a>.
<p>Before you bother downloading the parser, you would probably want to check
our "simple design" claim. Check <a href="samples/index.html">sample
programs</a> to see how simple it is to parse HTML using HTMLParser.
! <p> <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=24399&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo"></a>
</div>
</body>
--- 3,23 ----
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! <meta name="Author" content="Derrick Oswald">
<title>HTMLParser Main</title>
</head>
! <body>
! <h1>HTMLParser v 1.3</span></h1>
! <div>Welcome to the homepage of HTMLParser - a super-fast real-time
parser for real-world HTML. What has attracted most users to HTMLParser has
been its simplicity in design, speed and ability to handle streaming real-world
html.
! <p>The production release of HTMLParser 1.3 is available!
! You can download it from the <a href="http://sourceforge.net/project/showfiles.php?group_id=24399&release_id=161563">download page</a>.
<p>Before you bother downloading the parser, you would probably want to check
our "simple design" claim. Check <a href="samples/index.html">sample
programs</a> to see how simple it is to parse HTML using HTMLParser.
! <p> <a href="http://sourceforge.net/projects/htmlparser">
! <img src="http://sourceforge.net/sflogo.php?group_id=24399&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo"></a>
</div>
</body>
Index: changes.txt
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/docs/changes.txt,v
retrieving revision 1.179
retrieving revision 1.180
diff -C2 -d -r1.179 -r1.180
*** changes.txt 19 May 2003 02:49:56 -0000 1.179
--- changes.txt 25 May 2003 22:19:44 -0000 1.180
***************
*** 13,16 ****
--- 13,98 ----
*******************************************************************************
+ Release Build 1.3 - 20030525
+ --------------------------------
+ 2003-05-25 15:30 derrickoswald
+
+ * docs/docs/: CustomTagExtraction.html,
+ FrequentlyAskedQuestions.html, PatternStories.html,
+ TagFindingVisitor.html, WritingYourOwnScanners.html:
+
+ Updated Wiki docs.
+
+ 2003-05-25 14:58 derrickoswald
+
+ * src/org/htmlparser/tests/utilTests/NodeListTest.java:
+
+ Removed bogus assert in NodeListTest.
+
+ 2003-05-25 09:12 derrickoswald
+
+ * src/org/htmlparser/util/NodeList.java:
+
+ Fixed off-by-one error in NodeList.remove().
+
+ 2003-05-24 17:04 derrickoswald
+
+ * src/org/htmlparser/: NodeReader.java,
+ parserHelper/CompositeTagScannerHelper.java,
+ parserHelper/StringParser.java, scanners/CompositeTagScanner.java,
+ scanners/ScriptScanner.java,
+ tests/parserHelperTests/CompositeTagScannerHelperTest.java,
+ tests/scannersTests/ScriptScannerTest.java:
+
+ Fixed bug #741769 ScriptScanner doesn't handle quoted </script> tags
+ Major overhaul of ScriptScanner.
+ It now uses the scan() method of CompositeTagScanner (i.e. doesn't override).
+ CompositeTagScanner now has a balance_quotes member field that dictates
+ whether strings tags are scanned honouring single and double quotes.
+ This affected the call chain through NodeReader and StringScanner which
+ now have this parameter.
+ StringScanner now correctly handles quotes if asked. The ignoreState stuff is removed,
+ it didn't work anyway since a single StringScanner is used recursively by the NodeReader,
+ and the member field would have been tromped.
+ Sorry to all those who have broken code because of this, but it's for the better. Really.
+
+ 2003-05-24 06:15 derrickoswald
+
+ * src/org/htmlparser/: tests/scannersTests/TableScannerTest.java,
+ scanners/TableColumnScanner.java, scanners/TableRowScanner.java:
+
+ Fixed bug #742254 Nested <TR> &<TD> tags should not be allowed.
+
+ 2003-05-23 22:05 derrickoswald
+
+ * src/org/htmlparser/tests/ParserTestCase.java:
+
+ Correct a typo.
+
+ 2003-05-21 20:36 polarys
+
+ * src/org/htmlparser/: parserHelper/TagParser.java, tags/Tag.java:
+
+ - Tag now remembers (in tagLines) *all* the lines spanned by the tag (not just the last one).
+ - Tag now remembers line number on which tag starts (from TagData).
+ - Tag now has new public methods:
+ int getTagStartLine()
+ int getTagEndLine()
+ String[] getTagLines()
+ - TagParser now gives Tag (via constructor and setTagLine) sufficient info to support the above.
+
+ 2003-05-21 08:00 derrickoswald
+
+ * src/org/htmlparser/tests/tagTests/TagTest.java:
+
+ See bug #740411 setParsed() has no effect on output.
+ Seems to work in the current 1.3 code base.
+
+ 2003-05-21 07:13 derrickoswald
+
+ * src/org/htmlparser/tests/tagTests/TagTest.java:
+
+ See bug #741026 registerScanners() mangles output HTML badly.
+ Seems to work in the current 1.3 code base.
+
Integration Build 1.3 - 20030518
--------------------------------
|
Update of /cvsroot/htmlparser/htmlparser/docs/docs
In directory sc8-pr-cvs1:/tmp/cvs-serv8640/htmlparser/docs/docs
Modified Files:
CustomTagExtraction.html FrequentlyAskedQuestions.html
PatternStories.html WritingYourOwnScanners.html
Added Files:
TagFindingVisitor.html
Log Message:
Updated Wiki docs.
--- NEW FILE: TagFindingVisitor.html ---
<html><head><title>Tag Finding Visitor</title></head><body><DIV CLASS="wikitext">
<P>Describe <A CLASS="wiki" HREF="TagFindingVisitor.html">TagFindingVisitor</A> here.</P></DIV><DIV ID="actionbar" CLASS="toolbar"><HR NOSHADE="noshade" CLASS="printer"/><P CLASS="editdate">Last edited on Tuesday, May 6, 2003 1:43:25 am.</P><HR NOSHADE="noshade" CLASS="toolbar"/></body></html>
Index: CustomTagExtraction.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/docs/docs/CustomTagExtraction.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CustomTagExtraction.html 26 Apr 2003 03:58:34 -0000 1.3
--- CustomTagExtraction.html 25 May 2003 19:30:14 -0000 1.4
***************
*** 1,5 ****
<html><head><title>Custom Tag Extraction</title></head><body><DIV CLASS="wikitext">
<P><B>Custom Tag Extraction</B></P>
! <P>Custom tag extraction is easy. Simply create an array of tag names that you want to extract from a page, and pass it in to <SPAN CLASS="wikiunknown"><U>TagFindingVisitor</U></SPAN>, like so :</P>
<PRE>Parser parser = new Parser(..);
String [] tagsToBeFound = {"P","BR","MYTAG"};
--- 1,5 ----
<html><head><title>Custom Tag Extraction</title></head><body><DIV CLASS="wikitext">
<P><B>Custom Tag Extraction</B></P>
! <P>Custom tag extraction is easy. Simply create an array of tag names that you want to extract from a page, and pass it in to <A CLASS="wiki" HREF="TagFindingVisitor.html">TagFindingVisitor</A>, like so :</P>
<PRE>Parser parser = new Parser(..);
String [] tagsToBeFound = {"P","BR","MYTAG"};
Index: FrequentlyAskedQuestions.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/docs/docs/FrequentlyAskedQuestions.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** FrequentlyAskedQuestions.html 26 Apr 2003 03:58:34 -0000 1.2
--- FrequentlyAskedQuestions.html 25 May 2003 19:30:14 -0000 1.3
***************
*** 2,4 ****
<P><B>FAQ</B></P><HR/>
<P><B>How does the parser deal with tags like <tag/> ?</B></P>
! <P>The parser handles them as a normal Tag object. The Tag class has a method - isEmptyXmlTag() which can be queried to find if this an empty xml tag.</P><HR/></DIV><DIV ID="actionbar" CLASS="toolbar"><HR NOSHADE="noshade" CLASS="printer"/><P CLASS="editdate">Last edited on Sunday, March 23, 2003 5:05:28 pm.</P><HR NOSHADE="noshade" CLASS="toolbar"/></body></html>
\ No newline at end of file
--- 2,5 ----
<P><B>FAQ</B></P><HR/>
<P><B>How does the parser deal with tags like <tag/> ?</B></P>
! <P>The parser handles them as a normal Tag object. The Tag class has a method - isEmptyXmlTag() which can be queried to find if this an empty xml tag.
! ----s</P></DIV><DIV ID="actionbar" CLASS="toolbar"><HR NOSHADE="noshade" CLASS="printer"/><P CLASS="editdate">Last edited on Sunday, May 18, 2003 2:57:52 am.</P><HR NOSHADE="noshade" CLASS="toolbar"/></body></html>
\ No newline at end of file
Index: PatternStories.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/docs/docs/PatternStories.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PatternStories.html 26 Apr 2003 03:58:35 -0000 1.2
--- PatternStories.html 25 May 2003 19:30:14 -0000 1.3
***************
*** 10,12 ****
<LI><A CLASS="wiki" HREF="StrategyPattern.html">StrategyPattern</A></LI>
<LI><A CLASS="wiki" HREF="CompositePattern.html">CompositePattern</A></LI></UL>
! <P>--<A CLASS="wiki" HREF="SomikRaha.html">SomikRaha</A></P></DIV><DIV ID="actionbar" CLASS="toolbar"><HR NOSHADE="noshade" CLASS="printer"/><P CLASS="editdate">Last edited on Sunday, February 16, 2003 4:50:00 pm.</P><HR NOSHADE="noshade" CLASS="toolbar"/></body></html>
\ No newline at end of file
--- 10,12 ----
<LI><A CLASS="wiki" HREF="StrategyPattern.html">StrategyPattern</A></LI>
<LI><A CLASS="wiki" HREF="CompositePattern.html">CompositePattern</A></LI></UL>
! <P>--<A CLASS="wiki" HREF="SomikRaha.html">SomikRaha</A></P></DIV><DIV ID="actionbar" CLASS="toolbar"><HR NOSHADE="noshade" CLASS="printer"/><P CLASS="editdate">Last edited on Friday, May 16, 2003 2:30:12 pm.</P><HR NOSHADE="noshade" CLASS="toolbar"/></body></html>
\ No newline at end of file
Index: WritingYourOwnScanners.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/docs/docs/WritingYourOwnScanners.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** WritingYourOwnScanners.html 26 Apr 2003 03:58:35 -0000 1.3
--- WritingYourOwnScanners.html 25 May 2003 19:30:14 -0000 1.4
***************
*** 4,14 ****
<UL>
<LI><A CLASS="wiki" HREF="TagScanner.html">TagScanner</A> - for parsing tags that have no child elements</LI>
! <LI><SPAN CLASS="wikiunknown"><U>CompositeTagScanner</U></SPAN> - for parsing tags with children</LI></UL>
<P>Your scanner should subclass either of these two classes. You should then register your scanner with the parser with a call like:
! parser.addScanner(new <SPAN CLASS="wikiunknown"><U>MyOwnScanner</U></SPAN>());</P>
<P><B>The Anatomy of a Scanner</B></P>
! <P>The scanner allows you to customize parts of the scanning process. The scanning process is :<BR/><BR/>1. Given a tag, match the tag name with a registered scanner<BR/><BR/>2. If a match is found (using getId()- which you MUST override), a closer match or special processing can be done by calling the evaluate() method of the scanner. This is optional, subclasses don't have to override the evaluate() method.<BR/><BR/>3. If a match was found, call the scan() method. For both <A CLASS="wiki" HREF="TagScanner.html">TagScanner</A> and <SPAN CLASS="wikiunknown"><U>CompositeTagScanner</U></SPAN>, overriding this method is optional, and NOT recommended for standard cases. The default scan() methods will make a call to createTag.<BR/><BR/>4. createTag describes the creation of a new tag. This method MUST be overridden in your scanner.<BR/><BR/></P>
<P><B>For your own scanner - simply override</B> :<BR/><BR/>1. getID() and have it return an array of strings that will be matched against the tag. For most cases, a single string is enough.<BR/><BR/>2. createTag() and have it create your special tag. The data needed for construction of your tag will be within tagData and compositeTagData (mostly within the latter if you are creating a composite tag - a tag with children).<BR/><BR/></P>
! <P>Note: Tags with children must subclass <SPAN CLASS="wikiunknown"><U>CompositeTag</U></SPAN></P>
<P><B>Examples</B></P>
<P>1. Simple tag with no children</P>
--- 4,14 ----
<UL>
<LI><A CLASS="wiki" HREF="TagScanner.html">TagScanner</A> - for parsing tags that have no child elements</LI>
! <LI>CompositeTagScanner - for parsing tags with children</LI></UL>
<P>Your scanner should subclass either of these two classes. You should then register your scanner with the parser with a call like:
! parser.addScanner(new MyOwnScanner());</P>
<P><B>The Anatomy of a Scanner</B></P>
! <P>The scanner allows you to customize parts of the scanning process. The scanning process is :<BR/><BR/>1. Given a tag, match the tag name with a registered scanner<BR/><BR/>2. If a match is found (using getId()- which you MUST override), a closer match or special processing can be done by calling the evaluate() method of the scanner. This is optional, subclasses don't have to override the evaluate() method.<BR/><BR/>3. If a match was found, call the scan() method. For both <A CLASS="wiki" HREF="TagScanner.html">TagScanner</A> and CompositeTagScanner, overriding this method is optional, and NOT recommended for standard cases. The default scan() methods will make a call to createTag.<BR/><BR/>4. createTag describes the creation of a new tag. This method MUST be overridden in your scanner.<BR/><BR/></P>
<P><B>For your own scanner - simply override</B> :<BR/><BR/>1. getID() and have it return an array of strings that will be matched against the tag. For most cases, a single string is enough.<BR/><BR/>2. createTag() and have it create your special tag. The data needed for construction of your tag will be within tagData and compositeTagData (mostly within the latter if you are creating a composite tag - a tag with children).<BR/><BR/></P>
! <P>Note: Tags with children must subclass CompositeTag</P>
<P><B>Examples</B></P>
<P>1. Simple tag with no children</P>
***************
*** 57,59 ****
}
}</PRE>
! <P>You can customize the composite tag with an array of tag(strings) which indicate when to trigger corrections. You can also specify if you wish to prevent the same tag from appear as its child. Check the javadocs of <SPAN CLASS="wikiunknown"><U>CompositeTagScanner</U></SPAN> for more info.</P></DIV><DIV ID="actionbar" CLASS="toolbar"><HR NOSHADE="noshade" CLASS="printer"/><P CLASS="editdate">Last edited on Sunday, April 13, 2003 4:33:18 pm.</P><HR NOSHADE="noshade" CLASS="toolbar"/></body></html>
\ No newline at end of file
--- 57,59 ----
}
}</PRE>
! <P>You can customize the composite tag with an array of tag(strings) which indicate when to trigger corrections. You can also specify if you wish to prevent the same tag from appear as its child. Check the javadocs of CompositeTagScanner for more info.</P></DIV><DIV ID="actionbar" CLASS="toolbar"><HR NOSHADE="noshade" CLASS="printer"/><P CLASS="editdate">Last edited on Thursday, May 1, 2003 6:54:01 pm.</P><HR NOSHADE="noshade" CLASS="toolbar"/></body></html>
\ No newline at end of file
|
|
From: <der...@us...> - 2003-05-25 18:58:04
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests
In directory sc8-pr-cvs1:/tmp/cvs-serv26884/htmlparser/src/org/htmlparser/tests/utilTests
Modified Files:
NodeListTest.java
Log Message:
Removed bogus assert in NodeListTest.
Index: NodeListTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/utilTests/NodeListTest.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** NodeListTest.java 7 May 2003 22:00:08 -0000 1.7
--- NodeListTest.java 25 May 2003 18:58:01 -0000 1.8
***************
*** 144,148 ****
assertEquals("List Size",1,nodeList.size());
assertTrue("First Element",node1==nodeList.elementAt(0));
- assertTrue("Second Element",null==nodeList.elementAt(1));
}
--- 144,147 ----
|
|
From: <der...@us...> - 2003-05-25 13:12:46
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util
In directory sc8-pr-cvs1:/tmp/cvs-serv3465/org/htmlparser/util
Modified Files:
NodeList.java
Log Message:
Fixed off-by-one error in NodeList.remove().
Index: NodeList.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/util/NodeList.java,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** NodeList.java 19 May 2003 02:50:01 -0000 1.26
--- NodeList.java 25 May 2003 13:12:43 -0000 1.27
***************
*** 131,135 ****
public void remove(int index) {
! System.arraycopy(nodeData, index+1, nodeData, index, size-index);
size--;
}
--- 131,135 ----
public void remove(int index) {
! System.arraycopy(nodeData, index+1, nodeData, index, size-index-1);
size--;
}
|
|
From: <der...@us...> - 2003-05-24 21:04:48
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests
In directory sc8-pr-cvs1:/tmp/cvs-serv7741/org/htmlparser/tests/scannersTests
Modified Files:
ScriptScannerTest.java
Log Message:
Fixed bug #741769 ScriptScanner doesn't handle quoted </script> tags
Major overhaul of ScriptScanner.
It now uses the scan() method of CompositeTagScanner (i.e. doesn't override).
CompositeTagScanner now has a balance_quotes member field that dictates
whether strings tags are scanned honouring single and double quotes.
This affected the call chain through NodeReader and StringScanner which
now have this parameter.
StringScanner now correctly handles quotes if asked. The ignoreState stuff is removed,
it didn't work anyway since a single StringScanner is used recursively by the NodeReader,
and the member field would have been tromped.
Sorry to all those who have broken code because of this, but it's for the better. Really.
Index: ScriptScannerTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/ScriptScannerTest.java,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** ScriptScannerTest.java 19 May 2003 02:49:59 -0000 1.22
--- ScriptScannerTest.java 24 May 2003 21:04:45 -0000 1.23
***************
*** 117,121 ****
StringBuffer sb2 = new StringBuffer();
! sb2.append("\r\nif(navigator.appName.indexOf(\"Netscape\") != -1)\r\n");
sb2.append(" document.write ('xxx');\r\n");
sb2.append("else\r\n");
--- 117,121 ----
StringBuffer sb2 = new StringBuffer();
! sb2.append("if(navigator.appName.indexOf(\"Netscape\") != -1)\r\n");
sb2.append(" document.write ('xxx');\r\n");
sb2.append("else\r\n");
***************
*** 127,131 ****
// Check the data in the applet tag
ScriptTag scriptTag = (ScriptTag)node[1];
! assertStringEquals("Expected Script Code",testHTML2,scriptTag.getScriptCode());
}
--- 127,132 ----
// Check the data in the applet tag
ScriptTag scriptTag = (ScriptTag)node[1];
! String s = scriptTag.getScriptCode();
! assertStringEquals("Expected Script Code",testHTML2,s);
}
***************
*** 171,175 ****
ScriptTag scriptTag = (ScriptTag)node[0];
String scriptCode = scriptTag.getScriptCode();
! String expectedCode = "\r\n<!--\r\n"+
" function validateForm()\r\n"+
" {\r\n"+
--- 172,176 ----
ScriptTag scriptTag = (ScriptTag)node[0];
String scriptCode = scriptTag.getScriptCode();
! String expectedCode = "<!--\r\n"+
" function validateForm()\r\n"+
" {\r\n"+
***************
*** 179,183 ****
" return true;\r\n"+
" }\r\n"+
! "// -->\r\n";
assertStringEquals("Expected Code",expectedCode,scriptCode);
}
--- 180,184 ----
" return true;\r\n"+
" }\r\n"+
! "// -->";
assertStringEquals("Expected Code",expectedCode,scriptCode);
}
***************
*** 545,548 ****
parseAndAssertNodeCount(1);
}
!
}
--- 546,559 ----
parseAndAssertNodeCount(1);
}
!
! /**
! * See bug #741769 ScriptScanner doesn't handle quoted </script> tags
! */
! public void testScanQuotedEndTag() throws ParserException {
! createParser("<SCRIPT language=\"JavaScript\">document.write('</SCRIPT>');</SCRIPT>");
! parser.addScanner(new ScriptScanner("-s"));
! parseAndAssertNodeCount(1);
! String s = node[0].toHtml ();
! assertEquals ("Parse error","<SCRIPT LANGUAGE=\"JavaScript\">document.write('</SCRIPT>');</SCRIPT>",s);
! }
}
|
|
From: <der...@us...> - 2003-05-24 21:04:47
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/parserHelperTests
In directory sc8-pr-cvs1:/tmp/cvs-serv7741/org/htmlparser/tests/parserHelperTests
Modified Files:
CompositeTagScannerHelperTest.java
Log Message:
Fixed bug #741769 ScriptScanner doesn't handle quoted </script> tags
Major overhaul of ScriptScanner.
It now uses the scan() method of CompositeTagScanner (i.e. doesn't override).
CompositeTagScanner now has a balance_quotes member field that dictates
whether strings tags are scanned honouring single and double quotes.
This affected the call chain through NodeReader and StringScanner which
now have this parameter.
StringScanner now correctly handles quotes if asked. The ignoreState stuff is removed,
it didn't work anyway since a single StringScanner is used recursively by the NodeReader,
and the member field would have been tromped.
Sorry to all those who have broken code because of this, but it's for the better. Really.
Index: CompositeTagScannerHelperTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/parserHelperTests/CompositeTagScannerHelperTest.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** CompositeTagScannerHelperTest.java 19 May 2003 02:49:58 -0000 1.7
--- CompositeTagScannerHelperTest.java 24 May 2003 21:04:44 -0000 1.8
***************
*** 48,52 ****
protected void setUp() {
helper =
! new CompositeTagScannerHelper(null,null,null,null,null);
}
--- 48,52 ----
protected void setUp() {
helper =
! new CompositeTagScannerHelper(null,null,null,null,null,false);
}
|
|
From: <der...@us...> - 2003-05-24 21:04:47
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserHelper
In directory sc8-pr-cvs1:/tmp/cvs-serv7741/org/htmlparser/parserHelper
Modified Files:
CompositeTagScannerHelper.java StringParser.java
Log Message:
Fixed bug #741769 ScriptScanner doesn't handle quoted </script> tags
Major overhaul of ScriptScanner.
It now uses the scan() method of CompositeTagScanner (i.e. doesn't override).
CompositeTagScanner now has a balance_quotes member field that dictates
whether strings tags are scanned honouring single and double quotes.
This affected the call chain through NodeReader and StringScanner which
now have this parameter.
StringScanner now correctly handles quotes if asked. The ignoreState stuff is removed,
it didn't work anyway since a single StringScanner is used recursively by the NodeReader,
and the member field would have been tromped.
Sorry to all those who have broken code because of this, but it's for the better. Really.
Index: CompositeTagScannerHelper.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserHelper/CompositeTagScannerHelper.java,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** CompositeTagScannerHelper.java 19 May 2003 02:49:57 -0000 1.32
--- CompositeTagScannerHelper.java 24 May 2003 21:04:44 -0000 1.33
***************
*** 51,54 ****
--- 51,55 ----
private int startingLineNumber;
private int endingLineNumber;
+ private boolean balance_quotes;
public CompositeTagScannerHelper(
***************
*** 57,61 ****
String url,
NodeReader reader,
! String currLine) {
this.scanner = scanner;
--- 58,63 ----
String url,
NodeReader reader,
! String currLine,
! boolean balance_quotes) {
this.scanner = scanner;
***************
*** 67,72 ****
this.nodeList = new NodeList();
this.endTagFound = false;
}
!
public Tag scan() throws ParserException {
this.startingLineNumber = reader.getLastLineNumber();
--- 69,75 ----
this.nodeList = new NodeList();
this.endTagFound = false;
+ this.balance_quotes = balance_quotes;
}
!
public Tag scan() throws ParserException {
this.startingLineNumber = reader.getLastLineNumber();
***************
*** 80,84 ****
if (!endTagFound) {
do {
! currentNode = reader.readElement();
if (currentNode==null) continue;
currLine = reader.getCurrentLine();
--- 83,87 ----
if (!endTagFound) {
do {
! currentNode = reader.readElement(balance_quotes);
if (currentNode==null) continue;
currLine = reader.getCurrentLine();
Index: StringParser.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/parserHelper/StringParser.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** StringParser.java 19 May 2003 02:49:57 -0000 1.20
--- StringParser.java 24 May 2003 21:04:44 -0000 1.21
***************
*** 38,48 ****
private final static int PARSE_COMPLETED_STATE=2;
private final static int PARSE_IGNORE_STATE=3;
- private boolean ignoreStateMode=false;
-
- public Node find(NodeReader reader,String input,int position) {
- return find(reader, input, position, ignoreStateMode);
- }
-
/**
* Returns true if the text at <code>pos</code> in <code>line</code> should be scanned as a tag.
--- 38,42 ----
***************
*** 76,83 ****
* @param input Input String
* @param position Position to start parsing from
! * @param ignoreStateMode enter ignoring state - if set, will enter ignoring
! * state on encountering apostrophes
*/
! public Node find(NodeReader reader,String input,int position, boolean ignoreStateMode)
{
StringBuffer textBuffer = new StringBuffer();
--- 70,77 ----
* @param input Input String
* @param position Position to start parsing from
! * @param balance_quotes If <code>true</code> enter ignoring state on
! * encountering quotes.
*/
! public Node find(NodeReader reader,String input,int position, boolean balance_quotes)
{
StringBuffer textBuffer = new StringBuffer();
***************
*** 87,90 ****
--- 81,85 ----
int inputLen = input.length();
char ch;
+ char ignore_ender = '\"';
for (int i=position;(i<inputLen && state!=PARSE_COMPLETED_STATE);i++)
{
***************
*** 98,108 ****
}
}
! if (ignoreStateMode && (ch=='\'' || ch=='"')) {
! if (state==PARSE_IGNORE_STATE) state=PARSE_HAS_BEGUN_STATE;
! else {
! if (input.charAt(i+1)=='<')
! state = PARSE_IGNORE_STATE;
}
-
}
if (state==BEFORE_PARSE_BEGINS_STATE)
--- 93,108 ----
}
}
! if (balance_quotes && (ch=='\'' || ch=='"'))
! {
! if (state==PARSE_IGNORE_STATE)
! {
! if (ch == ignore_ender)
! state=PARSE_HAS_BEGUN_STATE;
! }
! else
! {
! ignore_ender = ch;
! state = PARSE_IGNORE_STATE;
}
}
if (state==BEFORE_PARSE_BEGINS_STATE)
***************
*** 140,150 ****
return new StringNode(textBuffer,textBegin,textEnd);
}
-
- public boolean isIgnoreStateMode() {
- return ignoreStateMode;
- }
-
- public void setIgnoreStateMode(boolean ignoreStateMode) {
- this.ignoreStateMode = ignoreStateMode;
- }
}
--- 140,142 ----
|
|
From: <der...@us...> - 2003-05-24 21:04:47
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners
In directory sc8-pr-cvs1:/tmp/cvs-serv7741/org/htmlparser/scanners
Modified Files:
CompositeTagScanner.java ScriptScanner.java
Log Message:
Fixed bug #741769 ScriptScanner doesn't handle quoted </script> tags
Major overhaul of ScriptScanner.
It now uses the scan() method of CompositeTagScanner (i.e. doesn't override).
CompositeTagScanner now has a balance_quotes member field that dictates
whether strings tags are scanned honouring single and double quotes.
This affected the call chain through NodeReader and StringScanner which
now have this parameter.
StringScanner now correctly handles quotes if asked. The ignoreState stuff is removed,
it didn't work anyway since a single StringScanner is used recursively by the NodeReader,
and the member field would have been tromped.
Sorry to all those who have broken code because of this, but it's for the better. Really.
Index: CompositeTagScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/CompositeTagScanner.java,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** CompositeTagScanner.java 19 May 2003 02:49:57 -0000 1.52
--- CompositeTagScanner.java 24 May 2003 21:04:44 -0000 1.53
***************
*** 97,100 ****
--- 97,101 ----
private Set tagEnderSet;
private Set endTagEnderSet;
+ private boolean balance_quotes;
public CompositeTagScanner(String [] nameOfTagToMatch) {
***************
*** 125,129 ****
this(filter,nameOfTagToMatch,tagEnders,new String[] {}, allowSelfChildren);
}
!
public CompositeTagScanner(
String filter,
--- 126,130 ----
this(filter,nameOfTagToMatch,tagEnders,new String[] {}, allowSelfChildren);
}
!
public CompositeTagScanner(
String filter,
***************
*** 131,138 ****
String [] tagEnders,
String [] endTagEnders,
! boolean allowSelfChildren) {
super(filter);
this.nameOfTagToMatch = nameOfTagToMatch;
this.allowSelfChildren = allowSelfChildren;
this.tagEnderSet = new HashSet();
for (int i=0;i<tagEnders.length;i++)
--- 132,172 ----
String [] tagEnders,
String [] endTagEnders,
! boolean allowSelfChildren)
! {
! this(filter,nameOfTagToMatch,tagEnders,endTagEnders, allowSelfChildren, false);
! }
!
! /**
! * Constructor specifying all member fields.
! * @param filter A string that is used to match which tags are to be allowed
! * to pass through. This can be useful when one wishes to dynamically filter
! * out all tags except one type which may be programmed later than the parser.
! * @param nameOfTagToMatch The tag names recognized by this scanner.
! * @param tagEnders The non-endtag tag names which signal that no closing
! * end tag was found. For example, encountering <FORM> while
! * scanning a <A> link tag would mean that no </A> was found
! * and needs to be corrected.
! * @param endTagEnders The endtag names which signal that no closing end
! * tag was found. For example, encountering </HTML> while
! * scanning a <BODY> tag would mean that no </BODY> was found
! * and needs to be corrected. These items are not prefixed by a '/'.
! * @param allowSelfChildren If <code>true</code> a tag of the same name is
! * allowed within this tag. Used to determine when an endtag is missing.
! * @param balance_quotes <code>true</code> if scanning string nodes needs to
! * honour quotes. For example, ScriptScanner defines this <code>true</code>
! * so that text within <SCRIPT></SCRIPT> ignores tag-like text
! * within quotes.
! */
! public CompositeTagScanner(
! String filter,
! String [] nameOfTagToMatch,
! String [] tagEnders,
! String [] endTagEnders,
! boolean allowSelfChildren,
! boolean balance_quotes) {
super(filter);
this.nameOfTagToMatch = nameOfTagToMatch;
this.allowSelfChildren = allowSelfChildren;
+ this.balance_quotes = balance_quotes;
this.tagEnderSet = new HashSet();
for (int i=0;i<tagEnders.length;i++)
***************
*** 145,149 ****
public Tag scan(Tag tag, String url, NodeReader reader,String currLine) throws ParserException {
CompositeTagScannerHelper helper =
! new CompositeTagScannerHelper(this,tag,url,reader,currLine);
return helper.scan();
}
--- 179,183 ----
public Tag scan(Tag tag, String url, NodeReader reader,String currLine) throws ParserException {
CompositeTagScannerHelper helper =
! new CompositeTagScannerHelper(this,tag,url,reader,currLine,balance_quotes);
return helper.scan();
}
***************
*** 193,196 ****
return false;
}
-
}
--- 227,229 ----
Index: ScriptScanner.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/scanners/ScriptScanner.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** ScriptScanner.java 19 May 2003 02:49:57 -0000 1.21
--- ScriptScanner.java 24 May 2003 21:04:44 -0000 1.22
***************
*** 28,64 ****
package org.htmlparser.scanners;
! /////////////////////////
! // HTML Parser Imports //
! /////////////////////////
! import org.htmlparser.Node;
! import org.htmlparser.NodeReader;
! import org.htmlparser.StringNode;
! import org.htmlparser.tags.EndTag;
import org.htmlparser.tags.ScriptTag;
import org.htmlparser.tags.Tag;
import org.htmlparser.tags.data.CompositeTagData;
import org.htmlparser.tags.data.TagData;
! import org.htmlparser.util.NodeList;
! import org.htmlparser.util.ParserException;
/**
* The HTMLScriptScanner identifies javascript code
*/
-
public class ScriptScanner extends CompositeTagScanner {
- private static final String SCRIPT_END_TAG = "</SCRIPT>";
private static final String MATCH_NAME [] = {"SCRIPT"};
private static final String ENDERS [] = {"BODY", "HTML"};
public ScriptScanner() {
! super("",MATCH_NAME,ENDERS);
}
public ScriptScanner(String filter) {
! super(filter,MATCH_NAME,ENDERS);
}
! public ScriptScanner(String filter, String[] nameOfTagToMatch) {
! super(filter,nameOfTagToMatch,ENDERS);
}
!
public String [] getID() {
return MATCH_NAME;
--- 28,59 ----
package org.htmlparser.scanners;
!
import org.htmlparser.tags.ScriptTag;
import org.htmlparser.tags.Tag;
import org.htmlparser.tags.data.CompositeTagData;
import org.htmlparser.tags.data.TagData;
!
/**
* The HTMLScriptScanner identifies javascript code
*/
public class ScriptScanner extends CompositeTagScanner {
private static final String MATCH_NAME [] = {"SCRIPT"};
private static final String ENDERS [] = {"BODY", "HTML"};
public ScriptScanner() {
! this("");
}
public ScriptScanner(String filter) {
! this(filter,MATCH_NAME,ENDERS);
}
! public ScriptScanner(String filter, String[] nameOfTagToMatch, String[] enders) {
! this(filter,nameOfTagToMatch,enders, new String[0], true, true);
}
!
! public ScriptScanner(String filter, String[] nameOfTagToMatch, String[] enders, String[] endtagenders, boolean allowSelfChildren, boolean balance_quotes) {
! super(filter,nameOfTagToMatch,enders, new String[0], allowSelfChildren, balance_quotes);
! }
!
public String [] getID() {
return MATCH_NAME;
***************
*** 70,205 ****
return new ScriptTag(tagData,compositeTagData);
}
-
- public Tag scan(Tag tag, String url, NodeReader reader, String currLine)
- throws ParserException {
- try {
- int startLine = reader.getLastLineNumber();
- String line = null;
- StringBuffer scriptContents =
- new StringBuffer();
- boolean endTagFound = false;
- Tag startTag = tag;
- Tag endTag = null;
- line = currLine;
- boolean sameLine = true;
- int startingPos = startTag.elementEnd();
- do {
- int endTagLoc = line.toUpperCase().indexOf(getEndTag(),startingPos);
- while (endTagLoc>0 && isScriptEmbeddedInDocumentWrite(line, endTagLoc)) {
- startingPos = endTagLoc+getEndTag().length();
- endTagLoc = line.toUpperCase().indexOf(getEndTag(), startingPos);
- }
-
- if (endTagLoc!=-1) {
- endTagFound = true;
- endTag = (EndTag)EndTag.find(line,endTagLoc);
- if (sameLine)
- scriptContents.append(
- getCodeBetweenStartAndEndTags(
- line,
- startTag,
- endTagLoc)
- );
- else {
- scriptContents.append(Node.getLineSeparator());
- scriptContents.append(line.substring(0,endTagLoc));
- }
-
- reader.setPosInLine(endTag.elementEnd());
- } else {
- if (sameLine)
- scriptContents.append(
- line.substring(
- startTag.elementEnd()+1
- )
- );
- else {
- scriptContents.append(Node.getLineSeparator());
- scriptContents.append(line);
- }
- }
- if (!endTagFound) {
- line = reader.getNextLine();
- startingPos = 0;
- }
- if (sameLine)
- sameLine = false;
- }
- while (line!=null && !endTagFound);
- if (endTag == null) {
- // If end tag doesn't exist, create one
- String endTagName = tag.getTagName();
- int endTagBegin = reader.getLastReadPosition()+1 ;
- int endTagEnd = endTagBegin + endTagName.length() + 2;
- endTag = new EndTag(
- new TagData(
- endTagBegin,
- endTagEnd,
- endTagName,
- currLine
- )
- );
- }
- NodeList childrenNodeList = new NodeList();
- childrenNodeList.add(
- new StringNode(
- scriptContents,
- startTag.elementEnd(),
- endTag.elementBegin()-1
- )
- );
- return createTag(
- new TagData(
- startTag.elementBegin(),
- endTag.elementEnd(),
- startLine,
- reader.getLastLineNumber(),
- startTag.getText(),
- currLine,
- url,
- false
- ), new CompositeTagData(
- startTag,endTag,childrenNodeList
- )
- );
-
- }
- catch (Exception e) {
- throw new ParserException("Error in ScriptScanner: ",e);
- }
- }
-
- public String getCodeBetweenStartAndEndTags(
- String line,
- Tag startTag,
- int endTagLoc) throws ParserException {
- try {
-
- return line.substring(
- startTag.elementEnd()+1,
- endTagLoc
- );
- }
- catch (Exception e) {
- StringBuffer msg = new StringBuffer("Error in getCodeBetweenStartAndEndTags():\n");
- msg.append("substring starts at: "+(startTag.elementEnd()+1)).append("\n");
- msg.append("substring ends at: "+(endTagLoc));
- throw new ParserException(msg.toString(),e);
- }
- }
-
- /**
- * Gets the end tag that the scanner uses to stop scanning. Subclasses of
- * <code>ScriptScanner</code> you should override this method.
- * @return String containing the end tag to search for, i.e. </SCRIPT>
- */
- public String getEndTag() {
- return SCRIPT_END_TAG;
- }
-
- private boolean isScriptEmbeddedInDocumentWrite(String line, int endTagLoc) {
- if (endTagLoc+getEndTag().length() > line.length()-1) return false;
- return line.charAt(endTagLoc+getEndTag().length())=='"';
- }
-
}
--- 65,67 ----
|
|
From: <der...@us...> - 2003-05-24 21:04:47
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser
In directory sc8-pr-cvs1:/tmp/cvs-serv7741/org/htmlparser
Modified Files:
NodeReader.java
Log Message:
Fixed bug #741769 ScriptScanner doesn't handle quoted </script> tags
Major overhaul of ScriptScanner.
It now uses the scan() method of CompositeTagScanner (i.e. doesn't override).
CompositeTagScanner now has a balance_quotes member field that dictates
whether strings tags are scanned honouring single and double quotes.
This affected the call chain through NodeReader and StringScanner which
now have this parameter.
StringScanner now correctly handles quotes if asked. The ignoreState stuff is removed,
it didn't work anyway since a single StringScanner is used recursively by the NodeReader,
and the member field would have been tromped.
Sorry to all those who have broken code because of this, but it's for the better. Really.
Index: NodeReader.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/NodeReader.java,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** NodeReader.java 19 May 2003 02:49:56 -0000 1.28
--- NodeReader.java 24 May 2003 21:04:43 -0000 1.29
***************
*** 201,209 ****
}
! /**
* Read the next element
* @return Node - The next node
*/
public Node readElement() throws ParserException
{
try {
--- 201,221 ----
}
! /**
* Read the next element
* @return Node - The next node
*/
public Node readElement() throws ParserException
+ {
+ return (readElement (false));
+ }
+
+ /**
+ * Read the next element
+ * @param balance_quotes If <code>true</code> string nodes are parsed
+ * paying attention to single and double quotes, such that tag-like
+ * strings are ignored if they are quoted.
+ * @return Node - The next node
+ */
+ public Node readElement(boolean balance_quotes) throws ParserException
{
try {
***************
*** 262,266 ****
else
{
! node = stringParser.find(this,line,posInLine);
if (node!=null) return node;
}
--- 274,278 ----
else
{
! node = stringParser.find (this, line, posInLine, balance_quotes);
if (node!=null) return node;
}
|