| Package | Description |
|---|---|
| cat.inspiracio.dom | |
| cat.inspiracio.html | |
| cat.inspiracio.html.host |
This package contains the classes that may be used in javascript
as host objects.
|
| Class and Description |
|---|
| HTMLElement
Spec
An html element should also work with map notation:
element[key] = value;
value = element[key];
I write this aim in this interface by extending ScriptMap<String>,
but whether and how it works depends in the details of the script
engine you use. |
| Class and Description |
|---|
| AudioTrackList |
| CanPlayTypeEnum |
| DocumentReadyState |
| DocumentRecurser
Recurses over a document.
|
| DocumentWriter
Writes a document to a writer.
|
| EventHandler
Not implemented.
|
| FileCallback
Not implemented.
|
| HTMLAreaElement
spec
The methods of URLUtils are not implemented.
|
| HTMLAudioElement |
| HTMLBodyElement |
| HTMLDocument
Spec
A document also acts as a map from string to html element.
|
| HTMLDocumentImp
The class is public only so that we can extend it.
|
| HTMLElement
Spec
An html element should also work with map notation:
element[key] = value;
value = element[key];
I write this aim in this interface by extending ScriptMap<String>,
but whether and how it works depends in the details of the script
engine you use. |
| HTMLElementImp
Implementation class for html elements.
|
| HTMLEmbedElement
spec
An embed element may have arbitrary additional methods.
|
| HTMLFormControlsCollection
The HTMLFormControlsCollection interface is used for collections of listed elements in form and fieldset elements.
|
| HTMLFormElement
Spec
Javascript-array style access and javascript-map-style access are not implemented.
|
| HTMLHeadElement |
| HTMLHtmlElement |
| HTMLImageElement |
| HTMLMediaElement |
| HTMLMetaElement |
| HTMLOptGroupElement |
| HTMLOptionElement |
| HTMLOptionsCollection |
| HTMLScriptElement |
| HTMLTableCaptionElement |
| HTMLTableCellElement |
| HTMLTableRowElement |
| HTMLTableSectionElement
Represents thead, tbody, tfoot elements.
|
| Location
Draft.
|
| MediaController
Not implemented.
|
| MediaControllerPlaybackState |
| MediaError |
| RenderingContext
Not implemented.
|
| SelectionMode |
| TextTrack
Not implemented.
|
| TextTrackCue
Not implemented.
|
| TextTrackCueList
Not implemented.
|
| TextTrackKind |
| TextTrackList
Not implemented.
|
| TextTrackMode |
| TimeRanges
Not implemented.
|
| ValidityState
Not implemented.
|
| VideoTrackList |
| WindowProxy
Not implemented.
|
| Class and Description |
|---|
| HTMLAudioElement |
| HTMLAudioElementImp |
| HTMLDocumentImp
The class is public only so that we can extend it.
|
| HTMLElement
Spec
An html element should also work with map notation:
element[key] = value;
value = element[key];
I write this aim in this interface by extending ScriptMap<String>,
but whether and how it works depends in the details of the script
engine you use. |
| HTMLElementImp
Implementation class for html elements.
|
| HTMLImageElement |
| HTMLImageElementImp
Implementation class for image elements.
|
| HTMLMediaElement |
| HTMLOptionElement |
| HTMLOptionElementImp
Public visibility so that it can be extended by Option.
|
Copyright © 2017. All rights reserved.