IDZEBRA
2.2.7
|
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 76 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 67 of file mod_dom.c.
Referenced by destroy_xsp(), parse_convert(), and perform_convert().
struct convert_xslt convert_s::xslt |
Definition at line 76 of file mod_dom.c.
Referenced by destroy_xsp(), parse_convert(), and perform_convert().