Data Fields | |
int | pos |
int | empty_text_node |
int | state |
int | previous_state |
int | mode |
int | inside_node_state |
int | type |
void * | src |
node_t * | candidat_node |
node_t * | candidat_txt |
node_t * | candidat_arg |
node_t * | candidat_val |
node_t * | current_node |
Definition at line 149 of file roxml-types.h.
attr node being processed
Definition at line 160 of file roxml-types.h.
node being processed
Definition at line 158 of file roxml-types.h.
text node being processed
Definition at line 159 of file roxml-types.h.
attr value being processed
Definition at line 161 of file roxml-types.h.
current node
Definition at line 162 of file roxml-types.h.
if text node is empty (only '' '' '
' ' '
Definition at line 151 of file roxml-types.h.
sub state for attributes
Definition at line 155 of file roxml-types.h.
mode quoted or normal
Definition at line 154 of file roxml-types.h.
position in file
Definition at line 150 of file roxml-types.h.
previous state
Definition at line 153 of file roxml-types.h.
void* roxml_load_ctx_t::src |
source (file or buffer)
Definition at line 157 of file roxml-types.h.
state (state machine main var)
Definition at line 152 of file roxml-types.h.
source type (file or buffer)
Definition at line 156 of file roxml-types.h.