Hubbub
|
Tag attribute data. More...
#include <types.h>
Data Fields | |
hubbub_ns | ns |
Attribute namespace. More... | |
hubbub_string | name |
Attribute name. More... | |
hubbub_string | value |
Attribute value. More... | |
hubbub_string hubbub_attribute::name |
Attribute name.
Definition at line 86 of file types.h.
Referenced by adjust_foreign_attributes(), adjust_mathml_attributes(), adjust_svg_attributes(), emit_current_tag(), handle_in_foreign_content(), hubbub_tokeniser_emit_token(), hubbub_tokeniser_handle_after_attribute_name(), hubbub_tokeniser_handle_attribute_name(), hubbub_tokeniser_handle_before_attribute_name(), process_isindex_in_body(), and process_meta_in_head().
hubbub_ns hubbub_attribute::ns |
Attribute namespace.
Definition at line 85 of file types.h.
Referenced by adjust_foreign_attributes(), hubbub_tokeniser_handle_after_attribute_name(), hubbub_tokeniser_handle_before_attribute_name(), and process_isindex_in_body().
hubbub_string hubbub_attribute::value |
Attribute value.
Definition at line 87 of file types.h.
Referenced by emit_current_tag(), hubbub_tokeniser_emit_token(), hubbub_tokeniser_handle_after_attribute_name(), hubbub_tokeniser_handle_attribute_value_dq(), hubbub_tokeniser_handle_attribute_value_sq(), hubbub_tokeniser_handle_attribute_value_uq(), hubbub_tokeniser_handle_before_attribute_name(), hubbub_tokeniser_handle_before_attribute_value(), hubbub_tokeniser_handle_character_reference_in_attribute_value(), process_input_in_table(), process_isindex_in_body(), and process_meta_in_head().