ReactOS 0.4.15-dev-7842-g558ab78
_xsltCompMatch Struct Reference
Collaboration diagram for _xsltCompMatch:

Public Attributes

struct _xsltCompMatchnext
 
float priority
 
const xmlCharpattern
 
const xmlCharmode
 
const xmlCharmodeURI
 
xsltTemplatePtr template
 
xmlNodePtr node
 
int direct
 
int nbStep
 
int maxStep
 
xmlNsPtrnsList
 
int nsNr
 
xsltStepOpPtr steps
 

Detailed Description

Definition at line 81 of file pattern.c.

Member Data Documentation

◆ direct

int _xsltCompMatch::direct

Definition at line 90 of file pattern.c.

Referenced by xsltReverseCompMatch(), and xsltTestCompMatch().

◆ maxStep

int _xsltCompMatch::maxStep

Definition at line 93 of file pattern.c.

Referenced by xsltCompMatchAdd().

◆ mode

const xmlChar* _xsltCompMatch::mode

Definition at line 85 of file pattern.c.

Referenced by xsltAddTemplate(), and xsltTestCompMatch().

◆ modeURI

const xmlChar* _xsltCompMatch::modeURI

Definition at line 86 of file pattern.c.

Referenced by xsltAddTemplate(), and xsltTestCompMatch().

◆ nbStep

◆ next

struct _xsltCompMatch* _xsltCompMatch::next

Definition at line 82 of file pattern.c.

Referenced by xsltAddTemplate(), xsltFreeCompMatchList(), and xsltTestCompMatchList().

◆ node

◆ nsList

xmlNsPtr* _xsltCompMatch::nsList

◆ nsNr

int _xsltCompMatch::nsNr

Definition at line 95 of file pattern.c.

Referenced by xsltTestCompMatch(), xsltTestCompMatchDirect(), and xsltTestPredicateMatch().

◆ pattern

const xmlChar* _xsltCompMatch::pattern

◆ priority

float _xsltCompMatch::priority

Definition at line 83 of file pattern.c.

Referenced by xsltAddTemplate(), and xsltCompileLocationPathPattern().

◆ steps

◆ template

xsltTemplatePtr _xsltCompMatch::template

Definition at line 87 of file pattern.c.

Referenced by xsltAddTemplate().


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