ReactOS 0.4.16-dev-336-gb667d82
|
Public Attributes | |
xsltStylesheetPtr | style |
xsltTransformContextPtr | ctxt |
const xmlChar * | cur |
const xmlChar * | base |
xmlDocPtr | doc |
xmlNodePtr | elem |
int | error |
xsltCompMatchPtr | comp |
Definition at line 105 of file pattern.c.
Referenced by xsltCompilePatternInternal().
xsltCompMatchPtr _xsltParserContext::comp |
Definition at line 109 of file pattern.c.
Referenced by xsltCompileLocationPathPattern(), and xsltCompilePatternInternal().
xsltTransformContextPtr _xsltParserContext::ctxt |
Definition at line 103 of file pattern.c.
Referenced by xsltCompMatchAdd().
Definition at line 104 of file pattern.c.
Referenced by xsltCompilePatternInternal().
xmlDocPtr _xsltParserContext::doc |
Definition at line 106 of file pattern.c.
Referenced by xsltCompilePatternInternal(), and xsltCompileStepPattern().
xmlNodePtr _xsltParserContext::elem |
Definition at line 107 of file pattern.c.
Referenced by xsltCompilePatternInternal(), xsltCompileStepPattern(), and xsltCompMatchAdd().
int _xsltParserContext::error |
Definition at line 108 of file pattern.c.
Referenced by xsltCompileIdKeyPattern(), xsltCompileLocationPathPattern(), xsltCompilePatternInternal(), xsltCompileRelativePathPattern(), xsltCompileStepPattern(), and xsltScanLiteral().
xsltStylesheetPtr _xsltParserContext::style |
Definition at line 102 of file pattern.c.
Referenced by xsltCompMatchAdd().