Node

Undocumented in source.

Constructors

this
this(GumboNode* node)
Undocumented in source.

Members

Enums

Type
enum Type
Undocumented in source.

Functions

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.
flatMapChildren
T[] flatMapChildren(T[] delegate(Node) fun)
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.
mapChildren
T[] mapChildren(T delegate(Node) fun)
Undocumented in source. Be warned that the author may not have intended to support it.
parent
Node parent()
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.
type
GumboNodeType type()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromCAPI
Node fromCAPI(GumboNode* node)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_children
Node[] _children;
Undocumented in source.
_node
GumboNode* _node;
Undocumented in source.

Meta