Uses of Class
nu.validator.messages.Result

Packages that use Result
nu.validator.messages   
 

Uses of Result in nu.validator.messages
 

Methods in nu.validator.messages that return Result
static Result Result.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Result[] Result.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in nu.validator.messages with parameters of type Result
 void XhtmlResultHandler.startResult(Result result)
           
 void TextResultHandler.startResult(Result result)
           
 void ResultHandler.startResult(Result result)