xml
Class HtmlParser.Test

java.lang.Object
  extended by xml.HtmlParser.Test
Enclosing class:
HtmlParser

public static class HtmlParser.Test
extends Object

Test class.


Constructor Summary
HtmlParser.Test()
           
 
Method Summary
static void main(String[] arg)
          Parses the url given in the first command line argument and prints some messages.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlParser.Test

public HtmlParser.Test()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
Parses the url given in the first command line argument and prints some messages.

Throws:
Exception