Hubbub $Id$
|
Data for doctype token. More...
#include <types.h>
Public Attributes | |
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... | |
Data for doctype token.
bool hubbub_doctype::force_quirks |
Doctype force-quirks flag.
hubbub_string hubbub_doctype::name |
Doctype name.
hubbub_string hubbub_doctype::public_id |
Doctype public identifier.
bool hubbub_doctype::public_missing |
Whether the public id is missing.
hubbub_string hubbub_doctype::system_id |
Doctype system identifier.
bool hubbub_doctype::system_missing |
Whether the system id is missing.