![]()  | 
  
    <libroxml
    version="3.0.2"
   /> 
   | 
 
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 76 of file roxml_types.h.
| char xpath_node_t::abs | 
for first node: is path absolute
Definition at line 77 of file roxml_types.h.
| char xpath_node_t::axes | 
axes type
Definition at line 79 of file roxml_types.h.
| struct _xpath_cond* xpath_node_t::cond | 
condition list
Definition at line 82 of file roxml_types.h.
| char* xpath_node_t::name | 
axes string
Definition at line 80 of file roxml_types.h.
| struct _xpath_node* xpath_node_t::next | 
next xpath pointer
Definition at line 83 of file roxml_types.h.
| char xpath_node_t::rel | 
relation with previous
Definition at line 78 of file roxml_types.h.
| struct _xpath_cond* xpath_node_t::xp_cond | 
condition for total xpath
Definition at line 81 of file roxml_types.h.
 1.9.8