GumboDocument(3)
| GumboDocument(3) | Gumbo | GumboDocument(3) |
NAME
GumboDocument
SYNOPSIS
#include <gumbo.h>
Data Fields
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.
Field Documentation
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.
GumboQuirksModeEnum GumboDocument::doc_type_quirks_mode
Whether or not the document is in QuirksMode, as determined by the values in the GumboTokenDocType template.
Author
Generated automatically by Doxygen for Gumbo from the source code.
| Tue Jan 7 2025 18:27:29 | Version 0.13.0 |
