194 typedef struct _mutedMessages {
 
  280 #define BA_MISSING_IMAGE_ALT       1 
  281 #define BA_MISSING_LINK_ALT        2 
  282 #define BA_MISSING_SUMMARY         4 
  283 #define BA_MISSING_IMAGE_MAP       8 
  284 #define BA_USING_FRAMES            16 
  285 #define BA_USING_NOFRAMES          32 
  286 #define BA_INVALID_LINK_NOFRAMES   64     
  287 #define BA_WAI                     (1 << 31) 
  291 #define USING_SPACER            1 
  292 #define USING_LAYER             2 
  295 #define USING_BODY              16 
  299 #define BC_VENDOR_SPECIFIC_CHARS   1 
  300 #define BC_INVALID_SGML_CHARS      2 
  301 #define BC_INVALID_UTF8            4 
  302 #define BC_INVALID_UTF16           8 
  303 #define BC_ENCODING_MISMATCH       16  
  304 #define BC_INVALID_URI             32 
  305 #define BC_INVALID_NCR             64 
  309 #define FN_TRIM_EMPTY_ELEMENT     1 
  313 #define REPLACED_CHAR           0 
  314 #define DISCARDED_CHAR          1 
Read configuration files and manage configuration properties.
 
#define TY_PRIVATE
Definition: forward.h:29
 
#define TY_(str)
Definition: forward.h:23
 
ctmbstr TIDY_CALL tidyLibraryVersion(void)
Get the version number for the current library.
 
uint TIDY_CALL getNextErrorCode(TidyIterator *iter)
Given a valid TidyIterator initiated with getErrorCodeList(), returns an instance of the opaque type ...
 
uint TIDY_CALL tidyErrorCodeFromKey(ctmbstr code)
Given a text key representing a message code, return the uint that represents it.
 
ctmbstr TIDY_CALL tidyErrorCodeAsKey(uint code)
Given a message code, return the text key that represents it.
 
TidyIterator TIDY_CALL getErrorCodeList(void)
Initiates an iterator for a list of message codes available in Tidy.
 
uint capacity
Current capacity of the list.
Definition: message.h:197
 
uint count
Current count of the list.
Definition: message.h:196
 
tidyStrings * list
A list of messages that won't be output.
Definition: message.h:195
 
Maintains a list of messages not to display.
Definition: message.h:194
 
tidyStrings
The enumeration contains a list of every possible string that Tidy and the console application can ou...
Definition: tidyenum.h:1454