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