Syntax
SXP_query(Q, query, node, position, size)
Name | Type | Description |
Q | QueryContext | The current query context.
|
query | const SXP_char* | The text of the query.
|
node | SXP_Node | The current node for the query.
|
position | int | The position of the current node in the evaluation context.
|
size | int | The size of the evaluation context.
|
(RET) | int | The error code.
|
|