|
ReactOS 0.4.16-dev-2208-g6350669
|

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 109 of file pattern.c.
Referenced by xsltReverseCompMatch(), and xsltTestCompMatch().
| int _xsltCompMatch::maxStep |
Definition at line 112 of file pattern.c.
Referenced by xsltCompMatchAdd().
Definition at line 104 of file pattern.c.
Referenced by xsltAddTemplate(), and xsltTestCompMatch().
Definition at line 105 of file pattern.c.
Referenced by xsltAddTemplate(), and xsltTestCompMatch().
| int _xsltCompMatch::nbStep |
Definition at line 111 of file pattern.c.
Referenced by xsltCompMatchAdd(), xsltFreeCompMatch(), xsltNormalizeCompSteps(), xsltReverseCompMatch(), xsltSwapTopCompMatch(), and xsltTestCompMatch().
| struct _xsltCompMatch* _xsltCompMatch::next |
Definition at line 101 of file pattern.c.
Referenced by xsltAddTemplate(), xsltFreeCompMatchList(), and xsltTestCompMatchList().
| xmlNodePtr _xsltCompMatch::node |
Definition at line 107 of file pattern.c.
Referenced by xsltCompilePatternInternal(), xsltPatPushState(), xsltTestCompMatch(), xsltTestCompMatchDirect(), and xsltTestPredicateMatch().
| xmlNsPtr* _xsltCompMatch::nsList |
Definition at line 113 of file pattern.c.
Referenced by xsltFreeCompMatch(), xsltTestCompMatch(), xsltTestCompMatchDirect(), and xsltTestPredicateMatch().
| int _xsltCompMatch::nsNr |
Definition at line 114 of file pattern.c.
Referenced by xsltTestCompMatch(), xsltTestCompMatchDirect(), and xsltTestPredicateMatch().
Definition at line 103 of file pattern.c.
Referenced by xsltAddTemplate(), xsltFreeCompMatch(), xsltReverseCompMatch(), and xsltTestCompMatchDirect().
| float _xsltCompMatch::priority |
Definition at line 102 of file pattern.c.
Referenced by xsltAddTemplate(), and xsltCompileLocationPathPattern().
| xsltStepOpPtr _xsltCompMatch::steps |
Definition at line 115 of file pattern.c.
Referenced by xsltAddTemplate(), xsltCompMatchAdd(), xsltCompMatchClearCache(), xsltFreeCompMatch(), xsltNormalizeCompSteps(), xsltReverseCompMatch(), xsltSwapTopCompMatch(), xsltTestCompMatch(), and xsltTestCompMatchDirect().
| xsltTemplatePtr _xsltCompMatch::template |
Definition at line 106 of file pattern.c.
Referenced by xsltAddTemplate().