Uses of Enum Class
nu.validator.htmlparser.common.Heuristics
Packages that use Heuristics
Package
Description
This package provides common interfaces and enumerations.
This package provides an HTML5 parser that exposes the document using the DOM API.
This package provides an HTML5 parser that exposes the document through the SAX API.
This package provides an HTML5 parser that exposes the document through the XOM API.
-
Uses of Heuristics in nu.validator.htmlparser.common
Methods in nu.validator.htmlparser.common that return HeuristicsModifier and TypeMethodDescriptionstatic Heuristics
Returns the enum constant of this class with the specified name.static Heuristics[]
Heuristics.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Heuristics in nu.validator.htmlparser.dom
Methods in nu.validator.htmlparser.dom that return HeuristicsMethods in nu.validator.htmlparser.dom with parameters of type HeuristicsModifier and TypeMethodDescriptionvoid
HtmlDocumentBuilder.setHeuristics
(Heuristics heuristics) Sets the encoding sniffing heuristics. -
Uses of Heuristics in nu.validator.htmlparser.io
Methods in nu.validator.htmlparser.io with parameters of type HeuristicsModifier and TypeMethodDescriptionvoid
Driver.setHeuristics
(Heuristics heuristics) Sets the encoding sniffing heuristics.Constructors in nu.validator.htmlparser.io with parameters of type HeuristicsModifierConstructorDescriptionHtmlInputStreamReader
(InputStream inputStream, ErrorHandler errorHandler, Tokenizer tokenizer, Driver driver, Heuristics heuristics) -
Uses of Heuristics in nu.validator.htmlparser.sax
Methods in nu.validator.htmlparser.sax that return HeuristicsMethods in nu.validator.htmlparser.sax with parameters of type HeuristicsModifier and TypeMethodDescriptionvoid
HtmlParser.setHeuristics
(Heuristics heuristics) Sets the encoding sniffing heuristics. -
Uses of Heuristics in nu.validator.htmlparser.xom
Methods in nu.validator.htmlparser.xom that return HeuristicsMethods in nu.validator.htmlparser.xom with parameters of type HeuristicsModifier and TypeMethodDescriptionvoid
HtmlBuilder.setHeuristics
(Heuristics heuristics) Sets the encoding sniffing heuristics.