Package | Description |
---|---|
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 | Field and Description |
---|---|
private Driver |
HtmlDocumentBuilder.driver
The tokenizer.
|
Modifier and Type | Field and Description |
---|---|
private Driver |
HtmlInputStreamReader.driver |
Constructor and Description |
---|
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 | Field and Description |
---|---|
private Driver |
HtmlParser.driver |
Modifier and Type | Field and Description |
---|---|
private Driver |
HtmlBuilder.driver |