xml
Class HtmlReferences.Dump

java.lang.Object
  extended by xml.HtmlReferences.Dump
Enclosing class:
HtmlReferences

public static final class HtmlReferences.Dump
extends Object

A class that reads an url page and dumps all references found to system out.


Constructor Summary
HtmlReferences.Dump()
           
 
Method Summary
static void main(String[] arg)
          First and only command line argument is the base url.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlReferences.Dump

public HtmlReferences.Dump()
Method Detail

main

public static void main(String[] arg)
                 throws MalformedURLException,
                        IOException
First and only command line argument is the base url.

Throws:
MalformedURLException
IOException