Uses of Interface
nu.validator.htmlparser.common.CharacterHandler
-
Packages that use CharacterHandler 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. -
-
Uses of CharacterHandler in nu.validator.htmlparser.dom
Fields in nu.validator.htmlparser.dom with type parameters of type CharacterHandler Modifier and Type Field Description private java.util.List<CharacterHandler>
HtmlDocumentBuilder. characterHandlers
Methods in nu.validator.htmlparser.dom with parameters of type CharacterHandler Modifier and Type Method Description void
HtmlDocumentBuilder. addCharacterHandler(CharacterHandler characterHandler)
-
Uses of CharacterHandler in nu.validator.htmlparser.extra
Classes in nu.validator.htmlparser.extra that implement CharacterHandler Modifier and Type Class Description class
NormalizationChecker
-
Uses of CharacterHandler in nu.validator.htmlparser.io
Fields in nu.validator.htmlparser.io declared as CharacterHandler Modifier and Type Field Description private CharacterHandler[]
Driver. characterHandlers
Used for NFC checking if non-null
, source code capture, etc.Methods in nu.validator.htmlparser.io with parameters of type CharacterHandler Modifier and Type Method Description void
Driver. addCharacterHandler(CharacterHandler characterHandler)
-
Uses of CharacterHandler in nu.validator.htmlparser.sax
Fields in nu.validator.htmlparser.sax with type parameters of type CharacterHandler Modifier and Type Field Description private java.util.List<CharacterHandler>
HtmlParser. characterHandlers
Methods in nu.validator.htmlparser.sax with parameters of type CharacterHandler Modifier and Type Method Description void
HtmlParser. addCharacterHandler(CharacterHandler characterHandler)
-
Uses of CharacterHandler in nu.validator.htmlparser.xom
Fields in nu.validator.htmlparser.xom with type parameters of type CharacterHandler Modifier and Type Field Description private java.util.List<CharacterHandler>
HtmlBuilder. characterHandlers
Methods in nu.validator.htmlparser.xom with parameters of type CharacterHandler Modifier and Type Method Description void
HtmlBuilder. addCharacterHandler(CharacterHandler characterHandler)
-