|
ELinks 0.19.1
|
DOM stack state. More...
#include <stack.h>

Data Fields | |
| struct dom_node * | node |
| The node assiciated with the state. | |
| unsigned int | depth |
| The depth of the state in the stack. | |
| unsigned int | immutable:1 |
| Whether this stack state can be popped with pop_dom_node(), pop_dom_nodes(), or pop_dom_state(). | |
DOM stack state.
This state records what node and where it is placed.
| unsigned int dom_stack_state::depth |
The depth of the state in the stack.
This is amongst other things used to get the state object data.
| unsigned int dom_stack_state::immutable |
Whether this stack state can be popped with pop_dom_node(), pop_dom_nodes(), or pop_dom_state().
| struct dom_node* dom_stack_state::node |
The node assiciated with the state.