Message types included in the mute
option will be be printed in messageOut().
◆ TidyMutedMessages
◆ TY_❪DefineMutedMessage❫()
TY_PRIVATE void TY_❪DefineMutedMessage❫ |
( |
TidyDocImpl * | doc, |
|
|
const TidyOptionImpl * | opt, |
|
|
ctmbstr | name ) |
Adds a new message ID to the list of muted messages.
- Parameters
-
doc | The Tidy document. |
opt | The option that is defining the muted message. |
name | The message code as a string. |
◆ TY_❪FreeMutedMessageList❫()
TY_PRIVATE void TY_❪FreeMutedMessageList❫ |
( |
TidyDocImpl * | doc | ) |
|
Frees the list of muted messages.
- Parameters
-
◆ TY_❪getMutedMessageList❫()
TY_PRIVATE TidyIterator TY_❪getMutedMessageList❫ |
( |
TidyDocImpl * | doc | ) |
|
Start an iterator for muted messages.
- Parameters
-
- Returns
- Returns an iterator token.
◆ TY_❪getNextMutedMessage❫()
TY_PRIVATE ctmbstr TY_❪getNextMutedMessage❫ |
( |
TidyDocImpl * | doc, |
|
|
TidyIterator * | iter ) |
Get the next priority attribute.
- Parameters
-
doc | The Tidy document. |
iter | The iterator token. |
- Returns
- The next priority attribute.