Hubbub $Id$
Public Attributes | List of all members
hubbub_tokeniser_optparams Union Reference

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.
 

Detailed Description

Hubbub tokeniser option parameters.

Member Data Documentation

◆ [struct]

struct { ... } hubbub_tokeniser_optparams::content_model

Current content model.

◆ [struct]

struct { ... } hubbub_tokeniser_optparams::error_handler

Error handling callback.

◆ handler [1/2]

hubbub_token_handler hubbub_tokeniser_optparams::handler

◆ handler [2/2]

hubbub_error_handler hubbub_tokeniser_optparams::handler

◆ model

hubbub_content_model hubbub_tokeniser_optparams::model

◆ pause_parse

bool hubbub_tokeniser_optparams::pause_parse

Pause parsing.

◆ process_cdata

bool hubbub_tokeniser_optparams::process_cdata

Whether to process CDATA sections.

◆ pw

void* hubbub_tokeniser_optparams::pw

◆ [struct]

struct { ... } hubbub_tokeniser_optparams::token_handler

Token handling callback.


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