Data Fields | |
int | pos |
int | is_first_node |
int | wait_first_node |
int | shorten_cond |
int | nbpath |
int | bracket |
int | parenthesys |
int | quoted |
int | dquoted |
int | context |
xpath_node_t * | first_node |
xpath_node_t * | new_node |
xpath_cond_t * | new_cond |
Definition at line 172 of file roxml-types.h.
are we inside two brackets
Definition at line 178 of file roxml-types.h.
is it an inside xpath
Definition at line 182 of file roxml-types.h.
are we double quoted (")
Definition at line 181 of file roxml-types.h.
the very first node of xpath string
Definition at line 183 of file roxml-types.h.
is it the first node of xpath
Definition at line 174 of file roxml-types.h.
number of xpath in this string
Definition at line 177 of file roxml-types.h.
current xpath cond
Definition at line 185 of file roxml-types.h.
current xpath node
Definition at line 184 of file roxml-types.h.
are we inside two parenthesys
Definition at line 179 of file roxml-types.h.
position in string
Definition at line 173 of file roxml-types.h.
are we quoted (')
Definition at line 180 of file roxml-types.h.
is the cond a short confition
Definition at line 176 of file roxml-types.h.
are we waiting for the first node of a xpath
Definition at line 175 of file roxml-types.h.