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

the parser item struct More...

#include <roxml-types.h>

Data Fields

int count
int def_count
char chunk
roxml_parse_func func
struct _roxml_parser_item * next

Detailed Description

the parser item struct

this struct contains the key and callback.

Definition at line 221 of file roxml-types.h.


Field Documentation

char roxml_parser_item_t::chunk

key to match

Definition at line 224 of file roxml-types.h.

int roxml_parser_item_t::count

number of parser item with non null key (only for head)

Definition at line 222 of file roxml-types.h.

int roxml_parser_item_t::def_count

total number of parser item (only for head)

Definition at line 223 of file roxml-types.h.

roxml_parse_func roxml_parser_item_t::func

callback function

Definition at line 225 of file roxml-types.h.

struct _roxml_parser_item* roxml_parser_item_t::next

next item

Definition at line 226 of file roxml-types.h.