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!