|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <xsltInternals.h>

Public Attributes | |
| xsltElemPreCompPtr | next |
| xsltStyleType | type |
| xsltTransformFunction | func |
| xmlNodePtr | inst |
| xsltElemPreCompDeallocator | free |
xsltElemPreComp:
The basic structure for compiled items of the AST of the XSLT processor. This structure is also intended to be extended by extension implementors. TODO: This is somehow not nice, since it has a "free" field, which derived stylesheet-structs do not have.
Definition at line 474 of file xsltInternals.h.
| xsltElemPreCompDeallocator _xsltElemPreComp::free |
Definition at line 483 of file xsltInternals.h.
Referenced by xsltInitElemPreComp().
| xsltTransformFunction _xsltElemPreComp::func |
Definition at line 478 of file xsltInternals.h.
Referenced by xsltInitElemPreComp().
| xmlNodePtr _xsltElemPreComp::inst |
Definition at line 479 of file xsltInternals.h.
Referenced by xsltInitElemPreComp().
| xsltElemPreCompPtr _xsltElemPreComp::next |
Definition at line 475 of file xsltInternals.h.
Referenced by xsltInitElemPreComp().
| xsltStyleType _xsltElemPreComp::type |
Definition at line 477 of file xsltInternals.h.
Referenced by xsltInitElemPreComp().