IDZEBRA 2.2.8
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 71 of file mod_dom.c.

Field Documentation

◆ meta

struct convert_meta convert_s::meta

Definition at line 75 of file mod_dom.c.

◆ next

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]

union { ... } convert_s::u

◆ which

enum convert_type convert_s::which

Definition at line 72 of file mod_dom.c.

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

◆ xslt

struct convert_xslt convert_s::xslt

Definition at line 74 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: