Data Fields | |
| enum YAZ_RECORD_CONV_RULE | which |
| union { | |
| struct { | |
| xmlDocPtr xsp_doc | |
| } xslt | |
| struct { | |
| const char * input_charset | |
| const char * output_charset | |
| int input_format | |
| int output_format | |
| } marc | |
| } | u |
| struct yaz_record_conv_rule * | next |
Definition at line 62 of file record_conv.c.
| xmlDocPtr yaz_record_conv_rule::xsp_doc |
Definition at line 67 of file record_conv.c.
| struct { ... } yaz_record_conv_rule::xslt |
| const char* yaz_record_conv_rule::input_charset |
Definition at line 71 of file record_conv.c.
| const char* yaz_record_conv_rule::output_charset |
Definition at line 72 of file record_conv.c.
Definition at line 73 of file record_conv.c.
Definition at line 74 of file record_conv.c.
| struct { ... } yaz_record_conv_rule::marc |
Referenced by yaz_record_conv_opac_record().
| union { ... } yaz_record_conv_rule::u |
Referenced by yaz_record_conv_opac_record().
struct yaz_record_conv_rule* yaz_record_conv_rule::next [read] |
1.5.6