|
ReactOS 0.4.16-dev-2208-g6350669
|


Go to the source code of this file.
Macros | |
| #define | XSLT_LIBXSLT_NAMESPACE ((xmlChar *) "http://xmlsoft.org/XSLT/namespace") |
| #define | XSLT_SAXON_NAMESPACE ((xmlChar *) "http://icl.com/saxon") |
| #define | XSLT_XT_NAMESPACE ((xmlChar *) "http://www.jclark.com/xt") |
| #define | XSLT_XALAN_NAMESPACE |
Functions | |
| XSLTPUBFUN void XSLTCALL | xsltFunctionNodeSet (xmlXPathParserContextPtr ctxt, int nargs) |
| XSLTPUBFUN void XSLTCALL | xsltDebug (xsltTransformContextPtr ctxt, xmlNodePtr node, xmlNodePtr inst, xsltElemPreCompPtr comp) |
| XSLTPUBFUN void XSLTCALL | xsltRegisterExtras (xsltTransformContextPtr ctxt) |
| XSLTPUBFUN void XSLTCALL | xsltRegisterAllExtras (void) |
| #define XSLT_LIBXSLT_NAMESPACE ((xmlChar *) "http://xmlsoft.org/XSLT/namespace") |
| #define XSLT_XALAN_NAMESPACE |
| XSLTPUBFUN void XSLTCALL 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().
| XSLTPUBFUN void XSLTCALL xsltFunctionNodeSet | ( | xmlXPathParserContextPtr | ctxt, |
| int | nargs | ||
| ) |
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().
| XSLTPUBFUN void XSLTCALL xsltRegisterAllExtras | ( | void | ) |
xsltRegisterAllExtras:
Registers the built-in extensions
Definition at line 167 of file extra.c.
Referenced by xsltInit(), and xsltRegisterExtras().
| XSLTPUBFUN void XSLTCALL xsltRegisterExtras | ( | xsltTransformContextPtr ctxt | ATTRIBUTE_UNUSED | ) |
xsltRegisterExtras: @ctxt: a XSLT process context
Registers the built-in extensions. This function is deprecated, use xsltRegisterAllExtras instead.