Package | Description |
---|---|
nu.validator.htmlparser.common |
This package provides common interfaces and enumerations.
|
nu.validator.htmlparser.dom |
This package provides an HTML5 parser that exposes the document using the DOM API.
|
nu.validator.htmlparser.impl |
This package contains the bulk of parser internals.
|
nu.validator.htmlparser.io | |
nu.validator.htmlparser.sax |
This package provides an HTML5 parser that exposes the document through the SAX API.
|
nu.validator.htmlparser.xom |
This package provides an HTML5 parser that exposes the document through the XOM API.
|
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 | Method and Description |
---|---|
private Tokenizer |
HtmlDocumentBuilder.newTokenizer(TokenHandler handler,
boolean newAttributesEachTime) |
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) |
Modifier and Type | Field and Description |
---|---|
private Tokenizer |
Driver.tokenizer |
private Tokenizer |
HtmlInputStreamReader.tokenizer |
Constructor and Description |
---|
Driver(Tokenizer tokenizer) |
HtmlInputStreamReader(java.io.InputStream inputStream,
org.xml.sax.ErrorHandler errorHandler,
Tokenizer tokenizer,
Driver driver,
Encoding encoding) |
HtmlInputStreamReader(java.io.InputStream inputStream,
org.xml.sax.ErrorHandler errorHandler,
Tokenizer tokenizer,
Driver driver,
Heuristics heuristics) |
Modifier and Type | Method and Description |
---|---|
private Tokenizer |
HtmlParser.newTokenizer(TokenHandler handler,
boolean newAttributesEachTime) |
Modifier and Type | Method and Description |
---|---|
private Tokenizer |
HtmlBuilder.newTokenizer(TokenHandler handler,
boolean newAttributesEachTime) |