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.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 |
---|---|
static Heuristics |
Heuristics.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Heuristics[] |
Heuristics.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Heuristics |
HtmlDocumentBuilder.getHeuristics() |
Modifier and Type | Method and Description |
---|---|
void |
HtmlDocumentBuilder.setHeuristics(Heuristics heuristics)
Sets the encoding sniffing heuristics.
|
Modifier and Type | Method and Description |
---|---|
void |
Driver.setHeuristics(Heuristics heuristics)
Sets the encoding sniffing heuristics.
|
Constructor and Description |
---|
HtmlInputStreamReader(InputStream inputStream,
ErrorHandler errorHandler,
Tokenizer tokenizer,
Driver driver,
Heuristics heuristics) |
Modifier and Type | Method and Description |
---|---|
Heuristics |
HtmlParser.getHeuristics() |
Modifier and Type | Method and Description |
---|---|
void |
HtmlParser.setHeuristics(Heuristics heuristics)
Sets the encoding sniffing heuristics.
|
Modifier and Type | Method and Description |
---|---|
Heuristics |
HtmlBuilder.getHeuristics() |
Modifier and Type | Method and Description |
---|---|
void |
HtmlBuilder.setHeuristics(Heuristics heuristics)
Sets the encoding sniffing heuristics.
|
Copyright © 2017. All rights reserved.