Searched defs:_xmlXPathContext (Results 1 – 1 of 1) sorted by relevance
288 struct _xmlXPathContext { struct289 xmlDocPtr doc; /* The current document */290 xmlNodePtr node; /* The current node */292 int nb_variables_unused; /* unused (hash table) */293 int max_variables_unused; /* unused (hash table) */294 xmlHashTablePtr varHash; /* Hash table of defined variables */296 int nb_types; /* number of defined types */297 int max_types; /* max number of types */298 xmlXPathTypePtr types; /* Array of defined types */300 int nb_funcs_unused; /* unused (hash table) */[all …]