Eneboo - Documentación para desarrolladores
|
#include <xsltInternals.h>
Atributos públicos | |
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.