IDZEBRA 2.2.8
Data Fields
xpath_predicate Struct Reference

#include <zebra_xpath.h>

Data Fields

int which
 
union { 
 
   struct { 
 
      char *   name 
 
      char *   op 
 
      char *   value 
 
   }   relation 
 
   struct { 
 
      const char *   op 
 
      struct xpath_predicate *   left 
 
      struct xpath_predicate *   right 
 
   }   boolean 
 
u 
 

Detailed Description

Definition at line 26 of file zebra_xpath.h.

Field Documentation

◆ [struct]

struct { ... } xpath_predicate::boolean

◆ left

struct xpath_predicate* xpath_predicate::left

Definition at line 38 of file zebra_xpath.h.

Referenced by d1_check_xpath_predicate(), dump_xp_predicate(), and get_xpath_boolean().

◆ name

char* xpath_predicate::name

◆ op [1/2]

char* xpath_predicate::op

◆ op [2/2]

const char* xpath_predicate::op

Definition at line 37 of file zebra_xpath.h.

◆ [struct]

struct { ... } xpath_predicate::relation

◆ right

struct xpath_predicate* xpath_predicate::right

Definition at line 39 of file zebra_xpath.h.

Referenced by d1_check_xpath_predicate(), dump_xp_predicate(), and get_xpath_boolean().

◆ [union]

union { ... } xpath_predicate::u

◆ value

char* xpath_predicate::value

◆ which

int xpath_predicate::which

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