| Interface | Description |
|---|---|
| DOMSettableTokenList | |
| DOMStringMap |
Like Map<String,String> but fewer methods.
|
| DOMTokenList | |
| EventTarget | |
| HTMLCollection<T extends HTMLElement> |
Spec
Also implements java.lang.Iterable for convenient for-loop.
|
| HTMLCollectionImp.Filter |
Should the element be added?
If the filter accepts the element,
it must be possible to cast it to T.
|
| ScriptArray<T> |
A class implements this interface
to signal that it is suitable to
javascript-array notation:
array[index] = value;
value = array[index];
Whether array-notation really works
depends on the script engine and will
need some additional adaptation.
|
| ScriptObject |
A class implements this interface
to signal that it has more arbitrary methods:
value = object.method(a, b, c);
|
| Class | Description |
|---|---|
| DOMSettableTokenListImp | |
| DOMTokenListImp | |
| EventTargetImp |
Dummy implementation
|
| HTMLCollectionImp<T extends HTMLElement> |
Simple implementation of HTMLCollection, backed by a list.
|
| InitialDOMImplementation |
Initial implementation of DOMImplementation.
|
Copyright © 2017. All rights reserved.