108 TY_PRIVATE void TY_(Report)(TidyDocImpl* doc, Node *element, Node *node,
uint code, ...);
120 TY_PRIVATE void TY_(ReportAccessError)( TidyDocImpl* doc, Node* node,
uint code );
121 TY_PRIVATE void TY_(ReportAttrError)(TidyDocImpl* doc, Node *node, AttVal *av,
uint code);
169 TY_PRIVATE void TY_(ReportMarkupVersion)( TidyDocImpl* doc );
194 typedef struct _mutedMessages {
204 TY_PRIVATE void TY_(FreeMutedMessageList)( TidyDocImpl* doc );
211 TY_PRIVATE void TY_(DefineMutedMessage)( TidyDocImpl* doc,
const TidyOptionImpl* opt,
ctmbstr name );
217 TY_PRIVATE TidyIterator
TY_(getMutedMessageList)( TidyDocImpl* doc );
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 tidyStrings
The enumeration contains a list of every possible string that Tidy and the console application can ou...
Definition: tidyenum.h:1453
tidyStrings * list
A list of messages that won't be output.
Definition: message.h:195
Read configuration files and manage configuration properties.
Maintains a list of messages not to display.
Definition: message.h:194
ctmbstr TIDY_CALL tidyLibraryVersion(void)
Get the version number for the current library.
uint TIDY_CALL tidyErrorCodeFromKey(ctmbstr code)
Given a text key representing a message code, return the uint that represents it. ...
#define TY_PRIVATE
Definition: forward.h:29
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 TIDY_CALL getNextErrorCode(TidyIterator *iter)
Given a valid TidyIterator initiated with getErrorCodeList(), returns an instance of the opaque type ...
uint count
Current count of the list.
Definition: message.h:196
#define TY_(str)
Definition: forward.h:23
uint capacity
Current capacity of the list.
Definition: message.h:197