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