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 );
124 void TY_(ReportFileError)( TidyDocImpl* doc,
ctmbstr file,
uint code );
125 void TY_(ReportEncodingError)(TidyDocImpl* doc,
uint code,
uint c,
Bool discarded);
126 void TY_(ReportEncodingWarning)(TidyDocImpl* doc,
uint code,
uint encoding);
127 void TY_(ReportMissingAttr)( TidyDocImpl* doc, Node* node,
ctmbstr name );
128 void TY_(ReportSurrogateError)(TidyDocImpl* doc,
uint code,
uint c1,
uint c2);
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 tidyStrings
The enumeration contains a list of every possible string that Tidy and the console application can ou...
Definition: tidyenum.h:1427
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. ...
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