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