Package org.teavm.jso.dom.types
Interface DOMTokenList
- All Superinterfaces:
org.teavm.jso.JSObject
public interface DOMTokenList
extends org.teavm.jso.JSObject
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
boolean
int
item
(int index) void
void
void
boolean
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Method Details
-
getLength
int getLength() -
item
-
contains
-
add
-
add
-
add
-
remove
-
remove
-
remove
-
toggle
-