Refactored debug output.

This commit is contained in:
Jim Derry 2021-08-21 15:29:06 -04:00
parent 89665391f8
commit d956d6ca1c
2 changed files with 319 additions and 212 deletions

View File

@ -388,19 +388,15 @@ struct _Lexer
/**
* modes for GetToken()
*
* MixedContent -- for elements which don't accept PCDATA
* Preformatted -- white space preserved as is
* IgnoreMarkup -- for CDATA elements such as script, style
*/
typedef enum
{
IgnoreWhitespace,
MixedContent,
Preformatted,
IgnoreMarkup,
OtherNamespace,
CdataContent
IgnoreWhitespace, /**< */
MixedContent, /**< for elements which don't accept PCDATA */
Preformatted, /**< white space preserved as is */
IgnoreMarkup, /**< for CDATA elements such as script, style */
OtherNamespace, /**< */
CdataContent /**< */
} GetTokenMode;

File diff suppressed because it is too large Load Diff