Uses of Class
nu.validator.htmlparser.io.Confidence

Packages that use Confidence
nu.validator.htmlparser.io   
 

Uses of Confidence in nu.validator.htmlparser.io
 

Methods in nu.validator.htmlparser.io that return Confidence
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
 void Driver.setEncoding(Encoding encoding, Confidence confidence)