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