ReactOS 0.4.16-dev-117-g38f21f9
|
#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 |
xsltLocale | locale |
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 1362 of file xsltInternals.h.
Definition at line 1381 of file xsltInternals.h.
xmlXPathCompExprPtr _xsltStylePreComp::comp |
Definition at line 1409 of file xsltInternals.h.
Referenced by xsltFreeStylePreComp(), xsltPreCompEval(), and xsltPreCompEvalToBoolean().
int _xsltStylePreComp::descending |
Definition at line 1377 of file xsltInternals.h.
Definition at line 1404 of file xsltInternals.h.
xsltTransformFunction _xsltStylePreComp::func |
Definition at line 1365 of file xsltInternals.h.
int _xsltStylePreComp::has_filename |
Definition at line 1405 of file xsltInternals.h.
int _xsltStylePreComp::has_lang |
Definition at line 1379 of file xsltInternals.h.
int _xsltStylePreComp::has_name |
Definition at line 1390 of file xsltInternals.h.
int _xsltStylePreComp::has_ns |
Definition at line 1392 of file xsltInternals.h.
int _xsltStylePreComp::has_order |
Definition at line 1376 of file xsltInternals.h.
int _xsltStylePreComp::has_stype |
Definition at line 1373 of file xsltInternals.h.
int _xsltStylePreComp::has_use |
Definition at line 1385 of file xsltInternals.h.
xmlNodePtr _xsltStylePreComp::inst |
Definition at line 1366 of file xsltInternals.h.
Referenced by xsltEvalGlobalVariables(), and xsltRegisterGlobalVariable().
Definition at line 1378 of file xsltInternals.h.
xsltLocale _xsltStylePreComp::locale |
Definition at line 1380 of file xsltInternals.h.
Referenced by xsltFreeStylePreComp().
int _xsltStylePreComp::lower_first |
Definition at line 1382 of file xsltInternals.h.
Definition at line 1394 of file xsltInternals.h.
Definition at line 1395 of file xsltInternals.h.
Definition at line 1389 of file xsltInternals.h.
Referenced by xsltMergeAttrSets().
xsltElemPreCompPtr _xsltStylePreComp::next |
Definition at line 1363 of file xsltInternals.h.
int _xsltStylePreComp::noescape |
Definition at line 1387 of file xsltInternals.h.
Definition at line 1391 of file xsltInternals.h.
Referenced by xsltMergeAttrSets().
xmlNsPtr* _xsltStylePreComp::nsList |
Definition at line 1410 of file xsltInternals.h.
Referenced by xsltFreeStylePreComp(), xsltPreCompEval(), and xsltPreCompEvalToBoolean().
int _xsltStylePreComp::nsNr |
Definition at line 1411 of file xsltInternals.h.
Referenced by xsltPreCompEval(), and xsltPreCompEvalToBoolean().
int _xsltStylePreComp::number |
Definition at line 1374 of file xsltInternals.h.
xsltNumberData _xsltStylePreComp::numdata |
Definition at line 1407 of file xsltInternals.h.
Referenced by xsltFreeStylePreComp().
Definition at line 1375 of file xsltInternals.h.
Definition at line 1401 of file xsltInternals.h.
Definition at line 1372 of file xsltInternals.h.
xsltTemplatePtr _xsltStylePreComp::templ |
Definition at line 1399 of file xsltInternals.h.
Definition at line 1397 of file xsltInternals.h.
xsltStyleType _xsltStylePreComp::type |
Definition at line 1364 of file xsltInternals.h.
Referenced by xsltFreeStylePreComp(), and xsltRegisterGlobalVariable().
Definition at line 1384 of file xsltInternals.h.
int _xsltStylePreComp::ver11 |
Definition at line 1403 of file xsltInternals.h.