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 voidTokenHandler. 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 TokenizerHtmlDocumentBuilder. 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 classErrorReportingTokenizerFields in nu.validator.htmlparser.impl declared as Tokenizer Modifier and Type Field Description protected TokenizerTreeBuilder. tokenizerMethods in nu.validator.htmlparser.impl with parameters of type Tokenizer Modifier and Type Method Description voidTokenizer. loadState(Tokenizer other)voidTreeBuilder. 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 TokenizerDriver. tokenizerprivate TokenizerHtmlInputStreamReader. tokenizerConstructors 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 TokenizerHtmlParser. 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 TokenizerHtmlBuilder. newTokenizer(TokenHandler handler, boolean newAttributesEachTime)
-