Hubbub $Id$
Public Attributes | List of all members
hubbub_tag Struct Reference

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_attributeattributes
 Array of attribute data. More...
 
bool self_closing
 Whether the tag can have children. More...
 

Detailed Description

Data for a tag.

Member Data Documentation

◆ attributes

hubbub_attribute* hubbub_tag::attributes

Array of attribute data.

◆ n_attributes

uint32_t hubbub_tag::n_attributes

Count of attributes.

◆ name

hubbub_string hubbub_tag::name

Tag name.

◆ ns

hubbub_ns hubbub_tag::ns

Tag namespace.

◆ self_closing

bool hubbub_tag::self_closing

Whether the tag can have children.


The documentation for this struct was generated from the following file: