<libroxml
version="3.0.2"
/>
|
xpath token structure More...
#include <roxml_types.h>
Data Fields | |
unsigned char | id |
unsigned char | ids [256] |
void * | lock |
struct _xpath_tok * | next |
xpath token structure
This is the structure for a xpath token. It contains the xpath id
Definition at line 93 of file roxml_types.h.
unsigned char xpath_tok_table_t::id |
token id == ROXML_REQTABLE_ID
Definition at line 94 of file roxml_types.h.
unsigned char xpath_tok_table_t::ids[256] |
token id table
Definition at line 95 of file roxml_types.h.
void* xpath_tok_table_t::lock |
token table allocation mutex
Definition at line 96 of file roxml_types.h.
struct _xpath_tok* xpath_tok_table_t::next |
next xpath token
Definition at line 97 of file roxml_types.h.