|
Cogs.Core
|
#include <gumbo.h>
The struct used to represent all HTML elements. This contains information about the tag, attributes, and child nodes.
| GumboVector GumboElement::attributes |
| GumboVector GumboElement::children |
| GumboSourcePosition GumboElement::end_pos |
| GumboStringPiece GumboElement::original_end_tag |
A GumboStringPiece pointing to the original end tag text for this element. If the end tag was inserted algorithmically, (for example, closing a self-closing tag), this will be a zero-length string.
| GumboStringPiece GumboElement::original_tag |
A GumboStringPiece pointing to the original tag text for this element, pointing directly into the source buffer. If the tag was inserted algorithmically (for example, <head> or <tbody> insertion), this will be a zero-length string.
| GumboSourcePosition GumboElement::start_pos |
| GumboTag GumboElement::tag |
| GumboNamespaceEnum GumboElement::tag_namespace |