| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TidyMessage.Level | |
|---|---|
| org.w3c.tidy | |
| Uses of TidyMessage.Level in org.w3c.tidy | 
|---|
| Fields in org.w3c.tidy declared as TidyMessage.Level | |
|---|---|
| static TidyMessage.Level | TidyMessage.Level.ERRORlevel = error (3). | 
| static TidyMessage.Level | TidyMessage.Level.INFOlevel = info (1). | 
| static TidyMessage.Level | TidyMessage.Level.SUMMARYlevel = summary (0). | 
| static TidyMessage.Level | TidyMessage.Level.WARNINGlevel = warning (2). | 
| Methods in org.w3c.tidy that return TidyMessage.Level | |
|---|---|
| static TidyMessage.Level | TidyMessage.Level.fromCode(int code)Returns the Level instance corresponding to the given int value. | 
|  TidyMessage.Level | TidyMessage.getLevel()Getter for level. | 
| Methods in org.w3c.tidy with parameters of type TidyMessage.Level | |
|---|---|
| protected  java.lang.String | Report.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 | |
|---|---|
| TidyMessage(int errorCode,
            int line,
            int column,
            TidyMessage.Level level,
            java.lang.String message)Instantiates a new message. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||