Uses of Class
nu.validator.htmlparser.impl.Tokenizer
Packages that use Tokenizer
Package
Description
This package provides common interfaces and enumerations.
This package contains the bulk of parser internals.
-
Uses of Tokenizer in nu.validator.htmlparser.common
Methods in nu.validator.htmlparser.common with parameters of type TokenizerModifier and TypeMethodDescriptionvoidTokenHandler.startTokenization(Tokenizer self) This method is called at the start of tokenization before any other methods on this interface are called. -
Uses of Tokenizer in nu.validator.htmlparser.impl
Subclasses of Tokenizer in nu.validator.htmlparser.implFields in nu.validator.htmlparser.impl declared as TokenizerMethods in nu.validator.htmlparser.impl with parameters of type Tokenizer -
Uses of Tokenizer in nu.validator.htmlparser.io
Constructors in nu.validator.htmlparser.io with parameters of type TokenizerModifierConstructorDescriptionHtmlInputStreamReader(InputStream inputStream, ErrorHandler errorHandler, Tokenizer tokenizer, Driver driver, Heuristics heuristics) HtmlInputStreamReader(InputStream inputStream, ErrorHandler errorHandler, Tokenizer tokenizer, Driver driver, Encoding encoding)