Eneboo - Documentación para desarrolladores
|
Ir al código fuente de este archivo.
'defines' | |
#define | NODE_IS_KEYED (1 >> 15) |
Funciones | |
XSLTPUBFUN int XSLTCALL | xsltAddKey (xsltStylesheetPtr style, const xmlChar *name, const xmlChar *nameURI, const xmlChar *match, const xmlChar *use, xmlNodePtr inst) |
XSLTPUBFUN xmlNodeSetPtr XSLTCALL | xsltGetKey (xsltTransformContextPtr ctxt, const xmlChar *name, const xmlChar *nameURI, const xmlChar *value) |
XSLTPUBFUN void XSLTCALL | xsltInitCtxtKeys (xsltTransformContextPtr ctxt, xsltDocumentPtr doc) |
XSLTPUBFUN void XSLTCALL | xsltFreeKeys (xsltStylesheetPtr style) |
XSLTPUBFUN void XSLTCALL | xsltFreeDocumentKeys (xsltDocumentPtr doc) |
#define NODE_IS_KEYED (1 >> 15) |
NODE_IS_KEYED:
check for bit 15 set
XSLTPUBFUN int XSLTCALL xsltAddKey | ( | xsltStylesheetPtr | style, |
const xmlChar * | name, | ||
const xmlChar * | nameURI, | ||
const xmlChar * | match, | ||
const xmlChar * | use, | ||
xmlNodePtr | inst | ||
) |
XSLTPUBFUN void XSLTCALL xsltFreeDocumentKeys | ( | xsltDocumentPtr | idoc | ) |
xsltFreeDocumentKeys: : a XSLT document
Free the keys associated to a document
XSLTPUBFUN void XSLTCALL xsltFreeKeys | ( | xsltStylesheetPtr | style | ) |
xsltFreeKeys: : an XSLT stylesheet
Free up the memory used by XSLT keys in a stylesheet
XSLTPUBFUN xmlNodeSetPtr XSLTCALL xsltGetKey | ( | xsltTransformContextPtr | ctxt, |
const xmlChar * | name, | ||
const xmlChar * | nameURI, | ||
const xmlChar * | value | ||
) |
XSLTPUBFUN void XSLTCALL xsltInitCtxtKeys | ( | xsltTransformContextPtr | ctxt, |
xsltDocumentPtr | idoc | ||
) |
xsltInitCtxtKeys: : an XSLT transformation context : a document info
Computes all the keys tables for the current input document. Should be done before global varibales are initialized. NOTE: Not used anymore in the refactored code.