![]() |
<libroxml
version="2.2.1"
/>
|
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 66 of file roxml-types.h.
| char* xpath_cond_t::arg1 |
condition arg1 as string
Definition at line 73 of file roxml-types.h.
| char* xpath_cond_t::arg2 |
condition arg2 as string
Definition at line 74 of file roxml-types.h.
| char xpath_cond_t::axes |
axes for operator
Definition at line 68 of file roxml-types.h.
| char xpath_cond_t::func |
function to process
Definition at line 71 of file roxml-types.h.
| char xpath_cond_t::func2 |
function to process in arg2
Definition at line 72 of file roxml-types.h.
| struct _xpath_cond* xpath_cond_t::next |
next xpath condition pointer
Definition at line 76 of file roxml-types.h.
| char xpath_cond_t::op |
operator used
Definition at line 69 of file roxml-types.h.
| char xpath_cond_t::op2 |
operator used on arg2
Definition at line 70 of file roxml-types.h.
| char xpath_cond_t::rel |
relation with previous
Definition at line 67 of file roxml-types.h.
| struct _xpath_node* xpath_cond_t::xp |
xpath that have to be resolved for condition
Definition at line 75 of file roxml-types.h.
1.8.1