Uses of Class
nu.validator.htmlparser.impl.Tokenizer

Packages that use Tokenizer
nu.validator.htmlparser.common This package provides common interfaces and enumerations. 
nu.validator.htmlparser.impl This package contains the bulk of parser internals. 
nu.validator.htmlparser.io   
 

Uses of Tokenizer in nu.validator.htmlparser.common
 

Methods in nu.validator.htmlparser.common with parameters of type Tokenizer
 void TokenHandler.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.impl
 class ErrorReportingTokenizer
           
 

Fields in nu.validator.htmlparser.impl declared as Tokenizer
protected  Tokenizer TreeBuilder.tokenizer
           
 

Methods in nu.validator.htmlparser.impl with parameters of type Tokenizer
 void Tokenizer.loadState(Tokenizer other)
           
 void TreeBuilder.startTokenization(Tokenizer self)
           
 

Uses of Tokenizer in nu.validator.htmlparser.io
 

Constructors in nu.validator.htmlparser.io with parameters of type Tokenizer
Driver(Tokenizer tokenizer)
           
HtmlInputStreamReader(java.io.InputStream inputStream, org.xml.sax.ErrorHandler errorHandler, Tokenizer tokenizer, Driver driver, Encoding encoding)
           
HtmlInputStreamReader(java.io.InputStream inputStream, org.xml.sax.ErrorHandler errorHandler, Tokenizer tokenizer, Driver driver, Heuristics heuristics)