ReactOS 0.4.15-dev-7907-g95bf896
_xsltStylesheet Struct Reference

#include <xsltInternals.h>

Collaboration diagram for _xsltStylesheet:

Public Attributes

struct _xsltStylesheetparent
 
struct _xsltStylesheetnext
 
struct _xsltStylesheetimports
 
xsltDocumentPtr docList
 
xmlDocPtr doc
 
xmlHashTablePtr stripSpaces
 
int stripAll
 
xmlHashTablePtr cdataSection
 
xsltStackElemPtr variables
 
xsltTemplatePtr templates
 
xmlHashTablePtr templatesHash
 
struct _xsltCompMatchrootMatch
 
struct _xsltCompMatchkeyMatch
 
struct _xsltCompMatchelemMatch
 
struct _xsltCompMatchattrMatch
 
struct _xsltCompMatchparentMatch
 
struct _xsltCompMatchtextMatch
 
struct _xsltCompMatchpiMatch
 
struct _xsltCompMatchcommentMatch
 
xmlHashTablePtr nsAliases
 
xmlHashTablePtr attributeSets
 
xmlHashTablePtr nsHash
 
voidnsDefs
 
voidkeys
 
xmlCharmethod
 
xmlCharmethodURI
 
xmlCharversion
 
xmlCharencoding
 
int omitXmlDeclaration
 
xsltDecimalFormatPtr decimalFormat
 
int standalone
 
xmlChardoctypePublic
 
xmlChardoctypeSystem
 
int indent
 
xmlCharmediaType
 
xsltElemPreCompPtr preComps
 
int warnings
 
int errors
 
xmlCharexclPrefix
 
xmlChar ** exclPrefixTab
 
int exclPrefixNr
 
int exclPrefixMax
 
void_private
 
xmlHashTablePtr extInfos
 
int extrasNr
 
xsltDocumentPtr includes
 
xmlDictPtr dict
 
voidattVTs
 
const xmlChardefaultAlias
 
int nopreproc
 
int internalized
 
int literal_result
 
xsltStylesheetPtr principal
 
int forwards_compatible
 
xmlHashTablePtr namedTemplates
 
xmlXPathContextPtr xpathCtxt
 

Detailed Description

Definition at line 1479 of file xsltInternals.h.

Member Data Documentation

◆ _private

void* _xsltStylesheet::_private

Definition at line 1582 of file xsltInternals.h.

◆ attributeSets

xmlHashTablePtr _xsltStylesheet::attributeSets

Definition at line 1528 of file xsltInternals.h.

Referenced by xsltResolveSASCallback().

◆ attrMatch

struct _xsltCompMatch* _xsltStylesheet::attrMatch

Definition at line 1512 of file xsltInternals.h.

Referenced by xsltGetTemplate().

◆ attVTs

void* _xsltStylesheet::attVTs

Definition at line 1602 of file xsltInternals.h.

◆ cdataSection

xmlHashTablePtr _xsltStylesheet::cdataSection

Definition at line 1496 of file xsltInternals.h.

Referenced by xsltCopyText(), and xsltCopyTextString().

◆ commentMatch

struct _xsltCompMatch* _xsltStylesheet::commentMatch

Definition at line 1517 of file xsltInternals.h.

Referenced by xsltGetTemplate().

◆ decimalFormat

xsltDecimalFormatPtr _xsltStylesheet::decimalFormat

Definition at line 1563 of file xsltInternals.h.

Referenced by xsltFormatNumberFunction(), and xsltFreeDecimalFormatList().

◆ defaultAlias

const xmlChar* _xsltStylesheet::defaultAlias

Definition at line 1607 of file xsltInternals.h.

◆ dict

xmlDictPtr _xsltStylesheet::dict

Definition at line 1598 of file xsltInternals.h.

Referenced by xsltFormatNumberFunction().

◆ doc

◆ docList

xsltDocumentPtr _xsltStylesheet::docList

Definition at line 1487 of file xsltInternals.h.

◆ doctypePublic

xmlChar* _xsltStylesheet::doctypePublic

Definition at line 1565 of file xsltInternals.h.

◆ doctypeSystem

xmlChar* _xsltStylesheet::doctypeSystem

Definition at line 1566 of file xsltInternals.h.

◆ elemMatch

struct _xsltCompMatch* _xsltStylesheet::elemMatch

Definition at line 1511 of file xsltInternals.h.

Referenced by xsltGetTemplate().

◆ encoding

xmlChar* _xsltStylesheet::encoding

Definition at line 1557 of file xsltInternals.h.

◆ errors

int _xsltStylesheet::errors

◆ exclPrefix

xmlChar* _xsltStylesheet::exclPrefix

Definition at line 1577 of file xsltInternals.h.

◆ exclPrefixMax

int _xsltStylesheet::exclPrefixMax

Definition at line 1580 of file xsltInternals.h.

◆ exclPrefixNr

int _xsltStylesheet::exclPrefixNr

Definition at line 1579 of file xsltInternals.h.

◆ exclPrefixTab

xmlChar** _xsltStylesheet::exclPrefixTab

