Hubbub
Data Fields
element_context Struct Reference

Item on the element stack. More...

#include <internal.h>

Data Fields

hubbub_ns ns
 Element namespace. More...
 
element_type type
 Element type. More...
 
uint8_t * name
 Element name (interned) More...
 
bool tainted
 Only for tables. More...
 
void * node
 Node pointer. More...
 

Detailed Description

Item on the element stack.

Definition at line 42 of file internal.h.

Field Documentation

uint8_t* element_context::name

Element name (interned)

Definition at line 46 of file internal.h.

void* element_context::node
hubbub_ns element_context::ns
bool element_context::tainted

Only for tables.

"Once the current table has been tainted, whitespace characters are inserted into the foster parent element instead of the current node."

Definition at line 48 of file internal.h.

Referenced by aa_insert_into_foster_parent(), handle_in_table(), and process_start_tag().

element_type element_context::type

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