ReactOS 0.4.16-dev-250-g3ecd236
|
#include <xsltInternals.h>
Public Attributes | |
struct _xsltDocument * | next |
int | main |
xmlDocPtr | doc |
void * | keys |
struct _xsltDocument * | includes |
int | preproc |
int | nbKeysComputed |
Definition at line 332 of file xsltInternals.h.
xmlDocPtr _xsltDocument::doc |
Definition at line 335 of file xsltInternals.h.
Referenced by xsltDocumentFunctionLoadDocument(), xsltFreeDocuments(), xsltFreeStyleDocuments(), xsltInitCtxtKey(), xsltInitCtxtKeys(), xsltKeyFunction(), and xsltParseStylesheetInclude().
struct _xsltDocument* _xsltDocument::includes |
Definition at line 337 of file xsltInternals.h.
Referenced by xsltParseStylesheetInclude().
void* _xsltDocument::keys |
Definition at line 336 of file xsltInternals.h.
Referenced by xsltFreeDocumentKeys(), xsltGetKey(), xsltInitAllDocKeys(), and xsltInitCtxtKey().
int _xsltDocument::main |
Definition at line 334 of file xsltInternals.h.
Referenced by xsltFreeDocuments(), xsltFreeStyleDocuments(), and xsltNewTransformContext().
int _xsltDocument::nbKeysComputed |
Definition at line 339 of file xsltInternals.h.
Referenced by xsltGetKey(), xsltGetTemplate(), xsltInitAllDocKeys(), xsltInitCtxtKey(), and xsltInitDocKeyTable().
struct _xsltDocument* _xsltDocument::next |
Definition at line 333 of file xsltInternals.h.
int _xsltDocument::preproc |
Definition at line 338 of file xsltInternals.h.