|
Hubbub $Id$
|
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. | |
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.