|
IDZEBRA 2.2.8
|
Data Fields | ||
| enum convert_type | which | |
| union { | ||
| struct convert_xslt xslt | ||
| struct convert_meta meta | ||
| } | u | |
| struct convert_s * | next | |
| struct convert_meta convert_s::meta |
| struct convert_s* convert_s::next |
Definition at line 77 of file mod_dom.c.
Referenced by destroy_xsp(), parse_convert(), and perform_convert().
| union { ... } convert_s::u |
Referenced by destroy_xsp(), parse_convert(), and perform_convert().
| enum convert_type convert_s::which |
Definition at line 72 of file mod_dom.c.
Referenced by destroy_xsp(), parse_convert(), and perform_convert().
| struct convert_xslt convert_s::xslt |
Definition at line 74 of file mod_dom.c.
Referenced by destroy_xsp(), parse_convert(), and perform_convert().