|
libxml2
|
An XPath parser context. More...
#include <xpath.h>
Data Fields | |
| int | error |
| error code | |
| xmlXPathContext * | context |
| the evaluation context | |
| xmlXPathObject * | value |
| the current value | |
An XPath parser context.
It contains pure parsing information, an xmlXPathContext, and the stack of objects.
This struct is used for evaluation as well and misnamed.