Lines Matching defs:_xmlXPathParserContext
370 struct _xmlXPathParserContext { struct
371 const xmlChar *cur; /* the current char being parsed */
372 const xmlChar *base; /* the full expression */
374 int error; /* error code */
376 xmlXPathContextPtr context; /* the evaluation context */
377 xmlXPathObjectPtr value; /* the current value */
378 int valueNr; /* number of values stacked */
379 int valueMax; /* max number of values stacked */
380 xmlXPathObjectPtr *valueTab; /* stack of values */
382 xmlXPathCompExprPtr comp; /* the precompiled expression */
383 int xptr; /* it this an XPointer expression */
384 xmlNodePtr ancestor; /* used for walking preceding axis */
386 int valueFrame; /* used to limit Pop on the stack */