Package | Description |
---|---|
nu.validator.htmlparser.common |
This package provides common interfaces and enumerations.
|
nu.validator.htmlparser.impl |
This package contains the bulk of parser internals.
|
nu.validator.htmlparser.io |
Modifier and Type | Method and Description |
---|---|
void |
TokenHandler.startTokenization(Tokenizer self)
This method is called at the start of tokenization before any other
methods on this interface are called.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorReportingTokenizer |
Modifier and Type | Field and Description |
---|---|
protected Tokenizer |
TreeBuilder.tokenizer |
Modifier and Type | Method and Description |
---|---|
void |
Tokenizer.loadState(Tokenizer other) |
void |
TreeBuilder.startTokenization(Tokenizer self) |
Constructor and Description |
---|
Driver(Tokenizer tokenizer) |
HtmlInputStreamReader(InputStream inputStream,
ErrorHandler errorHandler,
Tokenizer tokenizer,
Driver driver,
Encoding encoding) |
HtmlInputStreamReader(InputStream inputStream,
ErrorHandler errorHandler,
Tokenizer tokenizer,
Driver driver,
Heuristics heuristics) |
Copyright © 2017. All rights reserved.