ReactOS 0.4.16-dev-257-g6aa11ac
|
#include <xsltInternals.h>
Public Attributes | |
xmlDocPtr | RVT |
int | nbRVT |
xsltStackElemPtr | stackItems |
int | nbStackItems |
Definition at line 1644 of file xsltInternals.h.
int _xsltTransformCache::nbRVT |
Definition at line 1646 of file xsltInternals.h.
Referenced by xsltCreateRVT(), and xsltReleaseRVT().
int _xsltTransformCache::nbStackItems |
Definition at line 1648 of file xsltInternals.h.
Referenced by xsltFreeStackElem(), and xsltNewStackElem().
xmlDocPtr _xsltTransformCache::RVT |
Definition at line 1645 of file xsltInternals.h.
Referenced by xsltCreateRVT(), and xsltReleaseRVT().
xsltStackElemPtr _xsltTransformCache::stackItems |
Definition at line 1647 of file xsltInternals.h.
Referenced by xsltFreeStackElem(), and xsltNewStackElem().