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