Package com.cburch.editor.scanners

Contains classes implementing the Scanner interface to allow support for different file types.

See:
          Description

Class Summary
HtmlScanner This class is a scanner generated by JFlex 1.4.1 on 7/5/05 8:15 AM from the specification file HtmlScanner.lex
HtmlTag Represents the information contained within a tag in an HTML document.
JavaScanner This class is a scanner generated by JFlex 1.4.1 on 7/5/05 8:15 AM from the specification file JavaScanner.lex
 

Enum Summary
HtmlTokenType Defines the different categories of tokens that might be encountered in an HTML file.
JavaTokenType Defines the different categories of tokens that might be encountered in Java source code.
 

Package com.cburch.editor.scanners Description

Contains classes implementing the Scanner interface to allow support for different file types.

Version:
0.1.1 2005-07-05
Author:
Carl Burch