Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/libxslt
File: templates.h
/*
[0] Fix | Delete
* Summary: interface for the template processing
[1] Fix | Delete
* Description: This set of routine encapsulates XPath calls
[2] Fix | Delete
* and Attribute Value Templates evaluation.
[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_TEMPLATES_H__
[10] Fix | Delete
#define __XML_XSLT_TEMPLATES_H__
[11] Fix | Delete
[12] Fix | Delete
#include <libxml/xpath.h>
[13] Fix | Delete
#include <libxml/xpathInternals.h>
[14] Fix | Delete
#include "xsltexports.h"
[15] Fix | Delete
#include "xsltInternals.h"
[16] Fix | Delete
[17] Fix | Delete
#ifdef __cplusplus
[18] Fix | Delete
extern "C" {
[19] Fix | Delete
#endif
[20] Fix | Delete
[21] Fix | Delete
XSLTPUBFUN int XSLTCALL
[22] Fix | Delete
xsltEvalXPathPredicate (xsltTransformContextPtr ctxt,
[23] Fix | Delete
xmlXPathCompExprPtr comp,
[24] Fix | Delete
xmlNsPtr *nsList,
[25] Fix | Delete
int nsNr);
[26] Fix | Delete
XSLTPUBFUN xmlChar * XSLTCALL
[27] Fix | Delete
xsltEvalTemplateString (xsltTransformContextPtr ctxt,
[28] Fix | Delete
xmlNodePtr contextNode,
[29] Fix | Delete
xmlNodePtr inst);
[30] Fix | Delete
XSLTPUBFUN xmlChar * XSLTCALL
[31] Fix | Delete
xsltEvalAttrValueTemplate (xsltTransformContextPtr ctxt,
[32] Fix | Delete
xmlNodePtr node,
[33] Fix | Delete
const xmlChar *name,
[34] Fix | Delete
const xmlChar *ns);
[35] Fix | Delete
XSLTPUBFUN const xmlChar * XSLTCALL
[36] Fix | Delete
xsltEvalStaticAttrValueTemplate (xsltStylesheetPtr style,
[37] Fix | Delete
xmlNodePtr node,
[38] Fix | Delete
const xmlChar *name,
[39] Fix | Delete
const xmlChar *ns,
[40] Fix | Delete
int *found);
[41] Fix | Delete
[42] Fix | Delete
/* TODO: this is obviously broken ... the namespaces should be passed too ! */
[43] Fix | Delete
XSLTPUBFUN xmlChar * XSLTCALL
[44] Fix | Delete
xsltEvalXPathString (xsltTransformContextPtr ctxt,
[45] Fix | Delete
xmlXPathCompExprPtr comp);
[46] Fix | Delete
XSLTPUBFUN xmlChar * XSLTCALL
[47] Fix | Delete
xsltEvalXPathStringNs (xsltTransformContextPtr ctxt,
[48] Fix | Delete
xmlXPathCompExprPtr comp,
[49] Fix | Delete
int nsNr,
[50] Fix | Delete
xmlNsPtr *nsList);
[51] Fix | Delete
[52] Fix | Delete
XSLTPUBFUN xmlNodePtr * XSLTCALL
[53] Fix | Delete
xsltTemplateProcess (xsltTransformContextPtr ctxt,
[54] Fix | Delete
xmlNodePtr node);
[55] Fix | Delete
XSLTPUBFUN xmlAttrPtr XSLTCALL
[56] Fix | Delete
xsltAttrListTemplateProcess (xsltTransformContextPtr ctxt,
[57] Fix | Delete
xmlNodePtr target,
[58] Fix | Delete
xmlAttrPtr cur);
[59] Fix | Delete
XSLTPUBFUN xmlAttrPtr XSLTCALL
[60] Fix | Delete
xsltAttrTemplateProcess (xsltTransformContextPtr ctxt,
[61] Fix | Delete
xmlNodePtr target,
[62] Fix | Delete
xmlAttrPtr attr);
[63] Fix | Delete
XSLTPUBFUN xmlChar * XSLTCALL
[64] Fix | Delete
xsltAttrTemplateValueProcess (xsltTransformContextPtr ctxt,
[65] Fix | Delete
const xmlChar* attr);
[66] Fix | Delete
XSLTPUBFUN xmlChar * XSLTCALL
[67] Fix | Delete
xsltAttrTemplateValueProcessNode(xsltTransformContextPtr ctxt,
[68] Fix | Delete
const xmlChar* str,
[69] Fix | Delete
xmlNodePtr node);
[70] Fix | Delete
#ifdef __cplusplus
[71] Fix | Delete
}
[72] Fix | Delete
#endif
[73] Fix | Delete
[74] Fix | Delete
#endif /* __XML_XSLT_TEMPLATES_H__ */
[75] Fix | Delete
[76] Fix | Delete
[77] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function