![]() |
<libroxml
version="2.2.1"
/>
|
xpath token structure More...
#include <roxml-types.h>
Data Fields | |
| unsigned char | id |
| struct _xpath_tok * | next |
xpath token structure
This is the structure for a xpath token. It contains the xpath id
Definition at line 117 of file roxml-types.h.
| unsigned char xpath_tok_t::id |
token id starts at ROXML_XPATH_FIRST_ID
Definition at line 118 of file roxml-types.h.
| struct _xpath_tok* xpath_tok_t::next |
next xpath token
Definition at line 119 of file roxml-types.h.
1.8.1