Hubbub $Id$
|
Data for a tag. More...
#include <types.h>
Public Attributes | |
hubbub_ns | ns |
Tag namespace. More... | |
hubbub_string | name |
Tag name. More... | |
uint32_t | n_attributes |
Count of attributes. More... | |
hubbub_attribute * | attributes |
Array of attribute data. More... | |
bool | self_closing |
Whether the tag can have children. More... | |
Data for a tag.
hubbub_attribute* hubbub_tag::attributes |
Array of attribute data.
uint32_t hubbub_tag::n_attributes |
Count of attributes.
hubbub_string hubbub_tag::name |
Tag name.
hubbub_ns hubbub_tag::ns |
Tag namespace.
bool hubbub_tag::self_closing |
Whether the tag can have children.