Package | Description |
---|---|
nu.validator.htmlparser.impl |
This package contains the bulk of parser internals.
|
Modifier and Type | Class and Description |
---|---|
class |
CoalescingTreeBuilder<T>
A common superclass for tree builders that coalesce their text nodes.
|
class |
TreeBuilder<T> |
Modifier and Type | Field and Description |
---|---|
protected TokenHandler |
Tokenizer.tokenHandler
The token handler.
|
Constructor and Description |
---|
ErrorReportingTokenizer(TokenHandler tokenHandler) |
ErrorReportingTokenizer(TokenHandler tokenHandler,
boolean newAttributesEachTime) |
Tokenizer(TokenHandler tokenHandler)
The constructor.
|
Tokenizer(TokenHandler tokenHandler,
boolean newAttributesEachTime) |
Copyright © 2017. All rights reserved.