Eneboo - Documentación para desarrolladores
|
#include "libxslt.h"
#include <string.h>
#include <libxml/xmlmemory.h>
#include <libxml/parser.h>
#include <libxml/tree.h>
#include <libxml/valid.h>
#include <libxml/hash.h>
#include <libxml/uri.h>
#include <libxml/encoding.h>
#include <libxml/xmlerror.h>
#include "xslt.h"
#include "xsltutils.h"
#include "xsltInternals.h"
#include "transform.h"
#include "templates.h"
#include "variables.h"
#include "numbersInternals.h"
#include "preproc.h"
#include "extra.h"
#include "imports.h"
#include "extensions.h"
#include "pattern.h"
'defines' | |
#define | IN_LIBXSLT |
Funciones | |
xsltElemPreCompPtr | xsltDocumentComp (xsltStylesheetPtr style, xmlNodePtr inst, xsltTransformFunction function ATTRIBUTE_UNUSED) |
void | xsltFreeStylePreComps (xsltStylesheetPtr style) |
void | xsltStylePreCompute (xsltStylesheetPtr style, xmlNodePtr inst) |
Variables | |
const xmlChar * | xsltExtMarker = "Extension Element" |
#define IN_LIBXSLT |
xsltElemPreCompPtr xsltDocumentComp | ( | xsltStylesheetPtr | style, |
xmlNodePtr | inst, | ||
xsltTransformFunction function | ATTRIBUTE_UNUSED | ||
) |
xsltDocumentComp: : the XSLT stylesheet : the instruction in the stylesheet : unused
Pre process an XSLT-1.1 document element
Returns a precompiled data structure for the element
void xsltFreeStylePreComps | ( | xsltStylesheetPtr | style | ) |
xsltFreeStylePreComps: : an XSLT transformation context
Free up the memory allocated by all precomputed blocks
void xsltStylePreCompute | ( | xsltStylesheetPtr | style, |
xmlNodePtr | inst | ||
) |
xsltStylePreCompute: : the XSLT stylesheet : the instruction in the stylesheet
Precompute an XSLT stylesheet element
const xmlChar* xsltExtMarker = "Extension Element" |