Searched defs:_xmlXPathParserContext (Results 1 – 1 of 1) sorted by relevance
368 struct _xmlXPathParserContext { struct369 const xmlChar *cur; /* the current char being parsed */370 const xmlChar *base; /* the full expression */372 int error; /* error code */374 xmlXPathContextPtr context; /* the evaluation context */375 xmlXPathObjectPtr value; /* the current value */376 int valueNr; /* number of values stacked */377 int valueMax; /* max number of values stacked */378 xmlXPathObjectPtr *valueTab; /* stack of values */380 xmlXPathCompExprPtr comp; /* the precompiled expression */[all …]