* Added XPATH functions position
This commit is contained in:
parent
8f81eb1c66
commit
fab261cb53
13 changed files with 98 additions and 23 deletions
|
|
@ -76,6 +76,7 @@ struct xp_ctx{
|
|||
enum xp_objtype xc_type;
|
||||
cxobj **xc_nodeset; /* if type XT_NODESET */
|
||||
int xc_size; /* Length of nodeset */
|
||||
int xc_position;
|
||||
int xc_bool; /* if xc_type XT_BOOL */
|
||||
double xc_number; /* if xc_type XT_NUMBER */
|
||||
char *xc_string; /* if xc_type XT_STRING */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue