Searched defs:_xmlXPathParserContext (Results 1 – 1 of 1) sorted by relevance
370 struct _xmlXPathParserContext { struct371 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 */[all …]