ELinks 0.18.0
|
DOM stack context. More...
#include <stack.h>
Data Fields | |
void * | data |
Data specific to the context. | |
char * | state_objects |
This is one big array of context specific objects. | |
struct dom_stack_context_info * | info |
Info about node callbacks and such. | |
DOM stack context.
This holds 'runtime' data for the stack context.
void* dom_stack_context::data |
Data specific to the context.
struct dom_stack_context_info* dom_stack_context::info |
Info about node callbacks and such.
char* dom_stack_context::state_objects |
This is one big array of context specific objects.
For the SGML parser this holds DTD-oriented info about the node (recorded in struct sgml_node_info). E.g. whether an element node is optional.