| Package | Description |
|---|---|
| nu.validator.htmlparser.dom |
This package provides an HTML5 parser that exposes the document using the DOM API.
|
| nu.validator.htmlparser.extra | |
| 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 java.util.List<CharacterHandler> |
HtmlDocumentBuilder.characterHandlers |
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlDocumentBuilder.addCharacterHandler(CharacterHandler characterHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
NormalizationChecker |
| Modifier and Type | Field and Description |
|---|---|
private CharacterHandler[] |
Driver.characterHandlers
Used for NFC checking if non-
null, source code capture,
etc. |
| Modifier and Type | Method and Description |
|---|---|
void |
Driver.addCharacterHandler(CharacterHandler characterHandler) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<CharacterHandler> |
HtmlParser.characterHandlers |
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlParser.addCharacterHandler(CharacterHandler characterHandler) |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<CharacterHandler> |
HtmlBuilder.characterHandlers |
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlBuilder.addCharacterHandler(CharacterHandler characterHandler) |