reader.lexer.html
Class Lexer

java.lang.Object
  extended by reader.lexer.html.Lexer

public class Lexer
extends java.lang.Object


Constructor Summary
Lexer(java.lang.String name)
           
 
Method Summary
 Lexeme next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lexer

public Lexer(java.lang.String name)
      throws java.io.IOException
Parameters:
name -
Throws:
java.io.FileNotFoundException
java.io.IOException
Method Detail

next

public Lexeme next()