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