<libroxml  version="3.0.2" />
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]
 
void * lock
 
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 93 of file roxml_types.h.

Field Documentation

◆ id

unsigned char xpath_tok_table_t::id

token id == ROXML_REQTABLE_ID

Definition at line 94 of file roxml_types.h.

◆ ids

unsigned char xpath_tok_table_t::ids[256]

token id table

Definition at line 95 of file roxml_types.h.

◆ lock

void* xpath_tok_table_t::lock

token table allocation mutex

Definition at line 96 of file roxml_types.h.

◆ next

struct _xpath_tok* xpath_tok_table_t::next

next xpath token

Definition at line 97 of file roxml_types.h.