HTML Tidy  5.7.28
The HTACG Tidy HTML Project
Report and Dialogue API

Detailed Description

Functions

uint TY_❪getMessageCode❫ (TidyMessageImpl message)
 get the message key code. More...
 
int TY_❪getMessageColumn❫ (TidyMessageImpl message)
 get the column the message applies to. More...
 
ctmbstr TY_❪getMessageDefault❫ (TidyMessageImpl message)
 the message, formatted, default language More...
 
TidyDocImpl * TY_❪getMessageDoc❫ (TidyMessageImpl message)
 get the document the message came from. More...
 
ctmbstr TY_❪getMessageFormatDefault❫ (TidyMessageImpl message)
 the built-in format string More...
 
ctmbstr TY_❪getMessageFormat❫ (TidyMessageImpl message)
 the localized format string More...
 
Bool TY_❪getMessageIsMuted❫ (TidyMessageImpl message)
 get whether or not the message was muted by the configuration. More...
 
ctmbstr TY_❪getMessageKey❫ (TidyMessageImpl message)
 get the message key string. More...
 
TidyReportLevel TY_❪getMessageLevel❫ (TidyMessageImpl message)
 get the TidyReportLevel of the message. More...
 
int TY_❪getMessageLine❫ (TidyMessageImpl message)
 get the line number the message applies to. More...
 
ctmbstr TY_❪getMessageOutputDefault❫ (TidyMessageImpl message)
 the complete message, as would be output in the CLI More...
 
ctmbstr TY_❪getMessageOutput❫ (TidyMessageImpl message)
 
ctmbstr TY_❪getMessagePosDefault❫ (TidyMessageImpl message)
 the position part, default language More...
 
ctmbstr TY_❪getMessagePos❫ (TidyMessageImpl message)
 the position part, localized More...
 
ctmbstr TY_❪getMessagePrefixDefault❫ (TidyMessageImpl message)
 the prefix part, default language More...
 
ctmbstr TY_❪getMessagePrefix❫ (TidyMessageImpl message)
 the prefix part, localized More...
 
ctmbstr TY_❪getMessage❫ (TidyMessageImpl message)
 the message, formatted, localized More...
 

Function Documentation

◆ TY_❪getMessageCode❫()

uint TY_❪getMessageCode❫ ( TidyMessageImpl  message)

get the message key code.

◆ TY_❪getMessageColumn❫()

int TY_❪getMessageColumn❫ ( TidyMessageImpl  message)

get the column the message applies to.

◆ TY_❪getMessageDefault❫()

ctmbstr TY_❪getMessageDefault❫ ( TidyMessageImpl  message)

the message, formatted, default language

◆ TY_❪getMessageDoc❫()

TidyDocImpl* TY_❪getMessageDoc❫ ( TidyMessageImpl  message)

get the document the message came from.

◆ TY_❪getMessageFormatDefault❫()

ctmbstr TY_❪getMessageFormatDefault❫ ( TidyMessageImpl  message)

the built-in format string

◆ TY_❪getMessageFormat❫()

ctmbstr TY_❪getMessageFormat❫ ( TidyMessageImpl  message)

the localized format string

◆ TY_❪getMessageIsMuted❫()

Bool TY_❪getMessageIsMuted❫ ( TidyMessageImpl  message)

get whether or not the message was muted by the configuration.

◆ TY_❪getMessageKey❫()

ctmbstr TY_❪getMessageKey❫ ( TidyMessageImpl  message)

get the message key string.

◆ TY_❪getMessageLevel❫()

TidyReportLevel TY_❪getMessageLevel❫ ( TidyMessageImpl  message)

get the TidyReportLevel of the message.

◆ TY_❪getMessageLine❫()

int TY_❪getMessageLine❫ ( TidyMessageImpl  message)

get the line number the message applies to.

◆ TY_❪getMessageOutputDefault❫()

ctmbstr TY_❪getMessageOutputDefault❫ ( TidyMessageImpl  message)

the complete message, as would be output in the CLI

◆ TY_❪getMessageOutput❫()

ctmbstr TY_❪getMessageOutput❫ ( TidyMessageImpl  message)

◆ TY_❪getMessagePosDefault❫()

ctmbstr TY_❪getMessagePosDefault❫ ( TidyMessageImpl  message)

the position part, default language

◆ TY_❪getMessagePos❫()

ctmbstr TY_❪getMessagePos❫ ( TidyMessageImpl  message)

the position part, localized

◆ TY_❪getMessagePrefixDefault❫()

ctmbstr TY_❪getMessagePrefixDefault❫ ( TidyMessageImpl  message)

the prefix part, default language

◆ TY_❪getMessagePrefix❫()

ctmbstr TY_❪getMessagePrefix❫ ( TidyMessageImpl  message)

the prefix part, localized

◆ TY_❪getMessage❫()

ctmbstr TY_❪getMessage❫ ( TidyMessageImpl  message)

the message, formatted, localized