Redefinition of a token_syntax_decoder, with an xpath_stream pointer
We could have made this a double dependency on token_syntax_decoder and xpath_stream, but this is not good pratice IMHO
TinyXPath::token_redef::token_redef | ( | xpath_stream * | xsp_in | ) | [inline] |
virtual void TinyXPath::token_redef::v_action | ( | xpath_construct | xc_rule, | |
unsigned | u_sub, | |||
unsigned | u_variable = 0 , |
|||
const char * | cp_literal = "" | |||
) | [inline, virtual] |
dispatcher of the xpath_stream::v_action
Implements TinyXPath::token_syntax_decoder.
References xsp_stream.
virtual int TinyXPath::token_redef::i_get_action_counter | ( | ) | [inline, virtual] |
dispatcher of the xpath_stream::i_get_action_counter
Implements TinyXPath::token_syntax_decoder.
References i_get_action_counter(), and xsp_stream.
Referenced by i_get_action_counter().
xpath_stream* TinyXPath::token_redef::xsp_stream [protected] |
pointer to an xpath_stream instance
Referenced by i_get_action_counter(), token_redef(), and v_action().