|
YAZ 5.35.1
|
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 |
Definition at line 24 of file marc_read_sax.c.
| 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().
| 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().
| WRBUF yaz_marc_sax_t_::cdata |
Definition at line 30 of file marc_read_sax.c.
Referenced by yaz_characters(), yaz_end_element_ns(), yaz_marc_sax_destroy(), yaz_marc_sax_new(), and yaz_start_element_ns().
| 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().
| WRBUF yaz_marc_sax_t_::indicators |
Definition at line 32 of file marc_read_sax.c.
Referenced by get_indicators(), yaz_marc_sax_destroy(), yaz_marc_sax_new(), and yaz_start_element_ns().
| 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().
| 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().
| WRBUF yaz_marc_sax_t_::tag |
Definition at line 31 of file marc_read_sax.c.
Referenced by yaz_end_element_ns(), yaz_marc_sax_destroy(), yaz_marc_sax_new(), and yaz_start_element_ns().