|
IDZEBRA 2.2.8
|
#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 | |
Definition at line 26 of file zebra_xpath.h.
| struct { ... } xpath_predicate::boolean |
Referenced by d1_check_xpath_predicate(), dump_xp_predicate(), and get_xpath_boolean().
| 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().
| char* xpath_predicate::name |
Definition at line 31 of file zebra_xpath.h.
Referenced by d1_check_xpath_predicate(), dump_xp_predicate(), get_xpath_relation(), and rpn_search_xpath().
| char* xpath_predicate::op |
Definition at line 32 of file zebra_xpath.h.
Referenced by d1_check_xpath_predicate(), dump_xp_predicate(), get_xpath_boolean(), and get_xpath_relation().
| const char* xpath_predicate::op |
Definition at line 37 of file zebra_xpath.h.
| struct { ... } xpath_predicate::relation |
Referenced by d1_check_xpath_predicate(), dump_xp_predicate(), get_xpath_relation(), and rpn_search_xpath().
| 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 { ... } xpath_predicate::u |
Referenced by d1_check_xpath_predicate(), dump_xp_predicate(), get_xpath_boolean(), get_xpath_relation(), and rpn_search_xpath().
| char* xpath_predicate::value |
Definition at line 33 of file zebra_xpath.h.
Referenced by d1_check_xpath_predicate(), dump_xp_predicate(), get_xpath_relation(), and rpn_search_xpath().
| int xpath_predicate::which |
Definition at line 27 of file zebra_xpath.h.
Referenced by d1_check_xpath_predicate(), dump_xp_predicate(), get_xpath_boolean(), and get_xpath_relation().