Uses of Class
org.w3c.tidy.TidyMessage.Level
Packages that use TidyMessage.Level
-
Uses of TidyMessage.Level in org.w3c.tidy
Fields in org.w3c.tidy declared as TidyMessage.LevelModifier and TypeFieldDescriptionstatic final TidyMessage.LevelTidyMessage.Level.ERRORlevel = error (3).static final TidyMessage.LevelTidyMessage.Level.INFOlevel = info (1).static final TidyMessage.LevelTidyMessage.Level.SUMMARYlevel = summary (0).static final TidyMessage.LevelTidyMessage.Level.WARNINGlevel = warning (2).Methods in org.w3c.tidy that return TidyMessage.LevelModifier and TypeMethodDescriptionstatic TidyMessage.LevelTidyMessage.Level.fromCode(int code) Returns the Level instance corresponding to the given int value.TidyMessage.getLevel()Getter forlevel.Methods in org.w3c.tidy with parameters of type TidyMessage.LevelModifier and TypeMethodDescriptionprotected StringReport.getMessage(int errorCode, Lexer lexer, String message, Object[] params, TidyMessage.Level level) Generates a complete message for the warning/error.Constructors in org.w3c.tidy with parameters of type TidyMessage.LevelModifierConstructorDescriptionTidyMessage(int errorCode, int line, int column, TidyMessage.Level level, String message) Instantiates a new message.