Uses of Interface
nu.validator.htmlparser.common.TransitionHandler
Packages that use TransitionHandler
Package
Description
This package provides an HTML5 parser that exposes the document using the DOM API.
This package contains the bulk of parser internals.
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 TransitionHandler in nu.validator.htmlparser.dom
Methods in nu.validator.htmlparser.dom with parameters of type TransitionHandlerModifier and TypeMethodDescriptionvoid
HtmlDocumentBuilder.setTransitionHander
(TransitionHandler handler) -
Uses of TransitionHandler in nu.validator.htmlparser.impl
Methods in nu.validator.htmlparser.impl with parameters of type TransitionHandlerModifier and TypeMethodDescriptionvoid
ErrorReportingTokenizer.setTransitionHandler
(TransitionHandler transitionHandler) Sets the transitionHandler. -
Uses of TransitionHandler in nu.validator.htmlparser.io
Methods in nu.validator.htmlparser.io with parameters of type TransitionHandlerModifier and TypeMethodDescriptionvoid
Driver.setTransitionHandler
(TransitionHandler transitionHandler) -
Uses of TransitionHandler in nu.validator.htmlparser.sax
Methods in nu.validator.htmlparser.sax with parameters of type TransitionHandlerModifier and TypeMethodDescriptionvoid
HtmlParser.setTransitionHandler
(TransitionHandler handler) -
Uses of TransitionHandler in nu.validator.htmlparser.xom
Methods in nu.validator.htmlparser.xom with parameters of type TransitionHandlerModifier and TypeMethodDescriptionvoid
HtmlBuilder.setTransitionHander
(TransitionHandler handler)