Uses of Class
nu.validator.htmlparser.io.Confidence
-
Packages that use Confidence Package Description nu.validator.htmlparser.io -
-
Uses of Confidence in nu.validator.htmlparser.io
Methods in nu.validator.htmlparser.io that return Confidence Modifier and Type Method Description static Confidence
Confidence. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Confidence[]
Confidence. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in nu.validator.htmlparser.io with parameters of type Confidence Modifier and Type Method Description void
Driver. setEncoding(Encoding encoding, Confidence confidence)
-