<libroxml  version="2.2.1" />
contact: tristan.lelong@libroxml.net
Data Fields
xpath_tok_table_t Struct Reference

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

Detailed Description

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.


Field Documentation

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.