|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TokenHandler | |
|---|---|
| nu.validator.htmlparser.impl | This package contains the bulk of parser internals. |
| Uses of TokenHandler in nu.validator.htmlparser.impl |
|---|
| Classes in nu.validator.htmlparser.impl that implement TokenHandler | |
|---|---|
class |
CoalescingTreeBuilder<T>
A common superclass for tree builders that coalesce their text nodes. |
class |
TreeBuilder<T>
|
| Fields in nu.validator.htmlparser.impl declared as TokenHandler | |
|---|---|
protected TokenHandler |
Tokenizer.tokenHandler
The token handler. |
| Constructors in nu.validator.htmlparser.impl with parameters of type TokenHandler | |
|---|---|
ErrorReportingTokenizer(TokenHandler tokenHandler)
|
|
ErrorReportingTokenizer(TokenHandler tokenHandler,
boolean newAttributesEachTime)
|
|
Tokenizer(TokenHandler tokenHandler)
The constructor. |
|
Tokenizer(TokenHandler tokenHandler,
boolean newAttributesEachTime)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||