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
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
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
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
Methods in nu.validator.htmlparser.xom with parameters of type CharacterHandlerModifier and TypeMethodDescriptionvoid
HtmlBuilder.addCharacterHandler
(CharacterHandler characterHandler)