Hubbub
|
Tokeniser string type. More...
#include <types.h>
Data Fields | |
const uint8_t * | ptr |
Pointer to data. More... | |
size_t | len |
Byte length of string. More... | |
size_t hubbub_string::len |
Byte length of string.
Definition at line 78 of file types.h.
Referenced by adjust_foreign_attributes(), adjust_mathml_attributes(), adjust_svg_attributes(), adjust_svg_tagname(), element_type_from_name(), emit_current_chars(), emit_current_comment(), emit_current_doctype(), emit_current_tag(), handle_after_body(), handle_after_head(), handle_before_head(), handle_before_html(), handle_generic_rcdata(), handle_in_foreign_content(), handle_in_table(), handle_in_table_body(), hubbub_tokeniser_emit_token(), hubbub_tokeniser_handle_after_attribute_name(), hubbub_tokeniser_handle_after_doctype_public(), hubbub_tokeniser_handle_attribute_name(), hubbub_tokeniser_handle_attribute_value_uq(), hubbub_tokeniser_handle_before_attribute_name(), hubbub_tokeniser_handle_before_doctype_public(), hubbub_tokeniser_handle_before_doctype_system(), hubbub_tokeniser_handle_character_reference_data(), hubbub_tokeniser_handle_match_cdata(), hubbub_tokeniser_handle_match_comment(), hubbub_tokeniser_handle_match_doctype(), hubbub_tokeniser_handle_tag_name(), lookup_full_quirks(), lookup_limited_quirks(), process_0br_in_body(), process_0p_in_body(), process_character(), process_characters_expect_whitespace(), process_image_in_body(), process_input_in_table(), process_isindex_in_body(), and process_meta_in_head().
const uint8_t* hubbub_string::ptr |
Pointer to data.
Definition at line 77 of file types.h.
Referenced by adjust_foreign_attributes(), adjust_mathml_attributes(), adjust_svg_attributes(), adjust_svg_tagname(), element_type_from_name(), emit_current_chars(), emit_current_comment(), emit_current_doctype(), emit_current_tag(), handle_after_body(), handle_after_head(), handle_before_head(), handle_before_html(), handle_generic_rcdata(), handle_in_foreign_content(), handle_in_table(), handle_in_table_body(), hubbub_tokeniser_emit_token(), hubbub_tokeniser_handle_after_attribute_name(), hubbub_tokeniser_handle_before_attribute_name(), hubbub_tokeniser_handle_character_reference_data(), lookup_full_quirks(), lookup_limited_quirks(), process_0br_in_body(), process_0p_in_body(), process_character(), process_characters_expect_whitespace(), process_image_in_body(), process_input_in_table(), process_isindex_in_body(), and process_meta_in_head().