|
ReactOS 0.4.16-dev-2208-g6350669
|
#include <xsltInternals.h>

Public Attributes | |
| xsltElemPreCompPtr | next |
| xsltStyleType | type |
| xsltTransformFunction | func |
| xmlNodePtr | inst |
| const xmlChar * | stype |
| int | has_stype |
| int | number |
| const xmlChar * | order |
| int | has_order |
| int | descending |
| const xmlChar * | lang |
| int | has_lang |
| const xmlChar * | case_order |
| int | lower_first |
| const xmlChar * | use |
| int | has_use |
| int | noescape |
| const xmlChar * | name |
| int | has_name |
| const xmlChar * | ns |
| int | has_ns |
| const xmlChar * | mode |
| const xmlChar * | modeURI |
| const xmlChar * | test |
| xsltTemplatePtr | templ |
| const xmlChar * | select |
| int | ver11 |
| const xmlChar * | filename |
| int | has_filename |
| xsltNumberData | numdata |
| xmlXPathCompExprPtr | comp |
| xmlNsPtr * | nsList |
| int | nsNr |
The in-memory structure corresponding to XSLT stylesheet constructs precomputed data.
Definition at line 1360 of file xsltInternals.h.
Definition at line 1378 of file xsltInternals.h.
| xmlXPathCompExprPtr _xsltStylePreComp::comp |
Definition at line 1406 of file xsltInternals.h.
Referenced by xsltFreeStylePreComp(), xsltPreCompEval(), and xsltPreCompEvalToBoolean().
| int _xsltStylePreComp::descending |
Definition at line 1375 of file xsltInternals.h.
Definition at line 1401 of file xsltInternals.h.
| xsltTransformFunction _xsltStylePreComp::func |
Definition at line 1363 of file xsltInternals.h.
| int _xsltStylePreComp::has_filename |
Definition at line 1402 of file xsltInternals.h.
| int _xsltStylePreComp::has_lang |
Definition at line 1377 of file xsltInternals.h.
| int _xsltStylePreComp::has_name |
Definition at line 1387 of file xsltInternals.h.
| int _xsltStylePreComp::has_ns |
Definition at line 1389 of file xsltInternals.h.
| int _xsltStylePreComp::has_order |
Definition at line 1374 of file xsltInternals.h.
| int _xsltStylePreComp::has_stype |
Definition at line 1371 of file xsltInternals.h.
| int _xsltStylePreComp::has_use |
Definition at line 1382 of file xsltInternals.h.
| xmlNodePtr _xsltStylePreComp::inst |
Definition at line 1364 of file xsltInternals.h.
Referenced by xsltEvalGlobalVariables(), and xsltRegisterGlobalVariable().
Definition at line 1376 of file xsltInternals.h.
| int _xsltStylePreComp::lower_first |
Definition at line 1379 of file xsltInternals.h.
Definition at line 1391 of file xsltInternals.h.
Definition at line 1392 of file xsltInternals.h.
Definition at line 1386 of file xsltInternals.h.
Referenced by xsltMergeAttrSets().
| xsltElemPreCompPtr _xsltStylePreComp::next |
Definition at line 1361 of file xsltInternals.h.
| int _xsltStylePreComp::noescape |
Definition at line 1384 of file xsltInternals.h.
Definition at line 1388 of file xsltInternals.h.
Referenced by xsltMergeAttrSets().
| xmlNsPtr* _xsltStylePreComp::nsList |
Definition at line 1407 of file xsltInternals.h.
Referenced by xsltFreeStylePreComp(), xsltPreCompEval(), and xsltPreCompEvalToBoolean().
| int _xsltStylePreComp::nsNr |
Definition at line 1408 of file xsltInternals.h.
Referenced by xsltPreCompEval(), and xsltPreCompEvalToBoolean().
| int _xsltStylePreComp::number |
Definition at line 1372 of file xsltInternals.h.
Referenced by xsltComputeSortResult().
| xsltNumberData _xsltStylePreComp::numdata |
Definition at line 1404 of file xsltInternals.h.
Referenced by xsltFreeStylePreComp().
Definition at line 1373 of file xsltInternals.h.
Definition at line 1398 of file xsltInternals.h.
Definition at line 1370 of file xsltInternals.h.
| xsltTemplatePtr _xsltStylePreComp::templ |
Definition at line 1396 of file xsltInternals.h.
Definition at line 1394 of file xsltInternals.h.
| xsltStyleType _xsltStylePreComp::type |
Definition at line 1362 of file xsltInternals.h.
Referenced by xsltFreeStylePreComp(), and xsltRegisterGlobalVariable().
Definition at line 1381 of file xsltInternals.h.
| int _xsltStylePreComp::ver11 |
Definition at line 1400 of file xsltInternals.h.