peacock-data-public-datasets-idc-cronscript
/
venv
/lib
/python3.10
/site-packages
/lxml
/includes
/libxslt
/imports.h
/* | |
* Summary: interface for the XSLT import support | |
* Description: macros and fuctions needed to implement and | |
* access the import tree | |
* | |
* Copy: See Copyright for the status of this software. | |
* | |
* Author: Daniel Veillard | |
*/ | |
extern "C" { | |
/** | |
* XSLT_GET_IMPORT_PTR: | |
* | |
* A macro to import pointers from the stylesheet cascading order. | |
*/ | |
/** | |
* XSLT_GET_IMPORT_INT: | |
* | |
* A macro to import intergers from the stylesheet cascading order. | |
*/ | |
/* | |
* Module interfaces | |
*/ | |
XSLTPUBFUN int XSLTCALL | |
xsltParseStylesheetImport(xsltStylesheetPtr style, | |
xmlNodePtr cur); | |
XSLTPUBFUN int XSLTCALL | |
xsltParseStylesheetInclude | |
(xsltStylesheetPtr style, | |
xmlNodePtr cur); | |
XSLTPUBFUN xsltStylesheetPtr XSLTCALL | |
xsltNextImport (xsltStylesheetPtr style); | |
XSLTPUBFUN int XSLTCALL | |
xsltNeedElemSpaceHandling(xsltTransformContextPtr ctxt); | |
XSLTPUBFUN int XSLTCALL | |
xsltFindElemSpaceHandling(xsltTransformContextPtr ctxt, | |
xmlNodePtr node); | |
XSLTPUBFUN xsltTemplatePtr XSLTCALL | |
xsltFindTemplate (xsltTransformContextPtr ctxt, | |
const xmlChar *name, | |
const xmlChar *nameURI); | |
} | |