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