| Package | Description |
|---|---|
| cat.inspiracio.dom | |
| cat.inspiracio.html |
| Class and Description |
|---|
| DOMSettableTokenList |
| DOMTokenList |
| DOMTokenListImp |
| EventTarget |
| HTMLCollectionImp.Filter
Should the element be added?
If the filter accepts the element,
it must be possible to cast it to T.
|
| Class and Description |
|---|
| DOMSettableTokenList |
| DOMStringMap
Like Map<String,String> but fewer methods.
|
| DOMTokenList |
| EventTarget |
| HTMLCollection
Spec
Also implements java.lang.Iterable for convenient for-loop.
|
| HTMLCollectionImp
Simple implementation of HTMLCollection, backed by a list.
|
| InitialDOMImplementation
Initial implementation of DOMImplementation.
|
| ScriptArray
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);
|
Copyright © 2017. All rights reserved.