GumboDocument

Information specific to document nodes.

Members

Variables

children
GumboVector children;

An array of GumboNodes, containing the children of this element. This will normally consist of the <html> element and any comment nodes found. Pointers are owned.

doc_type_quirks_mode
GumboQuirksModeEnum doc_type_quirks_mode;

Whether or not the document is in QuirksMode, as determined by the values in the GumboTokenDocType template.

has_doctype
bool has_doctype;
Undocumented in source.
name
char* name;
Undocumented in source.
public_identifier
char* public_identifier;
Undocumented in source.
system_identifier
char* system_identifier;
Undocumented in source.

Meta