|
IDZEBRA 2.2.8
|
#include <d1_absyn.h>
Data Fields | |
| char * | xpath_expr |
| struct xpath_location_step | xpath [XPATH_STEP_COUNT] |
| int | xpath_len |
| struct DFA * | dfa |
| data1_termlist * | termlists |
| struct data1_xpelement * | next |
| int | match_state |
| struct data1_xpelement * | match_next |
Definition at line 30 of file d1_absyn.h.
| struct DFA* data1_xpelement::dfa |
Definition at line 37 of file d1_absyn.h.
Referenced by data1_absyn_destroy(), and xpath_termlist_by_tagpath().
| struct data1_xpelement* data1_xpelement::match_next |
Definition at line 44 of file d1_absyn.h.
Referenced by data1_read_absyn(), and xpath_termlist_by_tagpath().
| int data1_xpelement::match_state |
Definition at line 43 of file d1_absyn.h.
Referenced by xpath_termlist_by_tagpath().
| struct data1_xpelement* data1_xpelement::next |
Definition at line 39 of file d1_absyn.h.
Referenced by data1_absyn_destroy(), data1_read_absyn(), and xpath_termlist_by_tagpath().
| data1_termlist* data1_xpelement::termlists |
Definition at line 38 of file d1_absyn.h.
Referenced by xpath_termlist_by_tagpath().
| struct xpath_location_step data1_xpelement::xpath[XPATH_STEP_COUNT] |
Definition at line 34 of file d1_absyn.h.
Referenced by xpath_termlist_by_tagpath().
| char* data1_xpelement::xpath_expr |
Definition at line 32 of file d1_absyn.h.
Referenced by data1_absyn_destroy(), and data1_read_absyn().
| int data1_xpelement::xpath_len |
Definition at line 35 of file d1_absyn.h.
Referenced by xpath_termlist_by_tagpath().