HTML parsing - TechRepublic
General discussion
September 20, 2001 at 09:34 AM
tio

HTML parsing

by tio . Updated 24 years, 9 months ago

I trying to create a class that will be able to connect to a specific URL and then parse the HTML file for any links within the page. I am a new comer to JAVA and a possible solution that I have though of is to use the StringTokenizer class and creating tokens for the a href= or src= HTML tags. Is there an alternative method for doing this? Help!

This discussion is locked

All Comments