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

#include <gumbo.h>

Public Attributes

GumboNodedocument
 
GumboNoderoot
 
GumboVector errors
 

Detailed Description

The output struct containing the results of the parse.

Definition at line 627 of file gumbo.h.

Member Data Documentation

◆ document

GumboNode* GumboInternalOutput::document

Pointer to the document node. This is a GumboNode of type NODE_DOCUMENT that contains the entire document as its child.

Definition at line 632 of file gumbo.h.

◆ errors

GumboVector GumboInternalOutput::errors

A list of errors that occurred during the parse. NOTE: In version 1.0 of this library, the API for errors hasn't been fully fleshed out and may change in the future. For this reason, the GumboError header isn't part of the public API. Contact us if you need errors reported so we can work out something appropriate for your use-case.

Definition at line 647 of file gumbo.h.

◆ root

GumboNode* GumboInternalOutput::root

Pointer to the root node. This the <html> tag that forms the root of the document.

Definition at line 638 of file gumbo.h.


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