108 void TY_(Report)(TidyDocImpl* doc, Node *element, Node *node,
uint code, ...);
120 void TY_(ReportAccessError)( TidyDocImpl* doc, Node* node,
uint code );
121 void TY_(ReportAttrError)(TidyDocImpl* doc, Node *node, AttVal *av,
uint code);
122 void TY_(ReportBadArgument)( TidyDocImpl* doc,
ctmbstr option );
123 void TY_(ReportEntityError)( TidyDocImpl* doc,
uint code,
ctmbstr entity,
int c );
126 void TY_(ReportEncodingWarning)(TidyDocImpl* doc,
uint code,
uint encoding);
127 void TY_(ReportMissingAttr)( TidyDocImpl* doc, Node* node,
ctmbstr name );
129 void TY_(ReportUnknownOption)( TidyDocImpl* doc,
ctmbstr option );
144 void TY_(Dialogue)( TidyDocImpl* doc,
uint code, ... );
160 void TY_(ErrorSummary)( TidyDocImpl* doc );
169 void TY_(ReportMarkupVersion)( TidyDocImpl* doc );
177 void TY_(ReportNumWarnings)( TidyDocImpl* doc );
194 typedef struct _mutedMessages {
204 void TY_(FreeMutedMessageList)( TidyDocImpl* doc );
211 void TY_(DefineMutedMessage)( TidyDocImpl* doc,
const TidyOptionImpl* opt,
ctmbstr name );
217 TidyIterator
TY_(getMutedMessageList)( TidyDocImpl* doc );
224 ctmbstr TY_(getNextMutedMessage)( TidyDocImpl* doc, TidyIterator* iter );
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