ReactOS 0.4.15-dev-7842-g558ab78
_xsltStylePreComp Struct Reference

#include <xsltInternals.h>

Collaboration diagram for _xsltStylePreComp:

Public Attributes

xsltElemPreCompPtr next
 
xsltStyleType type
 
xsltTransformFunction func
 
xmlNodePtr inst
 
const xmlCharstype
 
int has_stype
 
int number
 
const xmlCharorder
 
int has_order
 
int descending
 
const xmlCharlang
 
int has_lang
 
xsltLocale locale
 
const xmlCharcase_order
 
int lower_first
 
const xmlCharuse
 
int has_use
 
int noescape
 
const xmlCharname
 
int has_name
 
const xmlCharns
 
int has_ns
 
const xmlCharmode
 
const xmlCharmodeURI
 
const xmlChartest
 
xsltTemplatePtr templ
 
const xmlCharselect
 
int ver11
 
const xmlCharfilename
 
int has_filename
 
xsltNumberData numdata
 
xmlXPathCompExprPtr comp
 
xmlNsPtrnsList
 
int nsNr
 

Detailed Description

_xsltStylePreComp:

The in-memory structure corresponding to XSLT stylesheet constructs precomputed data.

Definition at line 1362 of file xsltInternals.h.

Member Data Documentation

◆ case_order

const xmlChar* _xsltStylePreComp::case_order

Definition at line 1381 of file xsltInternals.h.

◆ comp

xmlXPathCompExprPtr _xsltStylePreComp::comp

◆ descending

int _xsltStylePreComp::descending

Definition at line 1377 of file xsltInternals.h.

◆ filename

const xmlChar* _xsltStylePreComp::filename

Definition at line 1404 of file xsltInternals.h.

◆ func

xsltTransformFunction _xsltStylePreComp::func

Definition at line 1365 of file xsltInternals.h.

◆ has_filename

int _xsltStylePreComp::has_filename

Definition at line 1405 of file xsltInternals.h.

◆ has_lang

int _xsltStylePreComp::has_lang

Definition at line 1379 of file xsltInternals.h.

◆ has_name

int _xsltStylePreComp::has_name

Definition at line 1390 of file xsltInternals.h.

◆ has_ns

int _xsltStylePreComp::has_ns

Definition at line 1392 of file xsltInternals.h.

◆ has_order

int _xsltStylePreComp::has_order

Definition at line 1376 of file xsltInternals.h.

◆ has_stype

int _xsltStylePreComp::has_stype

Definition at line 1373 of file xsltInternals.h.

◆ has_use

int _xsltStylePreComp::has_use

Definition at line 1385 of file xsltInternals.h.

◆ inst

xmlNodePtr _xsltStylePreComp::inst

Definition at line 1366 of file xsltInternals.h.

Referenced by xsltEvalGlobalVariables(), and xsltRegisterGlobalVariable().

◆ lang

const xmlChar* _xsltStylePreComp::lang

Definition at line 1378 of file xsltInternals.h.

◆ locale

xsltLocale _xsltStylePreComp::locale

Definition at line 1380 of file xsltInternals.h.

Referenced by xsltFreeStylePreComp().

◆ lower_first

int _xsltStylePreComp::lower_first

Definition at line 1382 of file xsltInternals.h.

◆ mode

const xmlChar* _xsltStylePreComp::mode

Definition at line 1394 of file xsltInternals.h.

◆ modeURI

const xmlChar* _xsltStylePreComp::modeURI

Definition at line 1395 of file xsltInternals.h.

◆ name

const xmlChar* _xsltStylePreComp::name

Definition at line 1389 of file xsltInternals.h.

Referenced by xsltMergeAttrSets().

◆ next

xsltElemPreCompPtr _xsltStylePreComp::next

Definition at line 1363 of file xsltInternals.h.

◆ noescape

int _xsltStylePreComp::noescape

Definition at line 1387 of file xsltInternals.h.

◆ ns

const xmlChar* _xsltStylePreComp::ns

Definition at line 1391 of file xsltInternals.h.

Referenced by xsltMergeAttrSets().

◆ nsList

xmlNsPtr* _xsltStylePreComp::nsList

◆ nsNr

int _xsltStylePreComp::nsNr

Definition at line 1411 of file xsltInternals.h.

Referenced by xsltPreCompEval(), and xsltPreCompEvalToBoolean().

◆ number

int _xsltStylePreComp::number

Definition at line 1374 of file xsltInternals.h.

◆ numdata

xsltNumberData _xsltStylePreComp::numdata

Definition at line 1407 of file xsltInternals.h.

Referenced by xsltFreeStylePreComp().

◆ order

const xmlChar* _xsltStylePreComp::order

Definition at line 1375 of file xsltInternals.h.

◆ select

const xmlChar* _xsltStylePreComp::select

Definition at line 1401 of file xsltInternals.h.

◆ stype

const xmlChar* _xsltStylePreComp::stype

Definition at line 1372 of file xsltInternals.h.

◆ templ

xsltTemplatePtr _xsltStylePreComp::templ

Definition at line 1399 of file xsltInternals.h.

◆ test

const xmlChar* _xsltStylePreComp::test

Definition at line 1397 of file xsltInternals.h.

◆ type

xsltStyleType _xsltStylePreComp::type

Definition at line 1364 of file xsltInternals.h.

Referenced by xsltFreeStylePreComp(), and xsltRegisterGlobalVariable().

◆ use

const xmlChar* _xsltStylePreComp::use

Definition at line 1384 of file xsltInternals.h.

◆ ver11

int _xsltStylePreComp::ver11

Definition at line 1403 of file xsltInternals.h.


The documentation for this struct was generated from the following file: