Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
Dxpath.h379 struct _xmlXPathParserContext { struct
380 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 …]