Searched defs:_xmlXPathParserContext (Results 1 – 1 of 1) sorted by relevance
379 struct _xmlXPathParserContext { struct380 const xmlChar *cur; /* the current char being parsed */381 const xmlChar *base; /* the full expression */383 int error; /* error code */385 xmlXPathContextPtr context; /* the evaluation context */386 xmlXPathObjectPtr value; /* the current value */387 int valueNr; /* number of values stacked */388 int valueMax; /* max number of values stacked */389 xmlXPathObjectPtr *valueTab; /* stack of values */391 xmlXPathCompExprPtr comp; /* the precompiled expression */[all …]