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