org.yglib.html.lexer
Class Lexer

java.lang.Object
  extended by org.yglib.html.lexer.Lexer

public class Lexer
extends java.lang.Object


Constructor Summary
Lexer(java.io.File sourceFile)
           
Lexer(Page page)
           
 
Method Summary
 Node getNextToken()
           
static void main(java.lang.String... v)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lexer

public Lexer(java.io.File sourceFile)
      throws java.io.IOException
Throws:
java.io.IOException

Lexer

public Lexer(Page page)
Method Detail

getNextToken

public Node getNextToken()

main

public static void main(java.lang.String... v)