Home
last modified time | relevance | path

Searched defs:_xmlXPathParserContext (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/include/libxml/
Dxpath.h369 struct _xmlXPathParserContext { struct
370 const xmlChar *cur; /* the current char being parsed */
371 const xmlChar *base; /* the full expression */
373 int error; /* error code */
375 xmlXPathContextPtr context; /* the evaluation context */
376 xmlXPathObjectPtr value; /* the current value */
377 int valueNr; /* number of values stacked */
378 int valueMax; /* max number of values stacked */
379 xmlXPathObjectPtr *valueTab; /* stack of values */
381 xmlXPathCompExprPtr comp; /* the precompiled expression */
[all …]