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) classThe 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 TokenizerHtmlDocumentBuilder.newTokenizer(TokenHandler handler, boolean newAttributesEachTime) -
Uses of TokenHandler in nu.validator.htmlparser.impl
Classes in nu.validator.htmlparser.impl that implement TokenHandlerModifier and TypeClassDescriptionclassA common superclass for tree builders that coalesce their text nodes.classTreeBuilder<T>Fields in nu.validator.htmlparser.impl declared as TokenHandlerModifier and TypeFieldDescriptionprotected final TokenHandlerTokenizer.tokenHandlerThe 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) classMethods in nu.validator.htmlparser.sax with parameters of type TokenHandlerModifier and TypeMethodDescriptionprivate TokenizerHtmlParser.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 TokenizerHtmlBuilder.newTokenizer(TokenHandler handler, boolean newAttributesEachTime)