Hubbub $Id$
element_context Struct Reference

Item on the element stack. More...

#include <internal.h>

Public Attributes

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

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: