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