DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
xslt_doc Struct Reference

XSLT Document. More...

Data Fields

xsltStylesheetPtr doc
 Pointer to the document. More...
 
struct bucket_listparams
 Bucket list of paramaters to apply to the document. More...
 

Detailed Description

XSLT Document.

Definition at line 21 of file libxslt.c.

Field Documentation

xsltStylesheetPtr xslt_doc::doc

Pointer to the document.

Definition at line 23 of file libxslt.c.

Referenced by xslt_apply(), xslt_apply_buffer(), and xslt_open().

struct bucket_list* xslt_doc::params

Bucket list of paramaters to apply to the document.

Definition at line 25 of file libxslt.c.

Referenced by xslt_addparam(), xslt_clearparam(), and xslt_open().


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