exip
Alpha 0.5.4
|
Used for the processing grammar stack. More...
#include <procTypes.h>
Data Fields | |
EXIGrammar * | grammar |
SmallIndex | currNonTermID |
Current (left-hand side) non-terminal ID that identifies the current grammar rule. More... | |
QNameID | currQNameID |
The qname of the current element being parsed/serialized. More... | |
struct GrammarStackNode * | nextInStack |
Definition at line 771 of file bin/headers/procTypes.h.
SmallIndex GrammarStackNode::currNonTermID |
Defines the context/processor state.
Definition at line 779 of file bin/headers/procTypes.h.
QNameID GrammarStackNode::currQNameID |
Definition at line 781 of file bin/headers/procTypes.h.
EXIGrammar * GrammarStackNode::grammar |
Definition at line 773 of file bin/headers/procTypes.h.
struct GrammarStackNode * GrammarStackNode::nextInStack |
Definition at line 782 of file bin/headers/procTypes.h.