Definition at line 1578 of file xsltInternals.h.

◆ extInfos

xmlHashTablePtr _xsltStylesheet::extInfos

Definition at line 1587 of file xsltInternals.h.

Referenced by xsltStyleGetExtData().

◆ extrasNr

int _xsltStylesheet::extrasNr

Definition at line 1588 of file xsltInternals.h.

Referenced by xsltFixImportedCompSteps().

◆ forwards_compatible

int _xsltStylesheet::forwards_compatible

Definition at line 1635 of file xsltInternals.h.

◆ imports

struct _xsltStylesheet* _xsltStylesheet::imports

Definition at line 1485 of file xsltInternals.h.

◆ includes

xsltDocumentPtr _xsltStylesheet::includes

Definition at line 1593 of file xsltInternals.h.

◆ indent

int _xsltStylesheet::indent

Definition at line 1567 of file xsltInternals.h.

◆ internalized

int _xsltStylesheet::internalized

Definition at line 1615 of file xsltInternals.h.

◆ keyMatch

struct _xsltCompMatch* _xsltStylesheet::keyMatch

Definition at line 1510 of file xsltInternals.h.

Referenced by xsltGetTemplate().

◆ keys

void* _xsltStylesheet::keys

Definition at line 1549 of file xsltInternals.h.

◆ literal_result

int _xsltStylesheet::literal_result

Definition at line 1619 of file xsltInternals.h.

◆ mediaType

xmlChar* _xsltStylesheet::mediaType

Definition at line 1568 of file xsltInternals.h.

◆ method

xmlChar* _xsltStylesheet::method

Definition at line 1554 of file xsltInternals.h.

◆ methodURI

xmlChar* _xsltStylesheet::methodURI

Definition at line 1555 of file xsltInternals.h.

◆ namedTemplates

xmlHashTablePtr _xsltStylesheet::namedTemplates

Definition at line 1637 of file xsltInternals.h.

◆ next

struct _xsltStylesheet* _xsltStylesheet::next

Definition at line 1484 of file xsltInternals.h.

◆ nopreproc

int _xsltStylesheet::nopreproc

Definition at line 1611 of file xsltInternals.h.

◆ nsAliases

xmlHashTablePtr _xsltStylesheet::nsAliases

Definition at line 1523 of file xsltInternals.h.

Referenced by xsltCopyNamespaceList().

◆ nsDefs

void* _xsltStylesheet::nsDefs

Definition at line 1541 of file xsltInternals.h.

◆ nsHash

xmlHashTablePtr _xsltStylesheet::nsHash

Definition at line 1534 of file xsltInternals.h.

◆ omitXmlDeclaration

int _xsltStylesheet::omitXmlDeclaration

Definition at line 1558 of file xsltInternals.h.

◆ parent

struct _xsltStylesheet* _xsltStylesheet::parent

Definition at line 1483 of file xsltInternals.h.

Referenced by xsltStyleGetExtData().

◆ parentMatch

struct _xsltCompMatch* _xsltStylesheet::parentMatch

Definition at line 1513 of file xsltInternals.h.

◆ piMatch

struct _xsltCompMatch* _xsltStylesheet::piMatch

Definition at line 1515 of file xsltInternals.h.

Referenced by xsltGetTemplate().

◆ preComps

xsltElemPreCompPtr _xsltStylesheet::preComps

Definition at line 1573 of file xsltInternals.h.

◆ principal

xsltStylesheetPtr _xsltStylesheet::principal

Definition at line 1623 of file xsltInternals.h.

◆ rootMatch

struct _xsltCompMatch* _xsltStylesheet::rootMatch

Definition at line 1509 of file xsltInternals.h.

Referenced by xsltGetTemplate().

◆ standalone

int _xsltStylesheet::standalone

Definition at line 1564 of file xsltInternals.h.

◆ stripAll

int _xsltStylesheet::stripAll

Definition at line 1495 of file xsltInternals.h.

◆ stripSpaces

xmlHashTablePtr _xsltStylesheet::stripSpaces

Definition at line 1493 of file xsltInternals.h.

◆ templates

xsltTemplatePtr _xsltStylesheet::templates

Definition at line 1506 of file xsltInternals.h.

◆ templatesHash

xmlHashTablePtr _xsltStylesheet::templatesHash

Definition at line 1507 of file xsltInternals.h.

Referenced by xsltGetTemplate().

◆ textMatch

struct _xsltCompMatch* _xsltStylesheet::textMatch

Definition at line 1514 of file xsltInternals.h.

Referenced by xsltGetTemplate().

◆ variables

xsltStackElemPtr _xsltStylesheet::variables

Definition at line 1501 of file xsltInternals.h.

Referenced by xsltProcessUserParamInternal().

◆ version

xmlChar* _xsltStylesheet::version

Definition at line 1556 of file xsltInternals.h.

◆ warnings

int _xsltStylesheet::warnings

Definition at line 1574 of file xsltInternals.h.

◆ xpathCtxt

xmlXPathContextPtr _xsltStylesheet::xpathCtxt

Definition at line 1639 of file xsltInternals.h.


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