commit
023cbd3f3d
16
src/lexer.h
16
src/lexer.h
|
@ -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;
|
||||
|
||||
|
||||
|
|
515
src/parser.c
515
src/parser.c
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue