Eneboo - Documentación para desarrolladores
'defines' | Funciones
Referencia del Archivo src/libxslt/libxslt/extra.h
#include <libxml/xpath.h>
#include "xsltexports.h"
#include "xsltInternals.h"

Ir al código fuente de este archivo.

'defines'

#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
#define XSLT_NORM_SAXON_NAMESPACE

Funciones

XSLTPUBFUN void XSLTCALL xsltFunctionNodeSet (xmlXPathParserContextPtr ctxt, int nargs)
XSLTPUBFUN void XSLTCALL xsltDebug (xsltTransformContextPtr ctxt, xmlNodePtr node, xmlNodePtr inst, xsltStylePreCompPtr comp)
XSLTPUBFUN void XSLTCALL xsltRegisterExtras (xsltTransformContextPtr ctxt)
XSLTPUBFUN void XSLTCALL xsltRegisterAllExtras (void)

Documentación de los 'defines'

#define XSLT_LIBXSLT_NAMESPACE   ((xmlChar *) "http://xmlsoft.org/XSLT/namespace")

XSLT_LIBXSLT_NAMESPACE:

This is the libxslt namespace for specific extensions.

#define XSLT_NORM_SAXON_NAMESPACE
Valor:
((xmlChar *)    \
        "http://nwalsh.com/xslt/ext/com.nwalsh.saxon.CVS")

XSLT_NORM_SAXON_NAMESPACE:

This is Norm's namespace for SAXON extensions.

#define XSLT_SAXON_NAMESPACE   ((xmlChar *) "http://icl.com/saxon")

XSLT_SAXON_NAMESPACE:

This is Michael Kay's Saxon processor namespace for extensions.

#define XSLT_XALAN_NAMESPACE
Valor:
((xmlChar *)    \
                                "org.apache.xalan.xslt.extensions.Redirect")

XSLT_XALAN_NAMESPACE:

This is the Apache project XALAN processor namespace for extensions.

#define XSLT_XT_NAMESPACE   ((xmlChar *) "http://www.jclark.com/xt")

XSLT_XT_NAMESPACE:

This is James Clark's XT processor namespace for extensions.


Documentación de las funciones

XSLTPUBFUN void XSLTCALL 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

XSLTPUBFUN void XSLTCALL 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.

XSLTPUBFUN void XSLTCALL xsltRegisterAllExtras ( void  )

xsltRegisterAllExtras:

Registers the built-in extensions

XSLTPUBFUN void XSLTCALL xsltRegisterExtras ( xsltTransformContextPtr ctxt  ATTRIBUTE_UNUSED)

xsltRegisterExtras: : a XSLT process context

Registers the built-in extensions. This function is deprecated, use xsltRegisterAllExtras instead.

 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'