YAZ  5.34.0
Data Fields
yaz_marc_sax_t_ Struct Reference

Data Fields

xmlSAXHandler saxHandler
 
void(* cb_func )(yaz_marc_t, void *)
 
void * cb_data
 
yaz_marc_t mt
 
WRBUF cdata
 
WRBUF tag
 
WRBUF indicators
 
int indicator_length
 

Detailed Description

Definition at line 24 of file marc_read_sax.c.

Field Documentation

◆ cb_data

void* yaz_marc_sax_t_::cb_data

Definition at line 28 of file marc_read_sax.c.

Referenced by yaz_end_element_ns(), and yaz_marc_sax_new().

◆ cb_func

void(* yaz_marc_sax_t_::cb_func) (yaz_marc_t, void *)

Definition at line 27 of file marc_read_sax.c.

Referenced by yaz_end_element_ns(), and yaz_marc_sax_new().

◆ cdata

WRBUF yaz_marc_sax_t_::cdata

◆ indicator_length

int yaz_marc_sax_t_::indicator_length

Definition at line 33 of file marc_read_sax.c.

Referenced by get_indicators(), and yaz_end_element_ns().

◆ indicators

WRBUF yaz_marc_sax_t_::indicators

◆ mt

yaz_marc_t yaz_marc_sax_t_::mt

Definition at line 29 of file marc_read_sax.c.

Referenced by yaz_end_element_ns(), yaz_marc_sax_new(), and yaz_start_element_ns().

◆ saxHandler

xmlSAXHandler yaz_marc_sax_t_::saxHandler

Definition at line 26 of file marc_read_sax.c.

Referenced by yaz_marc_sax_get_handler(), and yaz_marc_sax_new().

◆ tag

WRBUF yaz_marc_sax_t_::tag

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