Hubbub
Data Fields
hubbub_tag Struct Reference

Data for a tag. More...

#include <types.h>

Data Fields

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.

Definition at line 108 of file types.h.

Field Documentation

hubbub_attribute* hubbub_tag::attributes
uint32_t hubbub_tag::n_attributes
hubbub_string hubbub_tag::name
hubbub_ns hubbub_tag::ns
bool hubbub_tag::self_closing

Whether the tag can have children.

Definition at line 113 of file types.h.

Referenced by emit_current_tag(), handle_in_foreign_content(), hubbub_tokeniser_handle_self_closing_start_tag(), and process_start_tag().


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