Hi Folks,
The integration release for this week is out.
You can download it from http://htmlparser.sourceforge.net
Integration build 1.3 - 20021228
--------------------------------
[1] Added URLConnection constructors to HTMLParser
[2] Honour charset parameter on HTTP header and in HTML meta tag
[3] Following tags now inherit from HTMLCompositeTag
(i) HTMLFormTag
(ii) HTMLLinkTag
(iii) HTMLSelectTag
(iv) HTMLFrameSetTag
(v) HTMLTitleTag
(vi) HTMLTextAreaTag
(vii) HTMLStyleTag
(viii) HTMLScriptTag
(ix) HTMLAppletTag
[4] Performed Refactoring "Introduce Parameter Object" on HTMLTag,
HTMLCompositeTag, HTMLLinkTag, HTMLFormTag
[5] Refactored HTMLFormTag, pulling up the search methods into
HTMLCompositeTag
[6] Added HTMLVector, which can return HTMLSimpleEnumeration - a
no-exception flavor of HTMLEnumeration
[7] Refactored HTMLEnumeration - created new interface -
HTMLPeekingEnumeration
Notes : HTMLVector is not yet integrated with the tags. That should happen
in the next release.
Regards,
Somik
|