Hubbub $Id$
Public Attributes | List of all members
element_context Struct Reference

Item on the element stack. More...

#include <internal.h>

Public Attributes

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.

Member Data Documentation

◆ name

uint8_t* element_context::name

Element name (interned)

◆ node

void* element_context::node

Node pointer.

◆ ns

hubbub_ns element_context::ns

Element namespace.

◆ tainted

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."

◆ type

element_type element_context::type

Element type.


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