ngx_http_xslt2_sheet_s Struct Reference

Stylesheet data structure. More...

#include <ngx_http_xslt2_xml.h>

Data Fields

ngx_int_t id
u_char * res_uri
 uri of style sheet
ngx_chain_t * buffer_chain
 buffers for content of style sheet
xsltStylesheetPtr stylesheet
 style sheet pointer, contains parsed xsl style sheet
ngx_flag_t ready
 downloaded / read and parsed
ngx_http_download_conn_tdownload
 download context structure connected with style sheet
ngx_http_mxcache_conn_txcache_get
 mxcache context structure connected with style sheet
ngx_http_xslt2_xml_data_tparent_xml
 xml data which contains this style sheet
ngx_http_xslt2_sheet_tnext
 next style sheet on the list

Detailed Description

Stylesheet data structure.

Definition at line 89 of file ngx_http_xslt2_xml.h.


Field Documentation

download context structure connected with style sheet

Definition at line 104 of file ngx_http_xslt2_xml.h.

Referenced by ngx_http_xslt2_xml_cleanup(), and ngx_http_xslt2_xml_get_external_stylesheet().

style sheet pointer, contains parsed xsl style sheet

Definition at line 98 of file ngx_http_xslt2_xml.h.

Referenced by ngx_http_xslt2_xml_apply_stylesheets(), ngx_http_xslt2_xml_cleanup(), and ngx_http_xslt2_xml_parse_stylesheet().

mxcache context structure connected with style sheet

Definition at line 106 of file ngx_http_xslt2_xml.h.

Referenced by ngx_http_xslt2_xml_cleanup(), and ngx_http_xslt2_xml_get_cached_stylesheet().


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

Generated on Mon Oct 12 14:03:37 2009 for XXSLT by  doxygen 1.6.1