Eneboo - Documentación para desarrolladores
|
Ir al código fuente de este archivo.
Funciones | |
XSLTPUBFUN xsltElemPreCompPtr XSLTCALL | xsltDocumentComp (xsltStylesheetPtr style, xmlNodePtr inst, xsltTransformFunction function) |
XSLTPUBFUN void XSLTCALL | xsltStylePreCompute (xsltStylesheetPtr style, xmlNodePtr inst) |
XSLTPUBFUN void XSLTCALL | xsltFreeStylePreComps (xsltStylesheetPtr style) |
Variables | |
const xmlChar * | xsltExtMarker |
XSLTPUBFUN xsltElemPreCompPtr XSLTCALL 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
XSLTPUBFUN void XSLTCALL xsltFreeStylePreComps | ( | xsltStylesheetPtr | style | ) |
xsltFreeStylePreComps: : an XSLT transformation context
Free up the memory allocated by all precomputed blocks
XSLTPUBFUN void XSLTCALL xsltStylePreCompute | ( | xsltStylesheetPtr | style, |
xmlNodePtr | inst | ||
) |
xsltStylePreCompute: : the XSLT stylesheet : the instruction in the stylesheet
Precompute an XSLT stylesheet element
const xmlChar* xsltExtMarker |