Package de.mirkosertic.bytecoder.api.web
Interface HTMLDocument
- All Superinterfaces:
Document
,EventTarget
,Node
,OpaqueReferenceType
,ParentNode
-
Method Summary
Methods inherited from interface de.mirkosertic.bytecoder.api.web.Document
characterSet, createAttribute, createComment, createElement, createElementNS, createEvent, createTextNode, doctype, documentElement, documentURI, elementFromPoint, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, hidden, lastStyleSheetSet, normalizeDocument
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
-
activeElement
Element activeElement() -
body
Element body() -
cookie
String cookie() -
defaultView
Window defaultView() -
dir
String dir() -
domain
String domain() -
head
Element head() -
height
int height() -
lastModified
String lastModified() -
location
String location() -
referrer
String referrer() -
width
int width() -
title
String title() -
title
-