Hubbub $Id$
Public Attributes | List of all members
hubbub_doctype Struct Reference

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

Detailed Description

Data for doctype token.

Member Data Documentation

◆ force_quirks

bool hubbub_doctype::force_quirks

Doctype force-quirks flag.

◆ name

hubbub_string hubbub_doctype::name

Doctype name.

◆ public_id

hubbub_string hubbub_doctype::public_id

Doctype public identifier.

◆ public_missing

bool hubbub_doctype::public_missing

Whether the public id is missing.

◆ system_id

hubbub_string hubbub_doctype::system_id

Doctype system identifier.

◆ system_missing

bool hubbub_doctype::system_missing

Whether the system id is missing.


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