ReactOS 0.4.16-dev-2208-g6350669
_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
 
xmlNsPtr * nsList
 
int nsNr
 
xsltStepOpPtr steps
 

Detailed Description

Definition at line 100 of file pattern.c.

Member Data Documentation

◆ direct

int _xsltCompMatch::direct

Definition at line 109 of file pattern.c.

Referenced by xsltReverseCompMatch(), and xsltTestCompMatch().

◆ maxStep

int _xsltCompMatch::maxStep

Definition at line 112 of file pattern.c.

Referenced by xsltCompMatchAdd().

◆ mode

const xmlChar* _xsltCompMatch::mode

Definition at line 104 of file pattern.c.

Referenced by xsltAddTemplate(), and xsltTestCompMatch().

◆ modeURI

const xmlChar* _xsltCompMatch::modeURI

Definition at line 105 of file pattern.c.

Referenced by xsltAddTemplate(), and xsltTestCompMatch().

◆ nbStep

◆ next

struct _xsltCompMatch* _xsltCompMatch::next

Definition at line 101 of file pattern.c.

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

◆ node

xmlNodePtr _xsltCompMatch::node

◆ nsList

xmlNsPtr* _xsltCompMatch::nsList

◆ nsNr

int _xsltCompMatch::nsNr

Definition at line 114 of file pattern.c.

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

◆ pattern

const xmlChar* _xsltCompMatch::pattern

◆ priority

float _xsltCompMatch::priority

Definition at line 102 of file pattern.c.

Referenced by xsltAddTemplate(), and xsltCompileLocationPathPattern().

◆ steps

◆ template

xsltTemplatePtr _xsltCompMatch::template

Definition at line 106 of file pattern.c.

Referenced by xsltAddTemplate().


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