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 | Method and Description |
---|---|
void |
HtmlDocumentBuilder.addCharacterHandler(CharacterHandler characterHandler) |
Modifier and Type | Class and Description |
---|---|
class |
NormalizationChecker |
Modifier and Type | Method and Description |
---|---|
void |
Driver.addCharacterHandler(CharacterHandler characterHandler) |
Modifier and Type | Method and Description |
---|---|
void |
HtmlParser.addCharacterHandler(CharacterHandler characterHandler) |
Modifier and Type | Method and Description |
---|---|
void |
HtmlBuilder.addCharacterHandler(CharacterHandler characterHandler) |
Copyright © 2017. All rights reserved.