Searched defs:_xmlXPathParserContext (Results 1 – 2 of 2) 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 …]
368 struct _xmlXPathParserContext { struct369 const xmlChar *cur; /* the current char being parsed */370 const xmlChar *base; /* the full expression */372 int error; /* error code */374 xmlXPathContextPtr context; /* the evaluation context */375 xmlXPathObjectPtr value; /* the current value */376 int valueNr; /* number of values stacked */377 int valueMax; /* max number of values stacked */378 xmlXPathObjectPtr *valueTab; /* stack of values */380 xmlXPathCompExprPtr comp; /* the precompiled expression */[all …]