|
Hubbub $Id$
|
Hubbub tokeniser option parameters. More...
#include <tokeniser.h>
Public Attributes | ||
| struct { | ||
| hubbub_token_handler handler | ||
| void * pw | ||
| } | token_handler | |
| Token handling callback. | ||
| struct { | ||
| hubbub_error_handler handler | ||
| void * pw | ||
| } | error_handler | |
| Error handling callback. | ||
| struct { | ||
| hubbub_content_model model | ||
| } | content_model | |
| Current content model. | ||
| bool | process_cdata | |
| Whether to process CDATA sections. | ||
| bool | pause_parse | |
| Pause parsing. | ||
Hubbub tokeniser option parameters.
| struct { ... } hubbub_tokeniser_optparams::content_model |
Current content model.
| struct { ... } hubbub_tokeniser_optparams::error_handler |
Error handling callback.
| hubbub_token_handler hubbub_tokeniser_optparams::handler |
| hubbub_error_handler hubbub_tokeniser_optparams::handler |
| hubbub_content_model hubbub_tokeniser_optparams::model |
| bool hubbub_tokeniser_optparams::pause_parse |
Pause parsing.
| bool hubbub_tokeniser_optparams::process_cdata |
Whether to process CDATA sections.
| void* hubbub_tokeniser_optparams::pw |
| struct { ... } hubbub_tokeniser_optparams::token_handler |
Token handling callback.