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(java.lang.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 | Field and Description |
---|---|
private Heuristics |
HtmlDocumentBuilder.heuristics |
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 | Field and Description |
---|---|
private Heuristics |
Driver.heuristics |
Modifier and Type | Method and Description |
---|---|
void |
Driver.setHeuristics(Heuristics heuristics)
Sets the encoding sniffing heuristics.
|
Constructor and Description |
---|
HtmlInputStreamReader(java.io.InputStream inputStream,
org.xml.sax.ErrorHandler errorHandler,
Tokenizer tokenizer,
Driver driver,
Heuristics heuristics) |
Modifier and Type | Field and Description |
---|---|
private Heuristics |
HtmlParser.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 | Field and Description |
---|---|
private Heuristics |
HtmlBuilder.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.
|