ELinks 0.16.1.1
dom_stack_context Struct Reference

DOM stack context. More...

#include <stack.h>

Collaboration diagram for dom_stack_context:

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_infoinfo
 Info about node callbacks and such.

Detailed Description

DOM stack context.

This holds 'runtime' data for the stack context.

Field Documentation

◆ data

void* dom_stack_context::data

Data specific to the context.

◆ info

struct dom_stack_context_info* dom_stack_context::info

Info about node callbacks and such.

◆ state_objects

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.


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