Go to the source code of this file.
◆ XSLT_DEFAULT_URL
XSLT_DEFAULT_URL:
The XSLT "vendor" URL for this processor.
Definition at line 39 of file xslt.h.
◆ XSLT_DEFAULT_VENDOR
#define XSLT_DEFAULT_VENDOR "libxslt" |
XSLT_DEFAULT_VENDOR:
The XSLT "vendor" string for this processor.
Definition at line 32 of file xslt.h.
◆ XSLT_DEFAULT_VERSION
#define XSLT_DEFAULT_VERSION "1.0" |
XSLT_DEFAULT_VERSION:
The default version of XSLT supported.
Definition at line 25 of file xslt.h.
◆ XSLT_NAMESPACE
XSLT_NAMESPACE:
The XSLT specification namespace.
Definition at line 46 of file xslt.h.
◆ XSLT_PARSE_OPTIONS
XSLT_PARSE_OPTIONS:
The set of options to pass to an xmlReadxxx when loading files for XSLT consumption.
Definition at line 54 of file xslt.h.
◆ xsltCleanupGlobals()
xsltCleanupGlobals:
Unregister all global variables set up by the XSLT library
Definition at line 2270 of file extensions.c.
2271{
2276
2278
2283 }
2285
2290}
static xmlHashTablePtr xsltModuleHash
static xmlMutexPtr xsltExtMutex
static void xsltUnregisterAllExtModuleElement(void)
static void xsltUnregisterAllExtModules(void)
static void xsltUnregisterAllExtModuleFunction(void)
static void xsltUnregisterAllExtModuleTopLevel(void)
static void xsltHashScannerModuleFree(void *payload ATTRIBUTE_UNUSED, void *data ATTRIBUTE_UNUSED, const xmlChar *name ATTRIBUTE_UNUSED)
XMLPUBFUN void XMLCALL xmlHashFree(xmlHashTablePtr table, xmlHashDeallocator f)
XMLPUBFUN void XMLCALL xmlHashScan(xmlHashTablePtr table, xmlHashScanner f, void *data)
XMLPUBFUN void XMLCALL xmlMutexUnlock(xmlMutexPtr tok)
XMLPUBFUN void XMLCALL xmlFreeMutex(xmlMutexPtr tok)
XMLPUBFUN void XMLCALL xmlMutexLock(xmlMutexPtr tok)
void xsltFreeLocales(void)
◆ xsltInit()
xsltInit:
Initializes the processor (e.g. registers built-in extensions, etc.)
Definition at line 201 of file xslt.c.
201 {
204#ifdef XSLT_LOCALE_WINAPI
206#endif
208 }
209}
XMLPUBFUN xmlRMutexPtr XMLCALL xmlNewRMutex(void)
Referenced by xsltNewStylesheetInternal().
◆ xsltEngineVersion
xsltEngineVersion:
The version string for libxslt.
Definition at line 76 of file xslt.h.
◆ xsltLibxmlVersion
xsltLibxmlVersion:
The version of libxml libxslt was compiled against.
Definition at line 90 of file xslt.h.
◆ xsltLibxsltVersion
xsltLibxsltVersion:
The version of libxslt compiled.
Definition at line 83 of file xslt.h.
◆ xsltMaxDepth
xsltMaxDepth:
This value is used to detect templates loops.
Definition at line 62 of file xslt.h.
◆ xsltMaxVars
- xsltMaxVars:
- This value is used to detect templates loops.
Definition at line 69 of file xslt.h.