IDZEBRA  2.2.7
Data Fields
convert_s Struct Reference

Data Fields

enum convert_type which
 
union {
   struct convert_xslt   xslt
 
   struct convert_meta   meta
 
u
 
struct convert_snext
 

Detailed Description

Definition at line 70 of file mod_dom.c.

Field Documentation

◆ meta

struct convert_meta convert_s::meta

Definition at line 76 of file mod_dom.c.

◆ next

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

◆ which

enum convert_type convert_s::which

Definition at line 67 of file mod_dom.c.

Referenced by destroy_xsp(), parse_convert(), and perform_convert().

◆ xslt

struct convert_xslt convert_s::xslt

Definition at line 76 of file mod_dom.c.

Referenced by destroy_xsp(), parse_convert(), and perform_convert().


The documentation for this struct was generated from the following file: