Sharkysoft home

HTML and other text parsing.

See:
          Description

Packages
lava.io File I/O, stream parsing, console-based user dialogs.
lava.string String construction, manipulation, conversion, formatting; wildcard expressions.
lava.text.html HTML parsing.

 

HTML and other text parsing.

Lava's jScraper provides an easy-to-use interface for parsing HTML text streams. jScraper converts HTML text streams into tokenized object streams revealing the documents' contents. This library is ideal for applications which must extract information from machine-generated web pages.

jScraper was initially released as an integrated feature of Lava, a general-purpose class library for Java. By popular demand, jScraper is now distributed in its own bundle.

As an added bonus, the lava.io and lava.string packages are included to make your parsing job easier. These two packages will add a wide variety of parsing routine to your parsing toolbox and will help you parse just about any type of text stream imaginable.


Sharkysoft home