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) class
DOMTreeBuilder
The 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 Tokenizer
HtmlDocumentBuilder. 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 class
CoalescingTreeBuilder<T>
A common superclass for tree builders that coalesce their text nodes.class
TreeBuilder<T>
Fields in nu.validator.htmlparser.impl declared as TokenHandler Modifier and Type Field Description protected TokenHandler
Tokenizer. tokenHandler
The 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) class
SAXStreamer
(package private) class
SAXTreeBuilder
Methods in nu.validator.htmlparser.sax with parameters of type TokenHandler Modifier and Type Method Description private Tokenizer
HtmlParser. 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) class
XOMTreeBuilder
Methods in nu.validator.htmlparser.xom with parameters of type TokenHandler Modifier and Type Method Description private Tokenizer
HtmlBuilder. newTokenizer(TokenHandler handler, boolean newAttributesEachTime)
-