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.characterHandlersMethods in nu.validator.htmlparser.dom with parameters of type CharacterHandlerModifier and TypeMethodDescriptionvoidHtmlDocumentBuilder.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.characterHandlersUsed for NFC checking if non-null, source code capture, etc.Methods in nu.validator.htmlparser.io with parameters of type CharacterHandlerModifier and TypeMethodDescriptionvoidDriver.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.characterHandlersMethods in nu.validator.htmlparser.sax with parameters of type CharacterHandlerModifier and TypeMethodDescriptionvoidHtmlParser.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.characterHandlersMethods in nu.validator.htmlparser.xom with parameters of type CharacterHandlerModifier and TypeMethodDescriptionvoidHtmlBuilder.addCharacterHandler(CharacterHandler characterHandler)