mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
added a function lookup framework
* xpath.c include/libxml/xpath{,Internals}.h: added a function lookup framework
This commit is contained in:
@@ -231,6 +231,10 @@ struct _xmlXPathContext {
|
||||
/* The function name and URI when calling a function */
|
||||
const xmlChar *function;
|
||||
const xmlChar *functionURI;
|
||||
|
||||
/* function lookup function and data */
|
||||
void *funcLookupFunc; /* function lookup func */
|
||||
void *funcLookupData; /* function lookup data */
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user