ReactOS 0.4.16-dev-2208-g6350669
_xsltTemplate Struct Reference

#include <xsltInternals.h>

Collaboration diagram for _xsltTemplate:

Public Attributes

struct _xsltTemplatenext
 
struct _xsltStylesheetstyle
 
xmlCharmatch
 
float priority
 
const xmlCharname
 
const xmlCharnameURI
 
const xmlCharmode
 
const xmlCharmodeURI
 
xmlNodePtr content
 
xmlNodePtr elem
 
int inheritedNsNr
 
xmlNsPtr * inheritedNs
 
int nbCalls
 
unsigned long time
 
voidparams
 
int templNr
 
int templMax
 
xsltTemplatePtrtemplCalledTab
 
inttemplCountTab
 
int position
 

Detailed Description

Definition at line 265 of file xsltInternals.h.

Member Data Documentation

◆ content

xmlNodePtr _xsltTemplate::content

Definition at line 274 of file xsltInternals.h.

Referenced by xsltApplyImports(), and xsltProcessOneNode().

◆ elem

xmlNodePtr _xsltTemplate::elem

Definition at line 275 of file xsltInternals.h.

◆ inheritedNs

xmlNsPtr* _xsltTemplate::inheritedNs

Definition at line 282 of file xsltInternals.h.

Referenced by xsltApplySequenceConstructor().

◆ inheritedNsNr

int _xsltTemplate::inheritedNsNr

Definition at line 281 of file xsltInternals.h.

Referenced by xsltApplySequenceConstructor().

◆ match

xmlChar* _xsltTemplate::match

Definition at line 268 of file xsltInternals.h.

Referenced by xsltDebug(), and xsltProcessOneNode().

◆ mode

const xmlChar* _xsltTemplate::mode

Definition at line 272 of file xsltInternals.h.

Referenced by xsltDebug().

◆ modeURI

const xmlChar* _xsltTemplate::modeURI

Definition at line 273 of file xsltInternals.h.

◆ name

const xmlChar* _xsltTemplate::name

Definition at line 270 of file xsltInternals.h.

Referenced by xsltApplyXSLTTemplate(), and xsltDebug().

◆ nameURI

const xmlChar* _xsltTemplate::nameURI

Definition at line 271 of file xsltInternals.h.

◆ nbCalls

int _xsltTemplate::nbCalls

Definition at line 285 of file xsltInternals.h.

Referenced by xsltApplyXSLTTemplate().

◆ next

struct _xsltTemplate* _xsltTemplate::next

Definition at line 266 of file xsltInternals.h.

◆ params

void* _xsltTemplate::params

Definition at line 287 of file xsltInternals.h.

◆ position

int _xsltTemplate::position

Definition at line 295 of file xsltInternals.h.

◆ priority

float _xsltTemplate::priority

Definition at line 269 of file xsltInternals.h.

◆ style

struct _xsltStylesheet* _xsltTemplate::style

Definition at line 267 of file xsltInternals.h.

Referenced by xsltApplyImports().

◆ templCalledTab

xsltTemplatePtr* _xsltTemplate::templCalledTab

Definition at line 291 of file xsltInternals.h.

◆ templCountTab

int* _xsltTemplate::templCountTab

Definition at line 292 of file xsltInternals.h.

◆ templMax

int _xsltTemplate::templMax

Definition at line 290 of file xsltInternals.h.

◆ templNr

int _xsltTemplate::templNr

Definition at line 289 of file xsltInternals.h.

◆ time

unsigned long _xsltTemplate::time

Definition at line 286 of file xsltInternals.h.

Referenced by xsltApplyXSLTTemplate().


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