libdom
Loading...
Searching...
No Matches
Public Attributes | List of all members
dom_hubbub_parser_params Struct Reference

#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
 

Detailed Description

Parameter block for dom_hubbub_parser_create

Member Data Documentation

◆ ctx

void* dom_hubbub_parser_params::ctx

Pointer to client-specific private data

◆ daf

dom_events_default_action_fetcher dom_hubbub_parser_params::daf

default action fetcher function

◆ enable_script

bool dom_hubbub_parser_params::enable_script

Whether scripting should be enabled.

◆ enc

const char* dom_hubbub_parser_params::enc

Source charset, or NULL

◆ fix_enc

bool dom_hubbub_parser_params::fix_enc

Whether fix the encoding

◆ msg

dom_msg dom_hubbub_parser_params::msg

Informational message function

◆ script

dom_script dom_hubbub_parser_params::script

Script callback function


The documentation for this struct was generated from the following file: