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 60 of file roxml-types.h.


Field Documentation

condition arg1 as string

Definition at line 67 of file roxml-types.h.

condition arg2 as string

Definition at line 68 of file roxml-types.h.

axes for operator

Definition at line 62 of file roxml-types.h.

function to process

Definition at line 65 of file roxml-types.h.

function to process in arg2

Definition at line 66 of file roxml-types.h.

struct _xpath_cond* xpath_cond_t::next

next xpath condition pointer

Definition at line 70 of file roxml-types.h.

operator used

Definition at line 63 of file roxml-types.h.

operator used on arg2

Definition at line 64 of file roxml-types.h.

relation with previous

Definition at line 61 of file roxml-types.h.

struct _xpath_node* xpath_cond_t::xp

xpath that have to be resolved for condition

Definition at line 69 of file roxml-types.h.


The documentation for this struct was generated from the following file: