Hubbub $Id$
|
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... | |
Item on the element stack.
uint8_t* element_context::name |
Element name (interned)
void* element_context::node |
Node pointer.
hubbub_ns element_context::ns |
Element namespace.
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."
element_type element_context::type |
Element type.