ReactOS 0.4.15-dev-7907-g95bf896
_xsltElemPreComp Struct Reference

#include <xsltInternals.h>

Collaboration diagram for _xsltElemPreComp:

Public Attributes

xsltElemPreCompPtr next
 
xsltStyleType type
 
xsltTransformFunction func
 
xmlNodePtr inst
 
xsltElemPreCompDeallocator free
 

Detailed Description

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.

Member Data Documentation

◆ free

xsltElemPreCompDeallocator _xsltElemPreComp::free

Definition at line 483 of file xsltInternals.h.

Referenced by xsltInitElemPreComp().

◆ func

xsltTransformFunction _xsltElemPreComp::func

Definition at line 478 of file xsltInternals.h.

Referenced by xsltInitElemPreComp().

◆ inst

xmlNodePtr _xsltElemPreComp::inst

Definition at line 479 of file xsltInternals.h.

Referenced by xsltInitElemPreComp().

◆ next

xsltElemPreCompPtr _xsltElemPreComp::next

Definition at line 475 of file xsltInternals.h.

Referenced by xsltInitElemPreComp().

◆ type

xsltStyleType _xsltElemPreComp::type

Definition at line 477 of file xsltInternals.h.

Referenced by xsltInitElemPreComp().


The documentation for this struct was generated from the following file: