ReactOS
0.4.14-dev-608-gd495a4f
|
#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 1370 of file xsltInternals.h.
Definition at line 1389 of file xsltInternals.h.
Referenced by xsltSortComp().
xmlXPathCompExprPtr _xsltStylePreComp::comp |
Definition at line 1417 of file xsltInternals.h.
Referenced by xsltApplyTemplates(), xsltApplyTemplatesComp(), xsltChoose(), xsltComputeSortResult(), xsltCopyOf(), xsltCopyOfComp(), xsltEvalGlobalVariable(), xsltEvalVariable(), xsltForEach(), xsltForEachComp(), xsltFreeStylePreComp(), xsltIf(), xsltIfComp(), xsltParamComp(), xsltPreCompEval(), xsltPreCompEvalToBoolean(), xsltSortComp(), xsltValueOf(), xsltValueOfComp(), xsltVariableComp(), xsltWhenComp(), and xsltWithParamComp().
int _xsltStylePreComp::descending |
Definition at line 1385 of file xsltInternals.h.
Referenced by xsltDefaultSortFunction(), and xsltSortComp().
Definition at line 1412 of file xsltInternals.h.
Referenced by xsltDocumentComp(), and xsltDocumentElem().
xsltTransformFunction _xsltStylePreComp::func |
Definition at line 1373 of file xsltInternals.h.
Referenced by xsltNewStylePreComp().
int _xsltStylePreComp::has_filename |
Definition at line 1413 of file xsltInternals.h.
Referenced by xsltDocumentComp().
int _xsltStylePreComp::has_lang |
Definition at line 1387 of file xsltInternals.h.
Referenced by xsltSortComp().
int _xsltStylePreComp::has_name |
Definition at line 1398 of file xsltInternals.h.
Referenced by xsltAttribute(), xsltAttributeComp(), xsltCallTemplateComp(), xsltElement(), xsltElementComp(), xsltParamComp(), xsltProcessingInstruction(), xsltProcessingInstructionComp(), xsltVariableComp(), and xsltWithParamComp().
int _xsltStylePreComp::has_ns |
Definition at line 1400 of file xsltInternals.h.
Referenced by xsltAttribute(), xsltAttributeComp(), xsltCallTemplateComp(), xsltElement(), xsltElementComp(), xsltParamComp(), xsltVariableComp(), and xsltWithParamComp().
int _xsltStylePreComp::has_order |
Definition at line 1384 of file xsltInternals.h.
Referenced by xsltDefaultSortFunction(), and xsltSortComp().
int _xsltStylePreComp::has_stype |
Definition at line 1381 of file xsltInternals.h.
Referenced by xsltDefaultSortFunction(), and xsltSortComp().
int _xsltStylePreComp::has_use |
Definition at line 1393 of file xsltInternals.h.
Referenced by xsltCopyComp(), xsltElement(), xsltElementComp(), and xsltSortComp().
xmlNodePtr _xsltStylePreComp::inst |
Definition at line 1374 of file xsltInternals.h.
Referenced by xsltApplyImportsComp(), xsltApplyTemplatesComp(), xsltAttributeComp(), xsltCallTemplateComp(), xsltChooseComp(), xsltCommentComp(), xsltCopyComp(), xsltCopyOfComp(), xsltDocumentComp(), xsltElementComp(), xsltEvalGlobalVariable(), xsltEvalGlobalVariables(), xsltEvalVariable(), xsltForEachComp(), xsltIfComp(), xsltParamComp(), xsltProcessingInstructionComp(), xsltRegisterGlobalVariable(), xsltRegisterVariable(), xsltSortComp(), xsltTextComp(), xsltValueOfComp(), xsltVariableComp(), xsltWhenComp(), and xsltWithParamComp().
Definition at line 1386 of file xsltInternals.h.
Referenced by xsltSortComp().
xsltLocale _xsltStylePreComp::locale |
Definition at line 1388 of file xsltInternals.h.
Referenced by xsltComputeSortResult(), xsltDefaultSortFunction(), xsltFreeStylePreComp(), and xsltSortComp().
int _xsltStylePreComp::lower_first |
Definition at line 1390 of file xsltInternals.h.
Referenced by xsltSortComp().
Definition at line 1402 of file xsltInternals.h.
Referenced by xsltApplyTemplates(), and xsltApplyTemplatesComp().
Definition at line 1403 of file xsltInternals.h.
Referenced by xsltApplyTemplates(), and xsltApplyTemplatesComp().
Definition at line 1397 of file xsltInternals.h.
Referenced by xsltApplyXSLTTemplate(), xsltAttribute(), xsltAttributeComp(), xsltBuildVariable(), xsltCallTemplate(), xsltCallTemplateComp(), xsltElement(), xsltElementComp(), xsltMergeAttrSets(), xsltParamComp(), xsltParseGlobalParam(), xsltParseGlobalVariable(), xsltParseStylesheetCallerParam(), xsltParseStylesheetParam(), xsltParseStylesheetVariable(), xsltProcessingInstruction(), xsltProcessingInstructionComp(), xsltRegisterVariable(), xsltVariableComp(), and xsltWithParamComp().
xsltElemPreCompPtr _xsltStylePreComp::next |
Definition at line 1371 of file xsltInternals.h.
Referenced by xsltNewStylePreComp().
int _xsltStylePreComp::noescape |
Definition at line 1395 of file xsltInternals.h.
Referenced by xsltTextComp(), xsltValueOf(), and xsltValueOfComp().
Definition at line 1399 of file xsltInternals.h.
Referenced by xsltApplyXSLTTemplate(), xsltAttribute(), xsltAttributeComp(), xsltBuildVariable(), xsltCallTemplate(), xsltCallTemplateComp(), xsltElement(), xsltElementComp(), xsltMergeAttrSets(), xsltParamComp(), xsltParseGlobalParam(), xsltParseGlobalVariable(), xsltRegisterVariable(), xsltVariableComp(), and xsltWithParamComp().
xmlNsPtr* _xsltStylePreComp::nsList |
Definition at line 1418 of file xsltInternals.h.
Referenced by xsltComputeSortResult(), xsltEvalGlobalVariable(), xsltEvalVariable(), xsltFreeStylePreComp(), xsltNumber(), xsltPreCompEval(), xsltPreCompEvalToBoolean(), and xsltStylePreCompute().
int _xsltStylePreComp::nsNr |
Definition at line 1419 of file xsltInternals.h.
Referenced by xsltComputeSortResult(), xsltEvalGlobalVariable(), xsltEvalVariable(), xsltNumber(), xsltPreCompEval(), xsltPreCompEvalToBoolean(), and xsltStylePreCompute().
int _xsltStylePreComp::number |
Definition at line 1382 of file xsltInternals.h.
Referenced by xsltComputeSortResult(), xsltDefaultSortFunction(), and xsltSortComp().
xsltNumberData _xsltStylePreComp::numdata |
Definition at line 1415 of file xsltInternals.h.
Referenced by xsltFreeStylePreComp(), xsltNumber(), and xsltNumberComp().
Definition at line 1383 of file xsltInternals.h.
Referenced by xsltDefaultSortFunction(), and xsltSortComp().
Definition at line 1409 of file xsltInternals.h.
Referenced by xsltApplyTemplates(), xsltApplyTemplatesComp(), xsltBuildVariable(), xsltComputeSortResult(), xsltCopyOf(), xsltCopyOfComp(), xsltForEach(), xsltForEachComp(), xsltParamComp(), xsltParseGlobalParam(), xsltParseGlobalVariable(), xsltParseStylesheetCallerParam(), xsltSortComp(), xsltValueOf(), xsltValueOfComp(), xsltVariableComp(), and xsltWithParamComp().
Definition at line 1380 of file xsltInternals.h.
Referenced by xsltDefaultSortFunction(), and xsltSortComp().
xsltTemplatePtr _xsltStylePreComp::templ |
Definition at line 1407 of file xsltInternals.h.
Referenced by xsltCallTemplate().
Definition at line 1405 of file xsltInternals.h.
Referenced by xsltChoose(), xsltIf(), xsltIfComp(), and xsltWhenComp().
xsltStyleType _xsltStylePreComp::type |
Definition at line 1372 of file xsltInternals.h.
Referenced by xsltCheckStackElem(), xsltDebug(), xsltFreeStylePreComp(), xsltNewStylePreComp(), and xsltRegisterGlobalVariable().
Definition at line 1392 of file xsltInternals.h.
Referenced by xsltCopy(), xsltCopyComp(), xsltElement(), and xsltElementComp().
int _xsltStylePreComp::ver11 |
Definition at line 1411 of file xsltInternals.h.
Referenced by xsltDocumentComp().