Inheritance diagram for TinyXPath::result_and_next:
Public Member Functions | |
result_and_next (expression_result er_in, result_and_next *rnp_in_next) | |
Constructor. | |
result_and_next * | rnp_get_next () |
Return next element. | |
void | v_dump () |
Dump a stack element to stdout. | |
Protected Attributes | |
result_and_next * | rnp_next |
Next element in the stack. |
|
Constructor.
|
|
Return next element.
|
|
Dump a stack element to stdout.
Reimplemented from TinyXPath::expression_result. |
|
Next element in the stack.
|