| struct _xmlXPathParserContext |
xmlXPathParserContext:
An XPath parser context. It contains pure parsing informations, an xmlXPathContext, and the stack of objects.
| Public Attributes | |
|---|---|
| xmlNodePtr | ancestor |
| const xmlChar * | base |
| xmlXPathCompExprPtr | comp |
| xmlXPathContextPtr | context |
| const xmlChar * | cur |
| int | error |
| xmlXPathObjectPtr | value |
| int | valueMax |
| int | valueNr |
| xmlXPathObjectPtr * | valueTab |
| int | xptr |