|
IDZEBRA 2.2.8
|
Data Fields | ||
| const char * | syntax | |
| const char * | name | |
| struct convert_s * | convert | |
| int | type | |
| union { | ||
| struct { | ||
| xmlTextReaderPtr reader | ||
| int split_level | ||
| } xmlreader | ||
| struct { | ||
| const char * input_charset | ||
| yaz_marc_t handle | ||
| yaz_iconv_t iconv | ||
| } marc | ||
| } | u | |
| struct filter_input * | next | |
| struct convert_s* filter_input::convert |
Definition at line 101 of file mod_dom.c.
Referenced by convert_extract_doc(), destroy_dom(), new_input(), and parse_input().
| yaz_marc_t filter_input::handle |
Definition at line 110 of file mod_dom.c.
Referenced by destroy_dom(), extract_iso2709(), and parse_input().
| yaz_iconv_t filter_input::iconv |
Definition at line 111 of file mod_dom.c.
Referenced by destroy_dom(), and parse_input().
| const char* filter_input::input_charset |
Definition at line 109 of file mod_dom.c.
Referenced by parse_input().
| struct { ... } filter_input::marc |
Referenced by destroy_dom(), extract_iso2709(), and parse_input().
| const char* filter_input::name |
Definition at line 100 of file mod_dom.c.
Referenced by new_input().
| struct filter_input* filter_input::next |
Definition at line 114 of file mod_dom.c.
Referenced by destroy_dom(), and new_input().
| xmlTextReaderPtr filter_input::reader |
Definition at line 105 of file mod_dom.c.
Referenced by destroy_dom(), extract_xml_split(), parse_dom(), and parse_input().
| int filter_input::split_level |
Definition at line 106 of file mod_dom.c.
Referenced by extract_xml_split(), filter_extract(), parse_dom(), and parse_input().
| const char* filter_input::syntax |
Definition at line 99 of file mod_dom.c.
Referenced by new_input().
| int filter_input::type |
Definition at line 102 of file mod_dom.c.
Referenced by destroy_dom(), filter_extract(), and new_input().
| union { ... } filter_input::u |
Referenced by destroy_dom(), extract_iso2709(), extract_xml_split(), filter_extract(), parse_dom(), and parse_input().
| struct { ... } filter_input::xmlreader |
Referenced by destroy_dom(), extract_xml_split(), filter_extract(), parse_dom(), and parse_input().