ReactOS 0.4.16-dev-41-ge8c7597
|
Public Attributes | |
struct _xsltCompMatch * | next |
float | priority |
const xmlChar * | pattern |
const xmlChar * | mode |
const xmlChar * | modeURI |
xsltTemplatePtr | template |
xmlNodePtr | node |
int | direct |
int | nbStep |
int | maxStep |
xmlNsPtr * | nsList |
int | nsNr |
xsltStepOpPtr | steps |
int _xsltCompMatch::direct |
Definition at line 90 of file pattern.c.
Referenced by xsltReverseCompMatch(), and xsltTestCompMatch().
int _xsltCompMatch::maxStep |
Definition at line 93 of file pattern.c.
Referenced by xsltCompMatchAdd().
Definition at line 85 of file pattern.c.
Referenced by xsltAddTemplate(), and xsltTestCompMatch().
Definition at line 86 of file pattern.c.
Referenced by xsltAddTemplate(), and xsltTestCompMatch().
int _xsltCompMatch::nbStep |
Definition at line 92 of file pattern.c.
Referenced by xsltCompMatchAdd(), xsltFreeCompMatch(), xsltNormalizeCompSteps(), xsltReverseCompMatch(), xsltSwapTopCompMatch(), and xsltTestCompMatch().
struct _xsltCompMatch* _xsltCompMatch::next |
Definition at line 82 of file pattern.c.
Referenced by xsltAddTemplate(), xsltFreeCompMatchList(), and xsltTestCompMatchList().
xmlNodePtr _xsltCompMatch::node |
Definition at line 88 of file pattern.c.
Referenced by xsltCompilePatternInternal(), xsltGetTemplate(), xsltPatPushState(), xsltTestCompMatch(), xsltTestCompMatchDirect(), and xsltTestPredicateMatch().
xmlNsPtr* _xsltCompMatch::nsList |
Definition at line 94 of file pattern.c.
Referenced by xsltFreeCompMatch(), xsltTestCompMatch(), xsltTestCompMatchDirect(), and xsltTestPredicateMatch().
int _xsltCompMatch::nsNr |
Definition at line 95 of file pattern.c.
Referenced by xsltTestCompMatch(), xsltTestCompMatchDirect(), and xsltTestPredicateMatch().
Definition at line 84 of file pattern.c.
Referenced by xsltAddTemplate(), xsltFreeCompMatch(), xsltReverseCompMatch(), and xsltTestCompMatchDirect().
float _xsltCompMatch::priority |
Definition at line 83 of file pattern.c.
Referenced by xsltAddTemplate(), and xsltCompileLocationPathPattern().
xsltStepOpPtr _xsltCompMatch::steps |
Definition at line 96 of file pattern.c.
Referenced by xsltAddTemplate(), xsltCompMatchAdd(), xsltCompMatchClearCache(), xsltFreeCompMatch(), xsltNormalizeCompSteps(), xsltReverseCompMatch(), xsltSwapTopCompMatch(), xsltTestCompMatch(), and xsltTestCompMatchDirect().
xsltTemplatePtr _xsltCompMatch::template |
Definition at line 87 of file pattern.c.
Referenced by xsltAddTemplate().