<libroxml  version="3.0.2" />
contact: tristan.lelong@libroxml.net
Data Fields
xpath_cond_t Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ arg1

char* xpath_cond_t::arg1

condition arg1 as string

Definition at line 63 of file roxml_types.h.

◆ arg2

char* xpath_cond_t::arg2

condition arg2 as string

Definition at line 64 of file roxml_types.h.

◆ axes

char xpath_cond_t::axes

axes for operator

Definition at line 58 of file roxml_types.h.

◆ func

char xpath_cond_t::func

function to process

Definition at line 61 of file roxml_types.h.

◆ func2

char xpath_cond_t::func2

function to process in arg2

Definition at line 62 of file roxml_types.h.

◆ next

struct _xpath_cond* xpath_cond_t::next

next xpath condition pointer

Definition at line 66 of file roxml_types.h.

◆ op

char xpath_cond_t::op

operator used

Definition at line 59 of file roxml_types.h.

◆ op2

char xpath_cond_t::op2

operator used on arg2

Definition at line 60 of file roxml_types.h.

◆ rel

char xpath_cond_t::rel

relation with previous

Definition at line 57 of file roxml_types.h.

◆ xp

struct _xpath_node* xpath_cond_t::xp

xpath that have to be resolved for condition

Definition at line 65 of file roxml_types.h.