|
ReactOS 0.4.16-dev-2208-g6350669
|
#include "libxslt.h"#include <string.h>#include <stdlib.h>#include <libxml/xmlmemory.h>#include <libxml/tree.h>#include <libxml/hash.h>#include <libxml/xmlerror.h>#include <libxml/parserInternals.h>#include "xslt.h"#include "xsltInternals.h"#include "xsltutils.h"#include "extensions.h"#include "variables.h"#include "transform.h"#include "extra.h"#include "preproc.h"
Go to the source code of this file.
Macros | |
| #define | IN_LIBXSLT |
Functions | |
| void | xsltDebug (xsltTransformContextPtr ctxt, xmlNodePtr node ATTRIBUTE_UNUSED, xmlNodePtr inst ATTRIBUTE_UNUSED, xsltElemPreCompPtr comp ATTRIBUTE_UNUSED) |
| void | xsltFunctionNodeSet (xmlXPathParserContextPtr ctxt, int nargs) |
| void | xsltRegisterExtras (xsltTransformContextPtr ctxt ATTRIBUTE_UNUSED) |
| void | xsltRegisterAllExtras (void) |
| void xsltDebug | ( | xsltTransformContextPtr | ctxt, |
| xmlNodePtr node | ATTRIBUTE_UNUSED, | ||
| xmlNodePtr inst | ATTRIBUTE_UNUSED, | ||
| xsltElemPreCompPtr comp | ATTRIBUTE_UNUSED | ||
| ) |
xsltDebug: @ctxt: an XSLT processing context @node: The current node @inst: the instruction in the stylesheet @comp: precomputed information
Process an debug node
Definition at line 53 of file extra.c.
Referenced by xsltApplySequenceConstructor(), xsltApplyXSLTTemplate(), xsltRegisterAllElement(), and xsltRegisterAllExtras().
xsltFunctionNodeSet: @ctxt: the XPath Parser context @nargs: the number of arguments
Implement the node-set() XSLT function node-set node-set(result-tree)
This function is available in libxslt, saxon or xt namespace.
Definition at line 129 of file extra.c.
Referenced by init_libxslt(), and xsltRegisterAllExtras().
xsltRegisterAllExtras:
Registers the built-in extensions
Definition at line 167 of file extra.c.
Referenced by xsltInit(), and xsltRegisterExtras().
| void xsltRegisterExtras | ( | xsltTransformContextPtr ctxt | ATTRIBUTE_UNUSED | ) |
xsltRegisterExtras: @ctxt: a XSLT process context
Registers the built-in extensions. This function is deprecated, use xsltRegisterAllExtras instead.