| ||||
DescriptionA type representing the context of a query, which can hold (1) namespace declarations for the next call toSXP_query , (2)
variable bindings for the same, (3) the result of a
SXP_query . An object of this type is created using
SXP_createQueryContext and freed using
SXP_destroyQueryContext . The evaluation result may be
retrieved using functions like SXP_getResultString .
| ||||
See Also
|