Uses of Class
nu.validator.htmlparser.impl.Tokenizer
-
Packages that use Tokenizer Package Description nu.validator.htmlparser.common This package provides common interfaces and enumerations.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.io 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 Tokenizer in nu.validator.htmlparser.common
Methods in nu.validator.htmlparser.common with parameters of type Tokenizer Modifier and Type Method Description 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.dom
Methods in nu.validator.htmlparser.dom that return Tokenizer Modifier and Type Method Description private Tokenizer
HtmlDocumentBuilder. newTokenizer(TokenHandler handler, boolean newAttributesEachTime)
-
Uses of Tokenizer in nu.validator.htmlparser.impl
Subclasses of Tokenizer in nu.validator.htmlparser.impl Modifier and Type Class Description class
ErrorReportingTokenizer
Fields in nu.validator.htmlparser.impl declared as Tokenizer Modifier and Type Field Description protected Tokenizer
TreeBuilder. tokenizer
Methods in nu.validator.htmlparser.impl with parameters of type Tokenizer Modifier and Type Method Description void
Tokenizer. loadState(Tokenizer other)
void
TreeBuilder. startTokenization(Tokenizer self)
-
Uses of Tokenizer in nu.validator.htmlparser.io
Fields in nu.validator.htmlparser.io declared as Tokenizer Modifier and Type Field Description private Tokenizer
Driver. tokenizer
private Tokenizer
HtmlInputStreamReader. tokenizer
Constructors in nu.validator.htmlparser.io with parameters of type Tokenizer Constructor Description Driver(Tokenizer tokenizer)
HtmlInputStreamReader(java.io.InputStream inputStream, org.xml.sax.ErrorHandler errorHandler, Tokenizer tokenizer, Driver driver, Heuristics heuristics)
HtmlInputStreamReader(java.io.InputStream inputStream, org.xml.sax.ErrorHandler errorHandler, Tokenizer tokenizer, Driver driver, Encoding encoding)
-
Uses of Tokenizer in nu.validator.htmlparser.sax
Methods in nu.validator.htmlparser.sax that return Tokenizer Modifier and Type Method Description private Tokenizer
HtmlParser. newTokenizer(TokenHandler handler, boolean newAttributesEachTime)
-
Uses of Tokenizer in nu.validator.htmlparser.xom
Methods in nu.validator.htmlparser.xom that return Tokenizer Modifier and Type Method Description private Tokenizer
HtmlBuilder. newTokenizer(TokenHandler handler, boolean newAttributesEachTime)
-