Package de.mirkosertic.bytecoder.api.web
Interface HTMLElement
- All Superinterfaces:
Element
,EventTarget
,Node
,OpaqueReferenceType
,ParentNode
- All Known Subinterfaces:
HTMLAudioElement
,HTMLButton
,HTMLCanvasElement
,HTMLImageElement
,HTMLTextAreaElement
,HTMLWebGLCanvasElement
-
Method Summary
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 Details
-
style
CSSStyleDeclaration style()
-