UnittestDomNode

Undocumented in source.

Constructors

this
this(NodeType type, Handle handle)
Undocumented in source.

Members

Aliases

Attribute
alias Attribute = SumType!(string, int)
Undocumented in source.
Property
alias Property = SumType!(string, int, bool, double)
Undocumented in source.

Functions

getAttribute
Attribute getAttribute(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getProperty
Property getProperty(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setAttribute
void setAttribute(string name, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
setProperty
void setProperty(string name, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) @(safe) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

attributes
Attribute[string] attributes;
Undocumented in source.
children
Appender!(UnittestDomNode[]) children;
Undocumented in source.
classes
string[] classes;
Undocumented in source.
handle
Handle handle;
Undocumented in source.
parent
UnittestDomNode parent;
Undocumented in source.
properties
Property[string] properties;
Undocumented in source.
type
NodeType type;
Undocumented in source.

Meta