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