libdom
|
#include <parser.h>
Public Attributes | |
const char * | enc |
bool | fix_enc |
bool | enable_script |
dom_script | script |
dom_msg | msg |
void * | ctx |
dom_events_default_action_fetcher | daf |
Parameter block for dom_hubbub_parser_create
void* dom_hubbub_parser_params::ctx |
Pointer to client-specific private data
dom_events_default_action_fetcher dom_hubbub_parser_params::daf |
default action fetcher function
bool dom_hubbub_parser_params::enable_script |
Whether scripting should be enabled.
const char* dom_hubbub_parser_params::enc |
Source charset, or NULL
bool dom_hubbub_parser_params::fix_enc |
Whether fix the encoding
dom_msg dom_hubbub_parser_params::msg |
Informational message function
dom_script dom_hubbub_parser_params::script |
Script callback function