Photon 1.0.0
Loading...
Searching...
No Matches
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.

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.

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

◆ has_doctype

bool GumboDocument::has_doctype

◆ name

const char* GumboDocument::name

◆ public_identifier

const char* GumboDocument::public_identifier

◆ system_identifier

const char* GumboDocument::system_identifier

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