Uses of Interface
nu.validator.htmlparser.common.TokenHandler
-
Packages that use TokenHandler Package Description nu.validator.htmlparser.dom This package provides an HTML5 parser that exposes the document using the DOM API.nu.validator.htmlparser.impl This package contains the bulk of parser internals.nu.validator.htmlparser.sax This package provides an HTML5 parser that exposes the document through the SAX API.nu.validator.htmlparser.xom 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 TokenHandler Modifier and Type Class Description (package private) classDOMTreeBuilderThe tree builder glue for building a tree through the public DOM APIs.Methods in nu.validator.htmlparser.dom with parameters of type TokenHandler Modifier and Type Method Description private TokenizerHtmlDocumentBuilder. newTokenizer(TokenHandler handler, boolean newAttributesEachTime) -
Uses of TokenHandler in nu.validator.htmlparser.impl
Classes in nu.validator.htmlparser.impl that implement TokenHandler Modifier and Type Class Description classCoalescingTreeBuilder<T>A common superclass for tree builders that coalesce their text nodes.classTreeBuilder<T>Fields in nu.validator.htmlparser.impl declared as TokenHandler Modifier and Type Field Description protected TokenHandlerTokenizer. tokenHandlerThe token handler.Constructors in nu.validator.htmlparser.impl with parameters of type TokenHandler Constructor Description ErrorReportingTokenizer(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 TokenHandler Modifier and Type Class Description (package private) classSAXStreamer(package private) classSAXTreeBuilderMethods in nu.validator.htmlparser.sax with parameters of type TokenHandler Modifier and Type Method Description private TokenizerHtmlParser. newTokenizer(TokenHandler handler, boolean newAttributesEachTime) -
Uses of TokenHandler in nu.validator.htmlparser.xom
Classes in nu.validator.htmlparser.xom that implement TokenHandler Modifier and Type Class Description (package private) classXOMTreeBuilderMethods in nu.validator.htmlparser.xom with parameters of type TokenHandler Modifier and Type Method Description private TokenizerHtmlBuilder. newTokenizer(TokenHandler handler, boolean newAttributesEachTime)
-