Uses of Interface
nu.validator.htmlparser.common.CharacterHandler
Packages that use CharacterHandler
Package
Description
This package provides an HTML5 parser that exposes the document using the DOM API.
This package provides an HTML5 parser that exposes the document through the SAX API.
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 CharacterHandlerModifier and TypeFieldDescriptionprivate final List
<CharacterHandler> HtmlDocumentBuilder.characterHandlers
Methods in nu.validator.htmlparser.dom with parameters of type CharacterHandlerModifier and TypeMethodDescriptionvoid
HtmlDocumentBuilder.addCharacterHandler
(CharacterHandler characterHandler) -
Uses of CharacterHandler in nu.validator.htmlparser.extra
Classes in nu.validator.htmlparser.extra that implement CharacterHandler -
Uses of CharacterHandler in nu.validator.htmlparser.io
Fields in nu.validator.htmlparser.io declared as CharacterHandlerModifier and TypeFieldDescriptionprivate CharacterHandler[]
Driver.characterHandlers
Used for NFC checking if non-null
, source code capture, etc.Methods in nu.validator.htmlparser.io with parameters of type CharacterHandlerModifier and TypeMethodDescriptionvoid
Driver.addCharacterHandler
(CharacterHandler characterHandler) -
Uses of CharacterHandler in nu.validator.htmlparser.sax
Fields in nu.validator.htmlparser.sax with type parameters of type CharacterHandlerModifier and TypeFieldDescriptionprivate final List
<CharacterHandler> HtmlParser.characterHandlers
Methods in nu.validator.htmlparser.sax with parameters of type CharacterHandlerModifier and TypeMethodDescriptionvoid
HtmlParser.addCharacterHandler
(CharacterHandler characterHandler) -
Uses of CharacterHandler in nu.validator.htmlparser.xom
Fields in nu.validator.htmlparser.xom with type parameters of type CharacterHandlerModifier and TypeFieldDescriptionprivate final List
<CharacterHandler> HtmlBuilder.characterHandlers
Methods in nu.validator.htmlparser.xom with parameters of type CharacterHandlerModifier and TypeMethodDescriptionvoid
HtmlBuilder.addCharacterHandler
(CharacterHandler characterHandler)