Lines Matching defs:_xmlXPathParserContext
380 struct _xmlXPathParserContext { struct
381 const xmlChar *cur; /* the current char being parsed */
382 const xmlChar *base; /* the full expression */
384 int error; /* error code */
386 xmlXPathContextPtr context; /* the evaluation context */
387 xmlXPathObjectPtr value; /* the current value */
388 int valueNr; /* number of values stacked */
389 int valueMax; /* max number of values stacked */
390 xmlXPathObjectPtr *valueTab; /* stack of values */
392 xmlXPathCompExprPtr comp; /* the precompiled expression */
393 int xptr; /* it this an XPointer expression */
394 xmlNodePtr ancestor; /* used for walking preceding axis */
396 int valueFrame; /* always zero for compatibility */