ReactOS 0.4.15-dev-7834-g00c4b3d
_xsltParserContext Struct Reference
Collaboration diagram for _xsltParserContext:

Public Attributes

xsltStylesheetPtr style
 
xsltTransformContextPtr ctxt
 
const xmlCharcur
 
const xmlCharbase
 
xmlDocPtr doc
 
xmlNodePtr elem
 
int error
 
xsltCompMatchPtr comp
 

Detailed Description

Definition at line 101 of file pattern.c.

Member Data Documentation

◆ base

const xmlChar* _xsltParserContext::base

Definition at line 105 of file pattern.c.

Referenced by xsltCompilePatternInternal().

◆ comp

xsltCompMatchPtr _xsltParserContext::comp

Definition at line 109 of file pattern.c.

Referenced by xsltCompileLocationPathPattern(), and xsltCompilePatternInternal().

◆ ctxt

xsltTransformContextPtr _xsltParserContext::ctxt

Definition at line 103 of file pattern.c.

Referenced by xsltCompMatchAdd().

◆ cur

const xmlChar* _xsltParserContext::cur

Definition at line 104 of file pattern.c.

Referenced by xsltCompilePatternInternal().

◆ doc

xmlDocPtr _xsltParserContext::doc

Definition at line 106 of file pattern.c.

Referenced by xsltCompilePatternInternal(), and xsltCompileStepPattern().

◆ elem

xmlNodePtr _xsltParserContext::elem

Definition at line 107 of file pattern.c.

Referenced by xsltCompilePatternInternal(), xsltCompileStepPattern(), and xsltCompMatchAdd().

◆ error

◆ style

xsltStylesheetPtr _xsltParserContext::style

Definition at line 102 of file pattern.c.

Referenced by xsltCompMatchAdd().


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