Cogs.Core
Public Attributes | List of all members
GumboDocument Struct Reference

#include <gumbo.h>

Public Attributes

GumboVector children
 
bool has_doctype
 
const char * name
 
const char * public_identifier
 
const char * system_identifier
 
GumboQuirksModeEnum doc_type_quirks_mode
 

Detailed Description

Information specific to document nodes.

Definition at line 423 of file gumbo.h.

Member Data Documentation

◆ children

GumboVector GumboDocument::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.

Definition at line 429 of file gumbo.h.

◆ doc_type_quirks_mode

GumboQuirksModeEnum GumboDocument::doc_type_quirks_mode

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

Definition at line 443 of file gumbo.h.

◆ has_doctype

bool GumboDocument::has_doctype

Definition at line 432 of file gumbo.h.

◆ name

const char* GumboDocument::name

Definition at line 435 of file gumbo.h.

◆ public_identifier

const char* GumboDocument::public_identifier

Definition at line 436 of file gumbo.h.

◆ system_identifier

const char* GumboDocument::system_identifier

Definition at line 437 of file gumbo.h.


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