HTML Parser

Library to parse HTML content
Download

HTML Parser Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Derrick Oswald
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 323 KB

HTML Parser Tags


HTML Parser Description

Library to parse HTML content HTML Parser is a free and open source Java library used to parse HTML in either a linear or nested fashion. Primarily used for transformation or extraction, HTML features filters, visitors, custom tags and easy to use JavaBeans. It is a fast, robust and well tested package.ExtractionExtraction encompasses all the information retrieval programs that are not meant to preserve the source page. This covers uses like:· text extraction, for use as input for text search engine databases for example· link extraction, for crawling through web pages or harvesting email addressesscreen scraping, for programmatic data input from web pages· resource extraction, collecting images or sound· a browser front end, the preliminary stage of page display· link checking, ensuring links are valid· site monitoring, checking for page differences beyond simplistic diffsThere are several facilities in the HTMLParser codebase to help with extraction, including filters, visitors and JavaBeans.TransformationTransformation includes all processing where the input and the output are HTML pages. Some examples are:· URL rewriting, modifying some or all links on a page· site capture, moving content from the web to local disk· censorship, removing offending words and phrases from pages· HTML cleanup, correcting erroneous pages· ad removal, excising URLs referencing advertising· conversion to XML, moving existing web pages to XML Requirements: · Java What's New in This Release: · The htmlparser project has been been updated with a new license, new build environment, new repository and a new web site. To identify this radical change, the version has been revved to 2.0. · In response to requests from the Apache community, the htmlparser license has changed from GNU Library or Lesser General Public License, to the more Apache friendly Common Public License 1.0 (http://opensource.org/licenses/cpl1.0.txt). · The htmlparser repository has been changed from CVS to subversion (http://subversion.tigris.org/). · To support automatic integration in other projects, the build environment has changed from Ant to Maven 2 (http://maven.apache.org/). This has provided an opportunity to update the web site (http://htmlparser.org).


HTML Parser Related Software