Java Reference
In-Depth Information
return false;
Several other recipes in this chapter use the advance function.
Recipe #6.2: Extracting Data from an HTML List
Many websites contains lists of data. This recipe will extract data from the HTML list at
the following URL:
http://www.httprecipes.com/1/6/list.php
You can see this choice list in Figure 6.2.
Figure 6.2: An HTML List
As you can see there is a listing of all fifty US states. This recipe will show how to extract
these states. The recipe is shown in Listing 6.5.
Search WWH ::




Custom Search