Package de.mirkosertic.bytecoder.api.web
Interface HTMLElement
-
- All Superinterfaces:
Element
,EventTarget
,Node
,OpaqueReferenceType
,ParentNode
- All Known Subinterfaces:
HTMLAudioElement
,HTMLButton
,HTMLCanvasElement
,HTMLImageElement
,HTMLTextAreaElement
,HTMLWebGLCanvasElement
public interface HTMLElement extends Element
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CSSStyleDeclaration
style()
-
Methods inherited from interface de.mirkosertic.bytecoder.api.web.Element
clientHeight, clientWidth, innerHTML, innerHTML
-
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
-
-
-
-
Method Detail
-
style
CSSStyleDeclaration style()
-
-