Document

Undocumented in source.

Constructors

this
this(GumboNode* node)
Undocumented in source.

Members

Functions

docTypeQuirksMode
GumboQuirksModeEnum docTypeQuirksMode()
Undocumented in source. Be warned that the author may not have intended to support it.
hasDoctype
bool hasDoctype()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
publicIdentifier
string publicIdentifier()
Undocumented in source. Be warned that the author may not have intended to support it.
systemIdentifier
string systemIdentifier()
Undocumented in source. Be warned that the author may not have intended to support it.

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