Uses of Class
sunlabs.brazil.util.LexHTML
-
Packages that use LexHTML Package Description sunlabs.brazil.handler -
-
Uses of LexHTML in sunlabs.brazil.handler
Fields in sunlabs.brazil.handler declared as LexHTML Modifier and Type Field Description LexHTML
HtmlRewriter. lex
The parser for the source HTML document.Constructors in sunlabs.brazil.handler with parameters of type LexHTML Constructor Description HtmlRewriter(LexHTML lex)
Creates a newHtmlRewriter
from the given HTML parser.
-