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

xpath token structure More...

#include <roxml_types.h>

Data Fields

unsigned char id
 
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 107 of file roxml_types.h.

Field Documentation

◆ id

unsigned char xpath_tok_t::id

token id starts at ROXML_XPATH_FIRST_ID

Definition at line 108 of file roxml_types.h.

◆ next

struct _xpath_tok* xpath_tok_t::next

next xpath token

Definition at line 109 of file roxml_types.h.