IDZEBRA
2.2.7
|
Data Fields | |
const char * | name |
const char * | identifier |
const char * | stylesheet |
struct filter_schema * | next |
const char * | default_schema |
xsltStylesheetPtr | stylesheet_xsp |
Definition at line 47 of file mod_alvis.c.
const char* filter_schema::default_schema |
Definition at line 52 of file mod_alvis.c.
Referenced by create_schemas(), and lookup_schema().
const char* filter_schema::identifier |
Definition at line 49 of file mod_alvis.c.
Referenced by create_schemas(), filter_retrieve(), and lookup_schema().
const char* filter_schema::name |
Definition at line 48 of file mod_alvis.c.
Referenced by create_schemas(), filter_retrieve(), lookup_schema(), set_param_int(), and set_param_str().
struct filter_schema* filter_schema::next |
Definition at line 51 of file mod_alvis.c.
Referenced by create_schemas(), destroy_schemas(), and lookup_schema().
const char* filter_schema::stylesheet |
Definition at line 50 of file mod_alvis.c.
Referenced by create_schemas(), and extract_doc().
xsltStylesheetPtr filter_schema::stylesheet_xsp |
Definition at line 54 of file mod_alvis.c.
Referenced by create_schemas(), destroy_schemas(), extract_doc(), and filter_retrieve().