Home
last modified time | relevance | path

Searched defs:_xsltTransformContext (Results 1 – 1 of 1) sorted by relevance

/external/libxslt/libxslt/
DxsltInternals.h1665 struct _xsltTransformContext { struct
1666 xsltStylesheetPtr style; /* the stylesheet used */
1667 xsltOutputType type; /* the type of output */
1669 xsltTemplatePtr templ; /* the current template */
1670 int templNr; /* Nb of templates in the stack */
1671 int templMax; /* Size of the templtes stack */
1672 xsltTemplatePtr *templTab; /* the template stack */
1674 xsltStackElemPtr vars; /* the current variable list */
1675 int varsNr; /* Nb of variable list in the stack */
1676 int varsMax; /* Size of the variable list stack */
[all …]