Element

Undocumented in source.

Constructors

this
this(GumboNode* node)
Undocumented in source.

Members

Enums

Tag
enum Tag
Undocumented in source.

Functions

attributes
Attribute[string] attributes()
Undocumented in source. Be warned that the author may not have intended to support it.
endPos
GumboSourcePosition endPos()
Undocumented in source. Be warned that the author may not have intended to support it.
getAttribute
Attribute getAttribute(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
originalEndTag
GumboStringPiece originalEndTag()
Undocumented in source. Be warned that the author may not have intended to support it.
originalTag
GumboStringPiece originalTag()
Undocumented in source. Be warned that the author may not have intended to support it.
startPos
GumboSourcePosition startPos()
Undocumented in source. Be warned that the author may not have intended to support it.
tag
Tag tag()
Undocumented in source. Be warned that the author may not have intended to support it.
tagNamespace
GumboNamespaceEnum tagNamespace()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_attributes
Attribute[string] _attributes;
Undocumented in source.
_element
GumboElement* _element;
Undocumented in source.

Inherited Members

From Node

Type
enum Type
Undocumented in source.
_node
GumboNode* _node;
Undocumented in source.
_children
Node[] _children;
Undocumented in source.
parent
Node parent()
Undocumented in source. Be warned that the author may not have intended to support it.
type
GumboNodeType type()
Undocumented in source. Be warned that the author may not have intended to support it.
indexWithinParent
size_t indexWithinParent()
Undocumented in source. Be warned that the author may not have intended to support it.
parseFlags
GumboParseFlags parseFlags()
Undocumented in source. Be warned that the author may not have intended to support it.
children
Node[] children()
Undocumented in source. Be warned that the author may not have intended to support it.
findChild
T findChild(bool delegate(T) predicate)
Undocumented in source. Be warned that the author may not have intended to support it.
findChild
T findChild()
Undocumented in source. Be warned that the author may not have intended to support it.
findChildren
T[] findChildren(bool delegate(T) predicate)
Undocumented in source. Be warned that the author may not have intended to support it.
findChildren
T[] findChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
mapChildren
T[] mapChildren(T delegate(Node) fun)
Undocumented in source. Be warned that the author may not have intended to support it.
flatMapChildren
T[] flatMapChildren(T[] delegate(Node) fun)
Undocumented in source. Be warned that the author may not have intended to support it.
fromCAPI
Node fromCAPI(GumboNode* node)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta