- 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.