Hubbub
|
Data for doctype token. More...
#include <types.h>
Data Fields | |
hubbub_string | name |
Doctype name. More... | |
bool | public_missing |
Whether the public id is missing. More... | |
hubbub_string | public_id |
Doctype public identifier. More... | |
bool | system_missing |
Whether the system id is missing. More... | |
hubbub_string | system_id |
Doctype system identifier. More... | |
bool | force_quirks |
Doctype force-quirks flag. More... | |
bool hubbub_doctype::force_quirks |
Doctype force-quirks flag.
Definition at line 102 of file types.h.
Referenced by emit_current_doctype(), handle_initial(), hubbub_tokeniser_handle_after_doctype_name(), hubbub_tokeniser_handle_after_doctype_public(), hubbub_tokeniser_handle_before_doctype_public(), hubbub_tokeniser_handle_before_doctype_system(), hubbub_tokeniser_handle_match_public(), and hubbub_tokeniser_handle_match_system().
hubbub_string hubbub_doctype::name |
Doctype name.
Definition at line 94 of file types.h.
Referenced by emit_current_doctype(), hubbub_tokeniser_emit_token(), hubbub_tokeniser_handle_before_doctype_name(), hubbub_tokeniser_handle_doctype_name(), and lookup_full_quirks().
hubbub_string hubbub_doctype::public_id |
Doctype public identifier.
Definition at line 97 of file types.h.
Referenced by emit_current_doctype(), hubbub_tokeniser_emit_token(), hubbub_tokeniser_handle_before_doctype_public(), hubbub_tokeniser_handle_doctype_public_dq(), hubbub_tokeniser_handle_doctype_public_sq(), lookup_full_quirks(), and lookup_limited_quirks().
bool hubbub_doctype::public_missing |
Whether the public id is missing.
Definition at line 96 of file types.h.
Referenced by emit_current_doctype(), hubbub_tokeniser_emit_token(), hubbub_tokeniser_handle_before_doctype_public(), hubbub_tokeniser_handle_match_doctype(), and lookup_full_quirks().
hubbub_string hubbub_doctype::system_id |
Doctype system identifier.
Definition at line 100 of file types.h.
Referenced by emit_current_doctype(), hubbub_tokeniser_emit_token(), hubbub_tokeniser_handle_after_doctype_public(), hubbub_tokeniser_handle_before_doctype_system(), hubbub_tokeniser_handle_doctype_system_dq(), hubbub_tokeniser_handle_doctype_system_sq(), and lookup_full_quirks().
bool hubbub_doctype::system_missing |
Whether the system id is missing.
Definition at line 99 of file types.h.
Referenced by emit_current_doctype(), hubbub_tokeniser_emit_token(), hubbub_tokeniser_handle_after_doctype_public(), hubbub_tokeniser_handle_before_doctype_system(), hubbub_tokeniser_handle_match_doctype(), lookup_full_quirks(), and lookup_limited_quirks().