ReactOS 0.4.16-dev-257-g6aa11ac
|
#include <xsltInternals.h>
Public Attributes | |
struct _xsltStackElem * | next |
xsltStylePreCompPtr | comp |
int | computed |
const xmlChar * | name |
const xmlChar * | nameURI |
const xmlChar * | select |
xmlNodePtr | tree |
xmlXPathObjectPtr | value |
xmlDocPtr | fragment |
int | level |
xsltTransformContextPtr | context |
int | flags |
Definition at line 1423 of file xsltInternals.h.
xsltStylePreCompPtr _xsltStackElem::comp |
Definition at line 1425 of file xsltInternals.h.
Referenced by xsltEvalGlobalVariables(), and xsltRegisterGlobalVariable().
int _xsltStackElem::computed |
Definition at line 1426 of file xsltInternals.h.
Referenced by xsltApplyStylesheetInternal().
xsltTransformContextPtr _xsltStackElem::context |
Definition at line 1437 of file xsltInternals.h.
int _xsltStackElem::flags |
Definition at line 1439 of file xsltInternals.h.
xmlDocPtr _xsltStackElem::fragment |
Definition at line 1433 of file xsltInternals.h.
int _xsltStackElem::level |
Definition at line 1435 of file xsltInternals.h.
Referenced by xsltApplySequenceConstructor().
Definition at line 1427 of file xsltInternals.h.
Referenced by xsltApplyXSLTTemplate(), and xsltRegisterGlobalVariable().
Definition at line 1428 of file xsltInternals.h.
Referenced by xsltApplyXSLTTemplate(), and xsltRegisterGlobalVariable().
struct _xsltStackElem* _xsltStackElem::next |
Definition at line 1424 of file xsltInternals.h.
Referenced by xsltApplyStylesheetInternal(), xsltApplyXSLTTemplate(), and xsltRegisterGlobalVariable().
Definition at line 1429 of file xsltInternals.h.
xmlNodePtr _xsltStackElem::tree |
Definition at line 1430 of file xsltInternals.h.
xmlXPathObjectPtr _xsltStackElem::value |
Definition at line 1432 of file xsltInternals.h.
Referenced by xsltApplyStylesheetInternal().