Eneboo - Documentación para desarrolladores
|
#include "libxslt.h"
#include <string.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"
'defines' | |
#define | IN_LIBXSLT |
Funciones | |
void | xsltDebug (xsltTransformContextPtr ctxt, xmlNodePtr node ATTRIBUTE_UNUSED, xmlNodePtr inst ATTRIBUTE_UNUSED, xsltStylePreCompPtr comp ATTRIBUTE_UNUSED) |
void | xsltFunctionNodeSet (xmlXPathParserContextPtr ctxt, int nargs) |
void | xsltRegisterExtras (xsltTransformContextPtr ctxt ATTRIBUTE_UNUSED) |
void | xsltRegisterAllExtras (void) |
#define IN_LIBXSLT |
void xsltDebug | ( | xsltTransformContextPtr | ctxt, |
xmlNodePtr node | ATTRIBUTE_UNUSED, | ||
xmlNodePtr inst | ATTRIBUTE_UNUSED, | ||
xsltStylePreCompPtr comp | ATTRIBUTE_UNUSED | ||
) |
xsltDebug: : an XSLT processing context : The current node : the instruction in the stylesheet : precomputed informations
Process an debug node
void xsltFunctionNodeSet | ( | xmlXPathParserContextPtr | ctxt, |
int | nargs | ||
) |
xsltFunctionNodeSet: : the XPath Parser context : 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.
void xsltRegisterAllExtras | ( | void | ) |
xsltRegisterAllExtras:
Registers the built-in extensions
void xsltRegisterExtras | ( | xsltTransformContextPtr ctxt | ATTRIBUTE_UNUSED | ) |
xsltRegisterExtras: : a XSLT process context
Registers the built-in extensions. This function is deprecated, use xsltRegisterAllExtras instead.