rabbit.html
Class TestParser

java.lang.Object
  |
  +--rabbit.html.TestParser

public class TestParser
extends java.lang.Object

This is a class that is used to parse a block of HTML code into separate tokens. This parser uses a recursive descent approach.


Constructor Summary
TestParser()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestParser

public TestParser()
Method Detail

main

public static void main(java.lang.String[] args)