![]() |
<libroxml
version="2.2.1"
/>
|
xpath token structure More...
#include <roxml-types.h>
Data Fields | |
| unsigned char | id |
| unsigned char | ids [256] |
| pthread_mutex_t | mut |
| struct _xpath_tok * | next |
xpath token structure
This is the structure for a xpath token. It contains the xpath id
Definition at line 103 of file roxml-types.h.
| unsigned char xpath_tok_table_t::id |
token id == ROXML_REQTABLE_ID
Definition at line 104 of file roxml-types.h.
| unsigned char xpath_tok_table_t::ids[256] |
token id table
Definition at line 105 of file roxml-types.h.
| pthread_mutex_t xpath_tok_table_t::mut |
token table allocation mutex
Definition at line 106 of file roxml-types.h.
| struct _xpath_tok* xpath_tok_table_t::next |
next xpath token
Definition at line 107 of file roxml-types.h.
1.8.1