Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/libxslt
File: keys.h
/*
[0] Fix | Delete
* Summary: interface for the key matching used in key() and template matches.
[1] Fix | Delete
* Description: implementation of the key mechanims.
[2] Fix | Delete
*
[3] Fix | Delete
* Copy: See Copyright for the status of this software.
[4] Fix | Delete
*
[5] Fix | Delete
* Author: Daniel Veillard
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
#ifndef __XML_XSLT_KEY_H__
[9] Fix | Delete
#define __XML_XSLT_KEY_H__
[10] Fix | Delete
[11] Fix | Delete
#include <libxml/xpath.h>
[12] Fix | Delete
#include "xsltexports.h"
[13] Fix | Delete
#include "xsltInternals.h"
[14] Fix | Delete
[15] Fix | Delete
#ifdef __cplusplus
[16] Fix | Delete
extern "C" {
[17] Fix | Delete
#endif
[18] Fix | Delete
[19] Fix | Delete
/**
[20] Fix | Delete
* NODE_IS_KEYED:
[21] Fix | Delete
*
[22] Fix | Delete
* check for bit 15 set
[23] Fix | Delete
*/
[24] Fix | Delete
#define NODE_IS_KEYED (1 >> 15)
[25] Fix | Delete
[26] Fix | Delete
XSLTPUBFUN int XSLTCALL
[27] Fix | Delete
xsltAddKey (xsltStylesheetPtr style,
[28] Fix | Delete
const xmlChar *name,
[29] Fix | Delete
const xmlChar *nameURI,
[30] Fix | Delete
const xmlChar *match,
[31] Fix | Delete
const xmlChar *use,
[32] Fix | Delete
xmlNodePtr inst);
[33] Fix | Delete
XSLTPUBFUN xmlNodeSetPtr XSLTCALL
[34] Fix | Delete
xsltGetKey (xsltTransformContextPtr ctxt,
[35] Fix | Delete
const xmlChar *name,
[36] Fix | Delete
const xmlChar *nameURI,
[37] Fix | Delete
const xmlChar *value);
[38] Fix | Delete
XSLTPUBFUN void XSLTCALL
[39] Fix | Delete
xsltInitCtxtKeys (xsltTransformContextPtr ctxt,
[40] Fix | Delete
xsltDocumentPtr doc);
[41] Fix | Delete
XSLTPUBFUN void XSLTCALL
[42] Fix | Delete
xsltFreeKeys (xsltStylesheetPtr style);
[43] Fix | Delete
XSLTPUBFUN void XSLTCALL
[44] Fix | Delete
xsltFreeDocumentKeys (xsltDocumentPtr doc);
[45] Fix | Delete
[46] Fix | Delete
#ifdef __cplusplus
[47] Fix | Delete
}
[48] Fix | Delete
#endif
[49] Fix | Delete
[50] Fix | Delete
#endif /* __XML_XSLT_H__ */
[51] Fix | Delete
[52] Fix | Delete
[53] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function