Package to.etc.lexer

Class Summary
HtmlTextScanner Helper class to scan HTML and remove invalid constructs.
LexerToken Base type for lexer tokens.
ReaderScannerBase  
ReaderTokenizerBase Created on Sep 9, 2004
SourceLocation This defines a source location for some parsed construct.
TextReaderBase A reader which helps with lexical scanning.
TextTokenizerBase A tokenizing lexer which passes information into LexerToken instances, allowing tokens to be pushed back where needed.
 

Exception Summary
SourceErrorException Some kind of error found while parsing a source.