Uses of Interface
nu.validator.htmlparser.common.TokenHandler
Packages that use TokenHandler
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 TokenHandler in nu.validator.htmlparser.dom
Classes in nu.validator.htmlparser.dom that implement TokenHandlerModifier and TypeClassDescription(package private) class
The tree builder glue for building a tree through the public DOM APIs.Methods in nu.validator.htmlparser.dom with parameters of type TokenHandlerModifier and TypeMethodDescriptionprivate Tokenizer
HtmlDocumentBuilder.newTokenizer
(TokenHandler handler, boolean newAttributesEachTime) -
Uses of TokenHandler in nu.validator.htmlparser.impl
Classes in nu.validator.htmlparser.impl that implement TokenHandlerModifier and TypeClassDescriptionclass
A common superclass for tree builders that coalesce their text nodes.class
TreeBuilder<T>
Fields in nu.validator.htmlparser.impl declared as TokenHandlerModifier and TypeFieldDescriptionprotected final TokenHandler
Tokenizer.tokenHandler
The token handler.Constructors in nu.validator.htmlparser.impl with parameters of type TokenHandlerModifierConstructorDescriptionErrorReportingTokenizer
(TokenHandler tokenHandler) ErrorReportingTokenizer
(TokenHandler tokenHandler, boolean newAttributesEachTime) Tokenizer
(TokenHandler tokenHandler) The constructor.Tokenizer
(TokenHandler tokenHandler, boolean newAttributesEachTime) -
Uses of TokenHandler in nu.validator.htmlparser.sax
Classes in nu.validator.htmlparser.sax that implement TokenHandlerModifier and TypeClassDescription(package private) class
(package private) class
Methods in nu.validator.htmlparser.sax with parameters of type TokenHandlerModifier and TypeMethodDescriptionprivate Tokenizer
HtmlParser.newTokenizer
(TokenHandler handler, boolean newAttributesEachTime) -
Uses of TokenHandler in nu.validator.htmlparser.xom
Classes in nu.validator.htmlparser.xom that implement TokenHandlerMethods in nu.validator.htmlparser.xom with parameters of type TokenHandlerModifier and TypeMethodDescriptionprivate Tokenizer
HtmlBuilder.newTokenizer
(TokenHandler handler, boolean newAttributesEachTime)