xpath node structure More...
#include <roxml-types.h>
Data Fields | |
char | abs |
char | rel |
char | axes |
char * | name |
struct _xpath_cond * | xp_cond |
struct _xpath_cond * | cond |
struct _xpath_node * | next |
xpath node structure
This is the structure for a xpath node. It contains the node axes and conditions
Definition at line 80 of file roxml-types.h.
char xpath_node_t::abs |
for first node: is path absolute
Definition at line 81 of file roxml-types.h.
char xpath_node_t::axes |
axes type
Definition at line 83 of file roxml-types.h.
struct _xpath_cond* xpath_node_t::cond |
condition list
Definition at line 86 of file roxml-types.h.
char* xpath_node_t::name |
axes string
Definition at line 84 of file roxml-types.h.
struct _xpath_node* xpath_node_t::next |
next xpath pointer
Definition at line 87 of file roxml-types.h.
char xpath_node_t::rel |
relation with previous
Definition at line 82 of file roxml-types.h.
struct _xpath_cond* xpath_node_t::xp_cond |
condition for total xpath
Definition at line 85 of file roxml-types.h.