Uses of Interface
hotsax.html.sax.SemanticLexer

Packages that use SemanticLexer
hotsax.html.sax   
 

Uses of SemanticLexer in hotsax.html.sax
 

Classes in hotsax.html.sax that implement SemanticLexer
(package private)  class HtmlLexer
          This class is a scanner generated by JFlex 1.3.2 on 5/3/02 10:58 PM from the specification file file:/home/edh/sourceforge/tmp/hotsax/HotSAX-0.1.2c/./build/src/hotsax/html/sax/HtmlLexer.flex
(package private)  class ScriptLexer
          This class is a scanner generated by JFlex 1.3.2 on 8/10/01 4:37 PM from the specification file file:/home/edh/sourceforge/HotSAX/./build/src/hotsax/html/sax/ScriptLexer.flex
(package private)  class StyleLexer
          This class is a scanner generated by JFlex 1.3.2 on 8/10/01 4:37 PM from the specification file file:/home/edh/sourceforge/HotSAX/./build/src/hotsax/html/sax/StyleLexer.flex
 

Methods in hotsax.html.sax that return SemanticLexer
 SemanticLexer HtmlParser.getSemanticLexer(String name)
          Check the possibility of an alternate lexer for this semantic state.
 

Methods in hotsax.html.sax with parameters of type SemanticLexer
 void HtmlParser.addSemanticLexer(String name, SemanticLexer lexer)
          Add a new Semantic Lexer to the hash of available lexers.
 void StyleLexer.setBuffer(SemanticLexer lexer)
          Sets this lexer to the same yybuffer, and character positions as the other lexer
 void ScriptLexer.setBuffer(SemanticLexer lexer)
          Sets this lexer to the same yybuffer, and character positions as the other lexer
 void SemanticLexer.setBuffer(SemanticLexer lexer)
          Sets the buffer from another SemanticLexer, probably the default one.
 void HtmlLexer.setBuffer(SemanticLexer lexer)
          Sets this lexer to the same yybuffer, and character positions as the other lexer
 



Copyright © 2007-2008. All Rights Reserved.