Lines Matching defs:_xmlXPathParserContext
399 struct _xmlXPathParserContext { struct
400 const xmlChar *cur; /* the current char being parsed */
401 const xmlChar *base; /* the full expression */
403 int error; /* error code */
405 xmlXPathContextPtr context; /* the evaluation context */
406 xmlXPathObjectPtr value; /* the current value */
407 int valueNr; /* number of values stacked */
408 int valueMax; /* max number of values stacked */
409 xmlXPathObjectPtr *valueTab; /* stack of values */
411 xmlXPathCompExprPtr comp; /* the precompiled expression */
412 int xptr; /* it this an XPointer expression */
413 xmlNodePtr ancestor; /* used for walking preceding axis */
415 int valueFrame; /* used to limit Pop on the stack */