Package de.mirkosertic.bytecoder.api.web
Interface Element
-
- All Superinterfaces:
EventTarget
,Node
,OpaqueReferenceType
,ParentNode
- All Known Subinterfaces:
HTMLAudioElement
,HTMLButton
,HTMLCanvasElement
,HTMLElement
,HTMLImageElement
,HTMLTextAreaElement
,HTMLWebGLCanvasElement
public interface Element extends Node, ParentNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
clientHeight()
int
clientWidth()
java.lang.String
innerHTML()
void
innerHTML(java.lang.String aNewValue)
-
Methods inherited from interface de.mirkosertic.bytecoder.api.web.EventTarget
addEventListener, dispatchEvent
-
Methods inherited from interface de.mirkosertic.bytecoder.api.web.Node
appendChild, baseURI, childNodes, cloneNode, compareDocumentPosition, contains, firstChild, getRootNode, hasChildNodes, insertBefore, lastChild, nextSibling, nodeName, nodeType, ownerDocument, parentElement, parentNode, previousSibling, removeAll, removeChild, replaceChild, textContent, textContent
-
Methods inherited from interface de.mirkosertic.bytecoder.api.web.ParentNode
append, appendString, childElementCount, children, firstElementChild, getElementById, lastElementChild, prepend, prependString, querySelector, querySelectorAll
-
-