Uses of Class
sunlabs.brazil.util.LexHTML

Packages that use LexHTML
sunlabs.brazil.handler   
 

Uses of LexHTML in sunlabs.brazil.handler
 

Fields in sunlabs.brazil.handler declared as LexHTML
 LexHTML HtmlRewriter.lex
          The parser for the source HTML document.
 

Constructors in sunlabs.brazil.handler with parameters of type LexHTML
HtmlRewriter(LexHTML lex)
          Creates a new HtmlRewriter from the given HTML parser.