Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/libxslt
File: preproc.h
/*
[0] Fix | Delete
* Summary: precomputing stylesheets
[1] Fix | Delete
* Description: this is the compilation phase, where most of the
[2] Fix | Delete
* stylesheet is "compiled" into faster to use data.
[3] Fix | Delete
*
[4] Fix | Delete
* Copy: See Copyright for the status of this software.
[5] Fix | Delete
*
[6] Fix | Delete
* Author: Daniel Veillard
[7] Fix | Delete
*/
[8] Fix | Delete
[9] Fix | Delete
#ifndef __XML_XSLT_PRECOMP_H__
[10] Fix | Delete
#define __XML_XSLT_PRECOMP_H__
[11] Fix | Delete
[12] Fix | Delete
#include <libxml/tree.h>
[13] Fix | Delete
#include "xsltexports.h"
[14] Fix | Delete
#include "xsltInternals.h"
[15] Fix | Delete
[16] Fix | Delete
#ifdef __cplusplus
[17] Fix | Delete
extern "C" {
[18] Fix | Delete
#endif
[19] Fix | Delete
[20] Fix | Delete
/*
[21] Fix | Delete
* Interfaces
[22] Fix | Delete
*/
[23] Fix | Delete
extern const xmlChar *xsltExtMarker;
[24] Fix | Delete
[25] Fix | Delete
XSLTPUBFUN xsltElemPreCompPtr XSLTCALL
[26] Fix | Delete
xsltDocumentComp (xsltStylesheetPtr style,
[27] Fix | Delete
xmlNodePtr inst,
[28] Fix | Delete
xsltTransformFunction function);
[29] Fix | Delete
[30] Fix | Delete
XSLTPUBFUN void XSLTCALL
[31] Fix | Delete
xsltStylePreCompute (xsltStylesheetPtr style,
[32] Fix | Delete
xmlNodePtr inst);
[33] Fix | Delete
XSLTPUBFUN void XSLTCALL
[34] Fix | Delete
xsltFreeStylePreComps (xsltStylesheetPtr style);
[35] Fix | Delete
[36] Fix | Delete
#ifdef __cplusplus
[37] Fix | Delete
}
[38] Fix | Delete
#endif
[39] Fix | Delete
[40] Fix | Delete
#endif /* __XML_XSLT_PRECOMP_H__ */
[41] Fix | Delete
[42] Fix | Delete
[43] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function