DOMTokenList

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

DOMString
auto DOMString()
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(string tokens)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(string token)
Undocumented in source. Be warned that the author may not have intended to support it.
item
Optional!(string) item(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
length
uint 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
bool replace(string token, string newToken)
Undocumented in source. Be warned that the author may not have intended to support it.
supports
bool supports(string token)
Undocumented in source. Be warned that the author may not have intended to support it.
toggle
bool toggle(string token, bool force)
Undocumented in source. Be warned that the author may not have intended to support it.
toggle
bool 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
string value()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta