Public Member Functions | Protected Attributes

TinyXPath::result_and_next Class Reference

xpath_stack element. Derives from expression_result, and also contains a pointer to the next element on the stack More...

Inheritance diagram for TinyXPath::result_and_next:
Inheritance graph
[legend]
Collaboration diagram for TinyXPath::result_and_next:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Protected Attributes


Detailed Description

xpath_stack element. Derives from expression_result, and also contains a pointer to the next element on the stack


Constructor & Destructor Documentation

TinyXPath::result_and_next::result_and_next ( expression_result  er_in,
result_and_next rnp_in_next 
) [inline]

Constructor.

References rnp_next.


Member Function Documentation

result_and_next* TinyXPath::result_and_next::rnp_get_next (  )  [inline]

Return next element.

References rnp_next.


Member Data Documentation

Next element in the stack.

Referenced by result_and_next(), and rnp_get_next().


The documentation for this class was generated from the following file: