DOMTokenList

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

add
void add(string tokens)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
auto contains(string token)
Undocumented in source. Be warned that the author may not have intended to support it.
item
auto item(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
length
auto length()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(string tokens)
Undocumented in source. Be warned that the author may not have intended to support it.
replace
auto replace(string token, string newToken)
Undocumented in source. Be warned that the author may not have intended to support it.
supports
auto supports(string token)
Undocumented in source. Be warned that the author may not have intended to support it.
toggle
auto toggle(string token, bool force)
Undocumented in source. Be warned that the author may not have intended to support it.
toggle
auto toggle(string token)
Undocumented in source. Be warned that the author may not have intended to support it.
value
void value(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
value
auto value()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta