ReactOS 0.4.15-dev-7924-g5949c20
_xsltStackElem Struct Reference

#include <xsltInternals.h>

Collaboration diagram for _xsltStackElem:

Public Attributes

struct _xsltStackElemnext
 
xsltStylePreCompPtr comp
 
int computed
 
const xmlCharname
 
const xmlCharnameURI
 
const xmlCharselect
 
xmlNodePtr tree
 
xmlXPathObjectPtr value
 
xmlDocPtr fragment
 
int level
 
xsltTransformContextPtr context
 
int flags
 

Detailed Description

Definition at line 1423 of file xsltInternals.h.

Member Data Documentation

◆ comp

xsltStylePreCompPtr _xsltStackElem::comp

Definition at line 1425 of file xsltInternals.h.

Referenced by xsltEvalGlobalVariables(), and xsltRegisterGlobalVariable().

◆ computed

int _xsltStackElem::computed

Definition at line 1426 of file xsltInternals.h.

Referenced by xsltApplyStylesheetInternal().

◆ context

xsltTransformContextPtr _xsltStackElem::context

Definition at line 1437 of file xsltInternals.h.

◆ flags

int _xsltStackElem::flags

Definition at line 1439 of file xsltInternals.h.

◆ fragment

xmlDocPtr _xsltStackElem::fragment

Definition at line 1433 of file xsltInternals.h.

◆ level

int _xsltStackElem::level

Definition at line 1435 of file xsltInternals.h.

Referenced by xsltApplySequenceConstructor().

◆ name

const xmlChar* _xsltStackElem::name

Definition at line 1427 of file xsltInternals.h.

Referenced by xsltApplyXSLTTemplate(), and xsltRegisterGlobalVariable().

◆ nameURI

const xmlChar* _xsltStackElem::nameURI

Definition at line 1428 of file xsltInternals.h.

Referenced by xsltApplyXSLTTemplate(), and xsltRegisterGlobalVariable().

◆ next

◆ select

const xmlChar* _xsltStackElem::select

Definition at line 1429 of file xsltInternals.h.

◆ tree

xmlNodePtr _xsltStackElem::tree

Definition at line 1430 of file xsltInternals.h.

◆ value

xmlXPathObjectPtr _xsltStackElem::value

Definition at line 1432 of file xsltInternals.h.

Referenced by xsltApplyStylesheetInternal().


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