Hubbub
Data Fields
hubbub_doctype Struct Reference

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...
 

Detailed Description

Data for doctype token.

Definition at line 93 of file types.h.

Field Documentation

bool hubbub_doctype::force_quirks
hubbub_string hubbub_doctype::name
hubbub_string hubbub_doctype::public_id
bool hubbub_doctype::public_missing
hubbub_string hubbub_doctype::system_id
bool hubbub_doctype::system_missing

The documentation for this struct was generated from the following file: