|
Cogs.Core
|
#include <gumbo.h>
Public Attributes | |
| GumboNodeType | type |
| GumboNode * | parent |
| size_t | index_within_parent |
| GumboParseFlags | parse_flags |
| union { | |
| GumboDocument document | |
| GumboElement element | |
| GumboText text | |
| } | v |
A supertype for GumboElement and GumboText, so that we can include one generic type in lists of children and cast as necessary to subtypes.
| GumboDocument GumboInternalNode::document |
| GumboElement GumboInternalNode::element |
| size_t GumboInternalNode::index_within_parent |
| GumboNode* GumboInternalNode::parent |
| GumboParseFlags GumboInternalNode::parse_flags |
| GumboNodeType GumboInternalNode::type |
| union { ... } GumboInternalNode::v |
The actual node data.