ReactOS 0.4.16-dev-13-ge2fc578
|
#include <xsltInternals.h>
Public Attributes | |
struct _xsltTemplate * | next |
struct _xsltStylesheet * | style |
xmlChar * | match |
float | priority |
const xmlChar * | name |
const xmlChar * | nameURI |
const xmlChar * | mode |
const xmlChar * | modeURI |
xmlNodePtr | content |
xmlNodePtr | elem |
int | inheritedNsNr |
xmlNsPtr * | inheritedNs |
int | nbCalls |
unsigned long | time |
void * | params |
int | templNr |
int | templMax |
xsltTemplatePtr * | templCalledTab |
int * | templCountTab |
int | position |
Definition at line 266 of file xsltInternals.h.
xmlNodePtr _xsltTemplate::content |
Definition at line 275 of file xsltInternals.h.
Referenced by xsltApplyImports(), and xsltProcessOneNode().
xmlNodePtr _xsltTemplate::elem |
Definition at line 276 of file xsltInternals.h.
xmlNsPtr* _xsltTemplate::inheritedNs |
Definition at line 283 of file xsltInternals.h.
Referenced by xsltApplySequenceConstructor().
int _xsltTemplate::inheritedNsNr |
Definition at line 282 of file xsltInternals.h.
Referenced by xsltApplySequenceConstructor().
xmlChar* _xsltTemplate::match |
Definition at line 269 of file xsltInternals.h.
Referenced by xsltDebug(), and xsltProcessOneNode().
Definition at line 273 of file xsltInternals.h.
Referenced by xsltDebug().
Definition at line 274 of file xsltInternals.h.
Definition at line 271 of file xsltInternals.h.
Referenced by xsltApplyXSLTTemplate(), and xsltDebug().
Definition at line 272 of file xsltInternals.h.
int _xsltTemplate::nbCalls |
Definition at line 286 of file xsltInternals.h.
Referenced by xsltApplyXSLTTemplate().
struct _xsltTemplate* _xsltTemplate::next |
Definition at line 267 of file xsltInternals.h.
void* _xsltTemplate::params |
Definition at line 288 of file xsltInternals.h.
int _xsltTemplate::position |
Definition at line 296 of file xsltInternals.h.
float _xsltTemplate::priority |
Definition at line 270 of file xsltInternals.h.
struct _xsltStylesheet* _xsltTemplate::style |
Definition at line 268 of file xsltInternals.h.
Referenced by xsltApplyImports().
xsltTemplatePtr* _xsltTemplate::templCalledTab |
Definition at line 292 of file xsltInternals.h.
int* _xsltTemplate::templCountTab |
Definition at line 293 of file xsltInternals.h.
int _xsltTemplate::templMax |
Definition at line 291 of file xsltInternals.h.
int _xsltTemplate::templNr |
Definition at line 290 of file xsltInternals.h.
Definition at line 287 of file xsltInternals.h.
Referenced by xsltApplyXSLTTemplate().