1
0
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:
Thomas Broyer
2001-07-26 16:55:21 +00:00
parent 1d0bfab330
commit ba4ad3263b
4 changed files with 62 additions and 2 deletions

View File

@@ -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 */
};
/*