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() * 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 typedef enum
{ {
IgnoreWhitespace, IgnoreWhitespace, /**< */
MixedContent, MixedContent, /**< for elements which don't accept PCDATA */
Preformatted, Preformatted, /**< white space preserved as is */
IgnoreMarkup, IgnoreMarkup, /**< for CDATA elements such as script, style */
OtherNamespace, OtherNamespace, /**< */
CdataContent CdataContent /**< */
} GetTokenMode; } GetTokenMode;

File diff suppressed because it is too large Load diff