Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/filters
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv977/filters
Modified Files:
package.html
Log Message:
Fix bug #902121 StringBean throws NullPointerException.
Added ScriptDecoder to handle Microsoft Script Encoder encrypted tags.
Added accessor to ScriptTag's scriptCode property to be able to override it.
Ensured that a Tag always has a non-null name.
Skip STYLE tags in StringBean, just like SCRIPT.
Index: package.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/filters/package.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** package.html 2 Jan 2004 16:24:53 -0000 1.4
--- package.html 28 Feb 2004 15:52:43 -0000 1.5
***************
*** 38,42 ****
parser.parse (new HasAttributeFilter ("id"));
</pre>
! These filters can be combined to yield powerfull extraction capabilities.
For example, to get a list of links where the contents is an image, you could use:
<pre>
--- 38,42 ----
parser.parse (new HasAttributeFilter ("id"));
</pre>
! These filters can be combined to yield powerful extraction capabilities.
For example, to get a list of links where the contents is an image, you could use:
<pre>
|