|  | <libroxml
    version="3.0.2"
   /> | 
xpath cond structure More...
#include <roxml_types.h>
| Data Fields | |
| char | rel | 
| char | axes | 
| char | op | 
| char | op2 | 
| char | func | 
| char | func2 | 
| char * | arg1 | 
| char * | arg2 | 
| struct _xpath_node * | xp | 
| struct _xpath_cond * | next | 
xpath cond structure
This is the structure for a xpath cond. It contains the node condition
Definition at line 56 of file roxml_types.h.
| char* xpath_cond_t::arg1 | 
condition arg1 as string
Definition at line 63 of file roxml_types.h.
| char* xpath_cond_t::arg2 | 
condition arg2 as string
Definition at line 64 of file roxml_types.h.
| char xpath_cond_t::axes | 
axes for operator
Definition at line 58 of file roxml_types.h.
| char xpath_cond_t::func | 
function to process
Definition at line 61 of file roxml_types.h.
| char xpath_cond_t::func2 | 
function to process in arg2
Definition at line 62 of file roxml_types.h.
| struct _xpath_cond* xpath_cond_t::next | 
next xpath condition pointer
Definition at line 66 of file roxml_types.h.
| char xpath_cond_t::op | 
operator used
Definition at line 59 of file roxml_types.h.
| char xpath_cond_t::op2 | 
operator used on arg2
Definition at line 60 of file roxml_types.h.
| char xpath_cond_t::rel | 
relation with previous
Definition at line 57 of file roxml_types.h.
| struct _xpath_node* xpath_cond_t::xp | 
xpath that have to be resolved for condition
Definition at line 65 of file roxml_types.h.
 1.9.8
 1.9.8