public class Document extends Node
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Element> |
activeElement
Gets the object that has the focus when the parent document has focus.
|
Objs.Property<String> |
alinkColor
Sets or gets the color of all active links in the document.
|
Objs.Property<HTMLCollection> |
all
Returns a reference to the collection of elements contained by the object.
|
Objs.Property<HTMLCollection> |
anchors
Retrieves a collection of all a objects that have a name and/or id property.
|
Objs.Property<HTMLCollection> |
applets
Retrieves a collection of all applet objects in the document.
|
Objs.Property<String> |
bgColor
Deprecated.
|
Objs.Property<HTMLElement> |
body
Specifies the beginning and end of the document body.
|
Objs.Property<String> |
compatMode
Gets a value that indicates whether standards-compliant mode is switched on for the object.
|
Objs.Property<String> |
cookie |
Objs.Property<String> |
defaultCharset
Gets the default character set from the current regional language settings.
|
Objs.Property<Window> |
defaultView |
Objs.Property<String> |
designMode
Sets or gets a value that indicates whether the document can be edited.
|
Objs.Property<String> |
dir
Sets or retrieves a value that indicates the reading order of the object.
|
Objs.Property<DocumentType> |
doctype
Gets an object representing the document type declaration associated with the current document.
|
Objs.Property<HTMLElement> |
documentElement
Gets a reference to the root node of the document.
|
Objs.Property<String> |
domain
Sets or gets the security domain of the document.
|
Objs.Property<HTMLCollection> |
embeds
Retrieves a collection of all embed objects in the document.
|
Objs.Property<String> |
fgColor
Sets or gets the foreground (text) color of the document.
|
Objs.Property<HTMLCollection> |
forms
Retrieves a collection, in source order, of all form objects in the document.
|
Objs.Property<Element> |
fullscreenElement |
Objs.Property<Boolean> |
fullscreenEnabled |
Objs.Property<HTMLHeadElement> |
head |
Objs.Property<Boolean> |
hidden |
Objs.Property<String> |
characterSet |
Objs.Property<String> |
charset
Gets or sets the character set used to encode the object.
|
Objs.Property<HTMLCollection> |
images
Retrieves a collection, in source order, of img objects in the document.
|
Objs.Property<DOMImplementation> |
implementation
Gets the implementation object of the current document.
|
Objs.Property<String> |
inputEncoding
Returns the character encoding used to create the webpage that is loaded into the document object.
|
Objs.Property<String> |
lastModified
Gets the date that the page was last modified, if the page supplies one.
|
Objs.Property<String> |
linkColor
Sets or gets the color of the document links.
|
Objs.Property<HTMLCollection> |
links
Retrieves a collection of all a objects that specify the href property and all area objects in the document.
|
Objs.Property<Location> |
location
Contains information about the current URL.
|
Objs.Property<String> |
media |
Objs.Property<Boolean> |
msCapsLockWarningOff |
Objs.Property<Boolean> |
msCSSOMElementFloatMetrics |
Objs.Property<Boolean> |
msHidden |
Objs.Property<String> |
msVisibilityState |
Objs.Property<Function.A1<? super Event,? extends Object>> |
onabort
Fires when the user aborts the download.
|
Objs.Property<Function.A1<? super UIEvent,? extends Object>> |
onactivate
Fires when the object is set as the active element.
|
Objs.Property<Function.A1<? super UIEvent,? extends Object>> |
onbeforeactivate
Fires immediately before the object is set as the active element.
|
Objs.Property<Function.A1<? super UIEvent,? extends Object>> |
onbeforedeactivate
Fires immediately before the activeElement is changed from the current object to another object in the parent document.
|
Objs.Property<Function.A1<? super FocusEvent,? extends Object>> |
onblur
Fires when the object loses the input focus.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
oncanplay
Occurs when playback is possible, but would require further buffering.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
oncanplaythrough |
Objs.Property<Function.A1<? super MouseEvent,? extends Object>> |
onclick
Fires when the user clicks the left mouse button on the object
|
Objs.Property<Function.A1<? super PointerEvent,? extends Object>> |
oncontextmenu
Fires when the user clicks the right mouse button in the client area, opening the context menu.
|
Objs.Property<Function.A1<? super MouseEvent,? extends Object>> |
ondblclick
Fires when the user double-clicks the object.
|
Objs.Property<Function.A1<? super UIEvent,? extends Object>> |
ondeactivate
Fires when the activeElement is changed from the current object to another object in the parent document.
|
Objs.Property<Function.A1<? super DragEvent,? extends Object>> |
ondrag
Fires on the source object continuously during a drag operation.
|
Objs.Property<Function.A1<? super DragEvent,? extends Object>> |
ondragend
Fires on the source object when the user releases the mouse at the close of a drag operation.
|
Objs.Property<Function.A1<? super DragEvent,? extends Object>> |
ondragenter
Fires on the target element when the user drags the object to a valid drop target.
|
Objs.Property<Function.A1<? super DragEvent,? extends Object>> |
ondragleave
Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.
|
Objs.Property<Function.A1<? super DragEvent,? extends Object>> |
ondragover
Fires on the target element continuously while the user drags the object over a valid drop target.
|
Objs.Property<Function.A1<? super DragEvent,? extends Object>> |
ondragstart
Fires on the source object when the user starts to drag a text selection or selected object.
|
Objs.Property<Function.A1<? super DragEvent,? extends Object>> |
ondrop |
Objs.Property<Function.A1<? super Event,? extends Object>> |
ondurationchange
Occurs when the duration attribute is updated.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onemptied
Occurs when the media element is reset to its initial state.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onended
Occurs when the end of playback is reached.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onerror
Fires when an error occurs during object loading.
|
Objs.Property<Function.A1<? super FocusEvent,? extends Object>> |
onfocus
Fires when the object receives focus.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onfullscreenerror |
Objs.Property<Function.A1<? super Event,? extends Object>> |
onfullscreenchange |
Objs.Property<Function.A1<? super Event,? extends Object>> |
onchange
Fires when the contents of the object or selection have changed.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
oninput |
Objs.Property<Function.A1<? super KeyboardEvent,? extends Object>> |
onkeydown
Fires when the user presses a key.
|
Objs.Property<Function.A1<? super KeyboardEvent,? extends Object>> |
onkeypress
Fires when the user presses an alphanumeric key.
|
Objs.Property<Function.A1<? super KeyboardEvent,? extends Object>> |
onkeyup
Fires when the user releases a key.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onload
Fires immediately after the browser loads the object.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onloadeddata
Occurs when media data is loaded at the current playback position.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onloadedmetadata
Occurs when the duration and dimensions of the media have been determined.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onloadstart
Occurs when Internet Explorer begins looking for media data.
|
Objs.Property<Function.A1<? super MouseEvent,? extends Object>> |
onmousedown
Fires when the user clicks the object with either mouse button.
|
Objs.Property<Function.A1<? super MouseEvent,? extends Object>> |
onmousemove
Fires when the user moves the mouse over the object.
|
Objs.Property<Function.A1<? super MouseEvent,? extends Object>> |
onmouseout
Fires when the user moves the mouse pointer outside the boundaries of the object.
|
Objs.Property<Function.A1<? super MouseEvent,? extends Object>> |
onmouseover
Fires when the user moves the mouse pointer into the object.
|
Objs.Property<Function.A1<? super MouseEvent,? extends Object>> |
onmouseup
Fires when the user releases a mouse button while the mouse is over the object.
|
Objs.Property<Function.A1<? super MouseWheelEvent,? extends Object>> |
onmousewheel
Fires when the wheel button is rotated.
|
Objs.Property<Function.A1<? super UIEvent,? extends Object>> |
onmscontentzoom |
Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> |
onmsgesturedoubletap |
Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> |
onmsgestureend |
Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> |
onmsgesturehold |
Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> |
onmsgesturechange |
Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> |
onmsgesturestart |
Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> |
onmsgesturetap |
Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> |
onmsinertiastart |
Objs.Property<Function.A1<? super MSManipulationEvent,? extends Object>> |
onmsmanipulationstatechanged |
Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> |
onmspointercancel |
Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> |
onmspointerdown |
Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> |
onmspointerenter |
Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> |
onmspointerleave |
Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> |
onmspointermove |
Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> |
onmspointerout |
Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> |
onmspointerover |
Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> |
onmspointerup |
Objs.Property<Function.A1<? super MSSiteModeEvent,? extends Object>> |
onmssitemodejumplistitemremoved
Occurs when an item is removed from a Jump List of a webpage running in Site Mode.
|
Objs.Property<Function.A1<? super MSSiteModeEvent,? extends Object>> |
onmsthumbnailclick
Occurs when a user clicks a button in a Thumbnail Toolbar of a webpage running in Site Mode.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onpause
Occurs when playback is paused.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onplay
Occurs when the play method is requested.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onplaying
Occurs when the audio or video has started playing.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onpointerlockerror |
Objs.Property<Function.A1<? super Event,? extends Object>> |
onpointerlockchange |
Objs.Property<Function.A1<? super ProgressEvent,? extends Object>> |
onprogress
Occurs to indicate progress while downloading media data.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onratechange
Occurs when the playback rate is increased or decreased.
|
Objs.Property<Function.A1<? super ProgressEvent,? extends Object>> |
onreadystatechange
Fires when the state of the object has changed.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onreset
Fires when the user resets a form.
|
Objs.Property<Function.A1<? super UIEvent,? extends Object>> |
onscroll
Fires when the user repositions the scroll box in the scroll bar on the object.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onseeked
Occurs when the seek operation ends.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onseeking
Occurs when the current playback position is moved.
|
Objs.Property<Function.A1<? super UIEvent,? extends Object>> |
onselect
Fires when the current selection changes.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onselectstart |
Objs.Property<Function.A1<? super Event,? extends Object>> |
onstalled
Occurs when the download has stopped.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onstop
Fires when the user clicks the Stop button or leaves the Web page.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onsubmit |
Objs.Property<Function.A1<? super Event,? extends Object>> |
onsuspend
Occurs if the load operation has been intentionally halted.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
ontimeupdate
Occurs to indicate the current playback position.
|
Objs.Property<Function.A1<? super TouchEvent,? extends Object>> |
ontouchcancel |
Objs.Property<Function.A1<? super TouchEvent,? extends Object>> |
ontouchend |
Objs.Property<Function.A1<? super TouchEvent,? extends Object>> |
ontouchmove |
Objs.Property<Function.A1<? super TouchEvent,? extends Object>> |
ontouchstart |
Objs.Property<Function.A1<? super Event,? extends Object>> |
onvolumechange
Occurs when the volume is changed, or playback is muted or unmuted.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onwaiting
Occurs when playback stops because the next frame of a video resource is not available.
|
Objs.Property<Function.A1<? super Event,? extends Object>> |
onwebkitfullscreenerror |
Objs.Property<Function.A1<? super Event,? extends Object>> |
onwebkitfullscreenchange |
Objs.Property<HTMLCollection> |
plugins |
Objs.Property<Element> |
pointerLockElement |
Objs.Property<String> |
readyState
Retrieves a value that indicates the current state of the object.
|
Objs.Property<String> |
referrer
Gets the URL of the location that referred the user to the current page.
|
Objs.Property<SVGSVGElement> |
rootElement
Gets the root svg element in the document hierarchy.
|
Objs.Property<HTMLCollection> |
scripts
Retrieves a collection of all script objects in the document.
|
Objs.Property<String> |
security |
Objs.Property<StyleSheetList> |
styleSheets
Retrieves a collection of styleSheet objects representing the style sheets that correspond to each instance of a link or style object in the document.
|
Objs.Property<String> |
title
Contains the title of the document.
|
Objs.Property<String> |
URL
Sets or gets the URL for the current document.
|
Objs.Property<String> |
URLUnencoded
Gets the URL for the document, stripped of any character encoding.
|
Objs.Property<String> |
visibilityState |
Objs.Property<String> |
vlinkColor
Sets or gets the color of the links that the user has visited.
|
Objs.Property<Element> |
webkitCurrentFullScreenElement |
Objs.Property<Element> |
webkitFullscreenElement |
Objs.Property<Boolean> |
webkitFullscreenEnabled |
Objs.Property<Boolean> |
webkitIsFullScreen |
Objs.Property<String> |
xmlEncoding |
Objs.Property<Boolean> |
xmlStandalone |
Objs.Property<String> |
xmlVersion
Gets or sets the version attribute specified in the declaration of an XML document.
|
ATTRIBUTE_NODE, attributes, baseURI, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, firstChild, childNodes, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, NOTATION_NODE, ownerDocument, parentElement, parentNode, prefix, previousSibling, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, textContent
Modifier | Constructor and Description |
---|---|
protected |
Document(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static Document |
$as(Object obj) |
Element |
activeElement() |
void |
addEventListener(String type,
EventListener listener) |
void |
addEventListener(String type,
EventListener listener,
Boolean useCapture) |
void |
addEventListener(String type,
EventListenerObject listener) |
void |
addEventListener(String type,
EventListenerObject listener,
Boolean useCapture) |
void |
addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener) |
void |
addEventListener(Void type,
Function.A1<? super WheelEvent,? extends Object> listener,
Boolean useCapture) |
Node |
adoptNode(Node source) |
String |
alinkColor() |
HTMLCollection |
all() |
HTMLCollection |
anchors() |
HTMLCollection |
applets() |
String |
bgColor() |
HTMLElement |
body() |
void |
captureEvents() |
void |
clear() |
void |
close()
Closes an output stream and forces the sent data to display.
|
String |
compatMode() |
String |
cookie() |
Attr |
createAttribute(String name)
Creates an attribute object with a specified name.
|
Attr |
createAttributeNS(String namespaceURI,
String qualifiedName) |
CDATASection |
createCDATASection(String data) |
Comment |
createComment(String data)
Creates a comment object with the specified data.
|
DocumentFragment |
createDocumentFragment()
Creates a new document.
|
HTMLElement |
createElement(String tagName) |
Element |
createElementNS(String namespaceURI,
String qualifiedName) |
XPathExpression |
createExpression(String expression,
XPathNSResolver resolver) |
NodeIterator |
createNodeIterator(Node root)
Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.
|
NodeIterator |
createNodeIterator(Node root,
double whatToShow)
Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.
|
NodeIterator |
createNodeIterator(Node root,
double whatToShow,
NodeFilter filter)
Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.
|
NodeIterator |
createNodeIterator(Node root,
double whatToShow,
NodeFilter filter,
Boolean entityReferenceExpansion)
Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.
|
XPathNSResolver |
createNSResolver(Node nodeResolver) |
ProcessingInstruction |
createProcessingInstruction(String target,
String data) |
Range |
createRange()
Returns an empty range object that has both of its boundary points positioned at the beginning of the document.
|
Text |
createTextNode(String data)
Creates a text string from the specified value.
|
Touch |
createTouch(Object view,
EventTarget target,
double identifier,
double pageX,
double pageY,
double screenX,
double screenY) |
TouchList |
createTouchList(Touch... touches) |
TreeWalker |
createTreeWalker(Node root)
Creates a TreeWalker object that you can use to traverse filtered lists of nodes or elements in a document.
|
TreeWalker |
createTreeWalker(Node root,
double whatToShow)
Creates a TreeWalker object that you can use to traverse filtered lists of nodes or elements in a document.
|
TreeWalker |
createTreeWalker(Node root,
double whatToShow,
NodeFilter filter)
Creates a TreeWalker object that you can use to traverse filtered lists of nodes or elements in a document.
|
TreeWalker |
createTreeWalker(Node root,
double whatToShow,
NodeFilter filter,
Boolean entityReferenceExpansion)
Creates a TreeWalker object that you can use to traverse filtered lists of nodes or elements in a document.
|
String |
defaultCharset() |
Window |
defaultView() |
String |
designMode() |
String |
dir() |
DocumentType |
doctype() |
HTMLElement |
documentElement() |
String |
domain() |
Element |
elementFromPoint(double x,
double y)
Returns the element for the specified x coordinate and the specified y coordinate.
|
HTMLCollection |
embeds() |
XPathResult |
evaluate(String expression,
Node contextNode,
XPathNSResolver resolver,
double type,
XPathResult result) |
Boolean |
execCommand(String commandId)
Executes a command on the current document, current selection, or the given range.
|
Boolean |
execCommand(String commandId,
Boolean showUI)
Executes a command on the current document, current selection, or the given range.
|
Boolean |
execCommand(String commandId,
Boolean showUI,
Object value)
Executes a command on the current document, current selection, or the given range.
|
Boolean |
execCommandShowHelp(String commandId)
Displays help information for the given command identifier.
|
void |
exitFullscreen() |
void |
exitPointerLock() |
String |
fgColor() |
void |
focus()
Causes the element to receive the focus and executes the code specified by the onfocus event.
|
HTMLCollection |
forms() |
Element |
fullscreenElement() |
Boolean |
fullscreenEnabled() |
HTMLElement |
getElementById(String elementId)
Returns a reference to the first object with the specified value of the ID or NAME attribute.
|
NodeListOf<Element> |
getElementsByClassName(String classNames) |
NodeListOf<Element> |
getElementsByName(String elementName)
Gets a collection of objects based on the value of the NAME or ID attribute.
|
NodeListOf<Element> |
getElementsByTagName(String tagname) |
NodeListOf<Element> |
getElementsByTagNameNS(String namespaceURI,
String localName) |
Selection |
getSelection()
Returns an object representing the current selection of the document that is loaded into the object displaying a webpage.
|
Boolean |
hasFocus()
Gets a value indicating whether the object currently has focus.
|
HTMLHeadElement |
head() |
Boolean |
hidden() |
String |
characterSet() |
String |
charset() |
HTMLCollection |
images() |
DOMImplementation |
implementation() |
Node |
importNode(Node importedNode,
Boolean deep) |
String |
inputEncoding() |
String |
lastModified() |
String |
linkColor() |
HTMLCollection |
links() |
Location |
location() |
String |
media() |
Boolean |
msCapsLockWarningOff() |
Boolean |
msCSSOMElementFloatMetrics() |
NodeList |
msElementsFromPoint(double x,
double y) |
NodeList |
msElementsFromRect(double left,
double top,
double width,
double height) |
Boolean |
msHidden() |
String |
msVisibilityState() |
Function.A1<? super Event,? extends Object> |
onabort() |
Function.A1<? super UIEvent,? extends Object> |
onactivate() |
Function.A1<? super UIEvent,? extends Object> |
onbeforeactivate() |
Function.A1<? super UIEvent,? extends Object> |
onbeforedeactivate() |
Function.A1<? super FocusEvent,? extends Object> |
onblur() |
Function.A1<? super Event,? extends Object> |
oncanplay() |
Function.A1<? super Event,? extends Object> |
oncanplaythrough() |
Function.A1<? super MouseEvent,? extends Object> |
onclick() |
Function.A1<? super PointerEvent,? extends Object> |
oncontextmenu() |
Function.A1<? super MouseEvent,? extends Object> |
ondblclick() |
Function.A1<? super UIEvent,? extends Object> |
ondeactivate() |
Function.A1<? super DragEvent,? extends Object> |
ondrag() |
Function.A1<? super DragEvent,? extends Object> |
ondragend() |
Function.A1<? super DragEvent,? extends Object> |
ondragenter() |
Function.A1<? super DragEvent,? extends Object> |
ondragleave() |
Function.A1<? super DragEvent,? extends Object> |
ondragover() |
Function.A1<? super DragEvent,? extends Object> |
ondragstart() |
Function.A1<? super DragEvent,? extends Object> |
ondrop() |
Function.A1<? super Event,? extends Object> |
ondurationchange() |
Function.A1<? super Event,? extends Object> |
onemptied() |
Function.A1<? super Event,? extends Object> |
onended() |
Function.A1<? super Event,? extends Object> |
onerror() |
Function.A1<? super FocusEvent,? extends Object> |
onfocus() |
Function.A1<? super Event,? extends Object> |
onfullscreenerror() |
Function.A1<? super Event,? extends Object> |
onfullscreenchange() |
Function.A1<? super Event,? extends Object> |
onchange() |
Function.A1<? super Event,? extends Object> |
oninput() |
Function.A1<? super KeyboardEvent,? extends Object> |
onkeydown() |
Function.A1<? super KeyboardEvent,? extends Object> |
onkeypress() |
Function.A1<? super KeyboardEvent,? extends Object> |
onkeyup() |
Function.A1<? super Event,? extends Object> |
onload() |
Function.A1<? super Event,? extends Object> |
onloadeddata() |
Function.A1<? super Event,? extends Object> |
onloadedmetadata() |
Function.A1<? super Event,? extends Object> |
onloadstart() |
Function.A1<? super MouseEvent,? extends Object> |
onmousedown() |
Function.A1<? super MouseEvent,? extends Object> |
onmousemove() |
Function.A1<? super MouseEvent,? extends Object> |
onmouseout() |
Function.A1<? super MouseEvent,? extends Object> |
onmouseover() |
Function.A1<? super MouseEvent,? extends Object> |
onmouseup() |
Function.A1<? super MouseWheelEvent,? extends Object> |
onmousewheel() |
Function.A1<? super UIEvent,? extends Object> |
onmscontentzoom() |
Function.A1<? super MSGestureEvent,? extends Object> |
onmsgesturedoubletap() |
Function.A1<? super MSGestureEvent,? extends Object> |
onmsgestureend() |
Function.A1<? super MSGestureEvent,? extends Object> |
onmsgesturehold() |
Function.A1<? super MSGestureEvent,? extends Object> |
onmsgesturechange() |
Function.A1<? super MSGestureEvent,? extends Object> |
onmsgesturestart() |
Function.A1<? super MSGestureEvent,? extends Object> |
onmsgesturetap() |
Function.A1<? super MSGestureEvent,? extends Object> |
onmsinertiastart() |
Function.A1<? super MSManipulationEvent,? extends Object> |
onmsmanipulationstatechanged() |
Function.A1<? super MSPointerEvent,? extends Object> |
onmspointercancel() |
Function.A1<? super MSPointerEvent,? extends Object> |
onmspointerdown() |
Function.A1<? super MSPointerEvent,? extends Object> |
onmspointerenter() |
Function.A1<? super MSPointerEvent,? extends Object> |
onmspointerleave() |
Function.A1<? super MSPointerEvent,? extends Object> |
onmspointermove() |
Function.A1<? super MSPointerEvent,? extends Object> |
onmspointerout() |
Function.A1<? super MSPointerEvent,? extends Object> |
onmspointerover() |
Function.A1<? super MSPointerEvent,? extends Object> |
onmspointerup() |
Function.A1<? super MSSiteModeEvent,? extends Object> |
onmssitemodejumplistitemremoved() |
Function.A1<? super MSSiteModeEvent,? extends Object> |
onmsthumbnailclick() |
Function.A1<? super Event,? extends Object> |
onpause() |
Function.A1<? super Event,? extends Object> |
onplay() |
Function.A1<? super Event,? extends Object> |
onplaying() |
Function.A1<? super Event,? extends Object> |
onpointerlockerror() |
Function.A1<? super Event,? extends Object> |
onpointerlockchange() |
Function.A1<? super ProgressEvent,? extends Object> |
onprogress() |
Function.A1<? super Event,? extends Object> |
onratechange() |
Function.A1<? super ProgressEvent,? extends Object> |
onreadystatechange() |
Function.A1<? super Event,? extends Object> |
onreset() |
Function.A1<? super UIEvent,? extends Object> |
onscroll() |
Function.A1<? super Event,? extends Object> |
onseeked() |
Function.A1<? super Event,? extends Object> |
onseeking() |
Function.A1<? super UIEvent,? extends Object> |
onselect() |
Function.A1<? super Event,? extends Object> |
onselectstart() |
Function.A1<? super Event,? extends Object> |
onstalled() |
Function.A1<? super Event,? extends Object> |
onstop() |
Function.A1<? super Event,? extends Object> |
onsubmit() |
Function.A1<? super Event,? extends Object> |
onsuspend() |
Function.A1<? super Event,? extends Object> |
ontimeupdate() |
Function.A1<? super TouchEvent,? extends Object> |
ontouchcancel() |
Function.A1<? super TouchEvent,? extends Object> |
ontouchend() |
Function.A1<? super TouchEvent,? extends Object> |
ontouchmove() |
Function.A1<? super TouchEvent,? extends Object> |
ontouchstart() |
Function.A1<? super Event,? extends Object> |
onvolumechange() |
Function.A1<? super Event,? extends Object> |
onwaiting() |
Function.A1<? super Event,? extends Object> |
onwebkitfullscreenerror() |
Function.A1<? super Event,? extends Object> |
onwebkitfullscreenchange() |
Document |
open()
Opens a new window and loads a document specified by a given URL.
|
Document |
open(String url)
Opens a new window and loads a document specified by a given URL.
|
Document |
open(String url,
String name)
Opens a new window and loads a document specified by a given URL.
|
Document |
open(String url,
String name,
String features)
Opens a new window and loads a document specified by a given URL.
|
Document |
open(String url,
String name,
String features,
Boolean replace)
Opens a new window and loads a document specified by a given URL.
|
HTMLCollection |
plugins() |
Element |
pointerLockElement() |
Boolean |
queryCommandEnabled(String commandId)
Returns a Boolean value that indicates whether a specified command can be successfully executed using execCommand, given the current state of the document.
|
Boolean |
queryCommandIndeterm(String commandId)
Returns a Boolean value that indicates whether the specified command is in the indeterminate state.
|
Boolean |
queryCommandState(String commandId)
Returns a Boolean value that indicates the current state of the command.
|
Boolean |
queryCommandSupported(String commandId)
Returns a Boolean value that indicates whether the current command is supported on the current range.
|
String |
queryCommandText(String commandId)
Retrieves the string associated with a command.
|
String |
queryCommandValue(String commandId)
Returns the current value of the document, range, or current selection for the given command.
|
String |
readyState() |
String |
referrer() |
void |
releaseEvents() |
SVGSVGElement |
rootElement() |
HTMLCollection |
scripts() |
String |
security() |
StyleSheetList |
styleSheets() |
String |
title() |
void |
updateSettings()
Allows updating the print settings for the page.
|
String |
URL() |
String |
URLUnencoded() |
String |
visibilityState() |
String |
vlinkColor() |
void |
webkitCancelFullScreen() |
Element |
webkitCurrentFullScreenElement() |
void |
webkitExitFullscreen() |
Element |
webkitFullscreenElement() |
Boolean |
webkitFullscreenEnabled() |
Boolean |
webkitIsFullScreen() |
void |
write(String... content)
Writes one or more HTML expressions to a document in the specified window.
|
void |
writeln(String... content)
Writes one or more HTML expressions, followed by a carriage return, to a document in the specified window.
|
String |
xmlEncoding() |
Boolean |
xmlStandalone() |
String |
xmlVersion() |
appendChild, ATTRIBUTE_NODE, attributes, baseURI, CDATA_SECTION_NODE, cloneNode, cloneNode, COMMENT_NODE, compareDocumentPosition, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, firstChild, hasAttributes, hasChildNodes, childNodes, insertBefore, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, lastChild, localName, lookupNamespaceURI, lookupPrefix, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, NOTATION_NODE, ownerDocument, parentElement, parentNode, prefix, previousSibling, PROCESSING_INSTRUCTION_NODE, removeChild, replaceChild, TEXT_NODE, textContent
dispatchEvent, removeEventListener, removeEventListener, removeEventListener, removeEventListener
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<String> URL
public Objs.Property<String> URLUnencoded
public Objs.Property<Element> activeElement
public Objs.Property<String> alinkColor
public Objs.Property<HTMLCollection> all
public Objs.Property<HTMLCollection> anchors
public Objs.Property<HTMLCollection> applets
public Objs.Property<String> bgColor
public Objs.Property<HTMLElement> body
public Objs.Property<String> characterSet
public Objs.Property<String> charset
public Objs.Property<String> compatMode
public Objs.Property<String> cookie
public Objs.Property<String> defaultCharset
public Objs.Property<Window> defaultView
public Objs.Property<String> designMode
public Objs.Property<String> dir
public Objs.Property<DocumentType> doctype
public Objs.Property<HTMLElement> documentElement
public Objs.Property<String> domain
public Objs.Property<HTMLCollection> embeds
public Objs.Property<String> fgColor
public Objs.Property<HTMLCollection> forms
public Objs.Property<Element> fullscreenElement
public Objs.Property<Boolean> fullscreenEnabled
public Objs.Property<HTMLHeadElement> head
public Objs.Property<Boolean> hidden
public Objs.Property<HTMLCollection> images
public Objs.Property<DOMImplementation> implementation
public Objs.Property<String> inputEncoding
public Objs.Property<String> lastModified
public Objs.Property<String> linkColor
public Objs.Property<HTMLCollection> links
public Objs.Property<Location> location
public Objs.Property<String> media
public Objs.Property<Boolean> msCSSOMElementFloatMetrics
public Objs.Property<Boolean> msCapsLockWarningOff
public Objs.Property<Boolean> msHidden
public Objs.Property<String> msVisibilityState
public Objs.Property<Function.A1<? super Event,? extends Object>> onabort
public Objs.Property<Function.A1<? super UIEvent,? extends Object>> onactivate
public Objs.Property<Function.A1<? super UIEvent,? extends Object>> onbeforeactivate
public Objs.Property<Function.A1<? super UIEvent,? extends Object>> onbeforedeactivate
public Objs.Property<Function.A1<? super FocusEvent,? extends Object>> onblur
public Objs.Property<Function.A1<? super Event,? extends Object>> oncanplay
public Objs.Property<Function.A1<? super Event,? extends Object>> oncanplaythrough
public Objs.Property<Function.A1<? super Event,? extends Object>> onchange
public Objs.Property<Function.A1<? super MouseEvent,? extends Object>> onclick
public Objs.Property<Function.A1<? super PointerEvent,? extends Object>> oncontextmenu
public Objs.Property<Function.A1<? super MouseEvent,? extends Object>> ondblclick
public Objs.Property<Function.A1<? super UIEvent,? extends Object>> ondeactivate
public Objs.Property<Function.A1<? super DragEvent,? extends Object>> ondrag
public Objs.Property<Function.A1<? super DragEvent,? extends Object>> ondragend
public Objs.Property<Function.A1<? super DragEvent,? extends Object>> ondragenter
public Objs.Property<Function.A1<? super DragEvent,? extends Object>> ondragleave
public Objs.Property<Function.A1<? super DragEvent,? extends Object>> ondragover
public Objs.Property<Function.A1<? super DragEvent,? extends Object>> ondragstart
public Objs.Property<Function.A1<? super DragEvent,? extends Object>> ondrop
public Objs.Property<Function.A1<? super Event,? extends Object>> ondurationchange
public Objs.Property<Function.A1<? super Event,? extends Object>> onemptied
public Objs.Property<Function.A1<? super Event,? extends Object>> onended
public Objs.Property<Function.A1<? super Event,? extends Object>> onerror
public Objs.Property<Function.A1<? super FocusEvent,? extends Object>> onfocus
public Objs.Property<Function.A1<? super Event,? extends Object>> onfullscreenchange
public Objs.Property<Function.A1<? super Event,? extends Object>> onfullscreenerror
public Objs.Property<Function.A1<? super Event,? extends Object>> oninput
public Objs.Property<Function.A1<? super KeyboardEvent,? extends Object>> onkeydown
public Objs.Property<Function.A1<? super KeyboardEvent,? extends Object>> onkeypress
public Objs.Property<Function.A1<? super KeyboardEvent,? extends Object>> onkeyup
public Objs.Property<Function.A1<? super Event,? extends Object>> onload
public Objs.Property<Function.A1<? super Event,? extends Object>> onloadeddata
public Objs.Property<Function.A1<? super Event,? extends Object>> onloadedmetadata
public Objs.Property<Function.A1<? super Event,? extends Object>> onloadstart
public Objs.Property<Function.A1<? super MouseEvent,? extends Object>> onmousedown
public Objs.Property<Function.A1<? super MouseEvent,? extends Object>> onmousemove
public Objs.Property<Function.A1<? super MouseEvent,? extends Object>> onmouseout
public Objs.Property<Function.A1<? super MouseEvent,? extends Object>> onmouseover
public Objs.Property<Function.A1<? super MouseEvent,? extends Object>> onmouseup
public Objs.Property<Function.A1<? super MouseWheelEvent,? extends Object>> onmousewheel
public Objs.Property<Function.A1<? super UIEvent,? extends Object>> onmscontentzoom
public Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> onmsgesturechange
public Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> onmsgesturedoubletap
public Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> onmsgestureend
public Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> onmsgesturehold
public Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> onmsgesturestart
public Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> onmsgesturetap
public Objs.Property<Function.A1<? super MSGestureEvent,? extends Object>> onmsinertiastart
public Objs.Property<Function.A1<? super MSManipulationEvent,? extends Object>> onmsmanipulationstatechanged
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmspointercancel
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmspointerdown
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmspointerenter
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmspointerleave
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmspointermove
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmspointerout
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmspointerover
public Objs.Property<Function.A1<? super MSPointerEvent,? extends Object>> onmspointerup
public Objs.Property<Function.A1<? super MSSiteModeEvent,? extends Object>> onmssitemodejumplistitemremoved
public Objs.Property<Function.A1<? super MSSiteModeEvent,? extends Object>> onmsthumbnailclick
public Objs.Property<Function.A1<? super Event,? extends Object>> onpause
public Objs.Property<Function.A1<? super Event,? extends Object>> onplay
public Objs.Property<Function.A1<? super Event,? extends Object>> onplaying
public Objs.Property<Function.A1<? super Event,? extends Object>> onpointerlockchange
public Objs.Property<Function.A1<? super Event,? extends Object>> onpointerlockerror
public Objs.Property<Function.A1<? super ProgressEvent,? extends Object>> onprogress
public Objs.Property<Function.A1<? super Event,? extends Object>> onratechange
public Objs.Property<Function.A1<? super ProgressEvent,? extends Object>> onreadystatechange
public Objs.Property<Function.A1<? super Event,? extends Object>> onreset
public Objs.Property<Function.A1<? super UIEvent,? extends Object>> onscroll
public Objs.Property<Function.A1<? super Event,? extends Object>> onseeked
public Objs.Property<Function.A1<? super Event,? extends Object>> onseeking
public Objs.Property<Function.A1<? super UIEvent,? extends Object>> onselect
public Objs.Property<Function.A1<? super Event,? extends Object>> onselectstart
public Objs.Property<Function.A1<? super Event,? extends Object>> onstalled
public Objs.Property<Function.A1<? super Event,? extends Object>> onstop
public Objs.Property<Function.A1<? super Event,? extends Object>> onsubmit
public Objs.Property<Function.A1<? super Event,? extends Object>> onsuspend
public Objs.Property<Function.A1<? super Event,? extends Object>> ontimeupdate
public Objs.Property<Function.A1<? super TouchEvent,? extends Object>> ontouchcancel
public Objs.Property<Function.A1<? super TouchEvent,? extends Object>> ontouchend
public Objs.Property<Function.A1<? super TouchEvent,? extends Object>> ontouchmove
public Objs.Property<Function.A1<? super TouchEvent,? extends Object>> ontouchstart
public Objs.Property<Function.A1<? super Event,? extends Object>> onvolumechange
public Objs.Property<Function.A1<? super Event,? extends Object>> onwaiting
public Objs.Property<Function.A1<? super Event,? extends Object>> onwebkitfullscreenchange
public Objs.Property<Function.A1<? super Event,? extends Object>> onwebkitfullscreenerror
public Objs.Property<HTMLCollection> plugins
public Objs.Property<Element> pointerLockElement
public Objs.Property<String> readyState
public Objs.Property<String> referrer
public Objs.Property<SVGSVGElement> rootElement
public Objs.Property<HTMLCollection> scripts
public Objs.Property<String> security
public Objs.Property<StyleSheetList> styleSheets
public Objs.Property<String> title
public Objs.Property<String> visibilityState
public Objs.Property<String> vlinkColor
public Objs.Property<Element> webkitCurrentFullScreenElement
public Objs.Property<Element> webkitFullscreenElement
public Objs.Property<Boolean> webkitFullscreenEnabled
public Objs.Property<Boolean> webkitIsFullScreen
public Objs.Property<String> xmlEncoding
public Objs.Property<Boolean> xmlStandalone
public Objs.Property<String> xmlVersion
protected Document(Objs.Constructor<?> c, Object js)
public String URL()
public String URLUnencoded()
public Element activeElement()
public String alinkColor()
public HTMLCollection all()
public HTMLCollection anchors()
public HTMLCollection applets()
public String bgColor()
public HTMLElement body()
public String characterSet()
public String charset()
public String compatMode()
public String cookie()
public String defaultCharset()
public Window defaultView()
public String designMode()
public String dir()
public DocumentType doctype()
public HTMLElement documentElement()
public String domain()
public HTMLCollection embeds()
public String fgColor()
public HTMLCollection forms()
public Element fullscreenElement()
public Boolean fullscreenEnabled()
public HTMLHeadElement head()
public Boolean hidden()
public HTMLCollection images()
public DOMImplementation implementation()
public String inputEncoding()
public String lastModified()
public String linkColor()
public HTMLCollection links()
public Location location()
public String media()
public Boolean msCSSOMElementFloatMetrics()
public Boolean msCapsLockWarningOff()
public Boolean msHidden()
public String msVisibilityState()
public Function.A1<? super Event,? extends Object> onabort()
public Function.A1<? super UIEvent,? extends Object> onactivate()
public Function.A1<? super UIEvent,? extends Object> onbeforeactivate()
public Function.A1<? super UIEvent,? extends Object> onbeforedeactivate()
public Function.A1<? super FocusEvent,? extends Object> onblur()
public Function.A1<? super Event,? extends Object> oncanplay()
public Function.A1<? super Event,? extends Object> oncanplaythrough()
public Function.A1<? super Event,? extends Object> onchange()
public Function.A1<? super MouseEvent,? extends Object> onclick()
public Function.A1<? super PointerEvent,? extends Object> oncontextmenu()
public Function.A1<? super MouseEvent,? extends Object> ondblclick()
public Function.A1<? super UIEvent,? extends Object> ondeactivate()
public Function.A1<? super DragEvent,? extends Object> ondrag()
public Function.A1<? super DragEvent,? extends Object> ondragend()
public Function.A1<? super DragEvent,? extends Object> ondragenter()
public Function.A1<? super DragEvent,? extends Object> ondragleave()
public Function.A1<? super DragEvent,? extends Object> ondragover()
public Function.A1<? super DragEvent,? extends Object> ondragstart()
public Function.A1<? super DragEvent,? extends Object> ondrop()
public Function.A1<? super Event,? extends Object> ondurationchange()
public Function.A1<? super Event,? extends Object> onemptied()
public Function.A1<? super Event,? extends Object> onended()
public Function.A1<? super Event,? extends Object> onerror()
public Function.A1<? super FocusEvent,? extends Object> onfocus()
public Function.A1<? super Event,? extends Object> onfullscreenchange()
public Function.A1<? super Event,? extends Object> onfullscreenerror()
public Function.A1<? super Event,? extends Object> oninput()
public Function.A1<? super KeyboardEvent,? extends Object> onkeydown()
public Function.A1<? super KeyboardEvent,? extends Object> onkeypress()
public Function.A1<? super KeyboardEvent,? extends Object> onkeyup()
public Function.A1<? super Event,? extends Object> onload()
public Function.A1<? super Event,? extends Object> onloadeddata()
public Function.A1<? super Event,? extends Object> onloadedmetadata()
public Function.A1<? super Event,? extends Object> onloadstart()
public Function.A1<? super MouseEvent,? extends Object> onmousedown()
public Function.A1<? super MouseEvent,? extends Object> onmousemove()
public Function.A1<? super MouseEvent,? extends Object> onmouseout()
public Function.A1<? super MouseEvent,? extends Object> onmouseover()
public Function.A1<? super MouseEvent,? extends Object> onmouseup()
public Function.A1<? super MouseWheelEvent,? extends Object> onmousewheel()
public Function.A1<? super UIEvent,? extends Object> onmscontentzoom()
public Function.A1<? super MSGestureEvent,? extends Object> onmsgesturechange()
public Function.A1<? super MSGestureEvent,? extends Object> onmsgesturedoubletap()
public Function.A1<? super MSGestureEvent,? extends Object> onmsgestureend()
public Function.A1<? super MSGestureEvent,? extends Object> onmsgesturehold()
public Function.A1<? super MSGestureEvent,? extends Object> onmsgesturestart()
public Function.A1<? super MSGestureEvent,? extends Object> onmsgesturetap()
public Function.A1<? super MSGestureEvent,? extends Object> onmsinertiastart()
public Function.A1<? super MSManipulationEvent,? extends Object> onmsmanipulationstatechanged()
public Function.A1<? super MSPointerEvent,? extends Object> onmspointercancel()
public Function.A1<? super MSPointerEvent,? extends Object> onmspointerdown()
public Function.A1<? super MSPointerEvent,? extends Object> onmspointerenter()
public Function.A1<? super MSPointerEvent,? extends Object> onmspointerleave()
public Function.A1<? super MSPointerEvent,? extends Object> onmspointermove()
public Function.A1<? super MSPointerEvent,? extends Object> onmspointerout()
public Function.A1<? super MSPointerEvent,? extends Object> onmspointerover()
public Function.A1<? super MSPointerEvent,? extends Object> onmspointerup()
public Function.A1<? super MSSiteModeEvent,? extends Object> onmssitemodejumplistitemremoved()
public Function.A1<? super MSSiteModeEvent,? extends Object> onmsthumbnailclick()
public Function.A1<? super Event,? extends Object> onpause()
public Function.A1<? super Event,? extends Object> onplay()
public Function.A1<? super Event,? extends Object> onplaying()
public Function.A1<? super Event,? extends Object> onpointerlockchange()
public Function.A1<? super Event,? extends Object> onpointerlockerror()
public Function.A1<? super ProgressEvent,? extends Object> onprogress()
public Function.A1<? super Event,? extends Object> onratechange()
public Function.A1<? super ProgressEvent,? extends Object> onreadystatechange()
public Function.A1<? super Event,? extends Object> onreset()
public Function.A1<? super UIEvent,? extends Object> onscroll()
public Function.A1<? super Event,? extends Object> onseeked()
public Function.A1<? super Event,? extends Object> onseeking()
public Function.A1<? super UIEvent,? extends Object> onselect()
public Function.A1<? super Event,? extends Object> onselectstart()
public Function.A1<? super Event,? extends Object> onstalled()
public Function.A1<? super Event,? extends Object> onstop()
public Function.A1<? super Event,? extends Object> onsubmit()
public Function.A1<? super Event,? extends Object> onsuspend()
public Function.A1<? super Event,? extends Object> ontimeupdate()
public Function.A1<? super TouchEvent,? extends Object> ontouchcancel()
public Function.A1<? super TouchEvent,? extends Object> ontouchend()
public Function.A1<? super TouchEvent,? extends Object> ontouchmove()
public Function.A1<? super TouchEvent,? extends Object> ontouchstart()
public Function.A1<? super Event,? extends Object> onvolumechange()
public Function.A1<? super Event,? extends Object> onwaiting()
public Function.A1<? super Event,? extends Object> onwebkitfullscreenchange()
public Function.A1<? super Event,? extends Object> onwebkitfullscreenerror()
public HTMLCollection plugins()
public Element pointerLockElement()
public String readyState()
public String referrer()
public SVGSVGElement rootElement()
public HTMLCollection scripts()
public String security()
public StyleSheetList styleSheets()
public String title()
public String visibilityState()
public String vlinkColor()
public Element webkitCurrentFullScreenElement()
public Element webkitFullscreenElement()
public Boolean webkitFullscreenEnabled()
public Boolean webkitIsFullScreen()
public String xmlEncoding()
public Boolean xmlStandalone()
public String xmlVersion()
public void addEventListener(String type, EventListener listener, Boolean useCapture)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListenerObject listener, Boolean useCapture)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListener listener)
addEventListener
in class EventTarget
public void addEventListener(String type, EventListenerObject listener)
addEventListener
in class EventTarget
public void addEventListener(Void type, Function.A1<? super WheelEvent,? extends Object> listener, Boolean useCapture)
public void addEventListener(Void type, Function.A1<? super WheelEvent,? extends Object> listener)
public void captureEvents()
public void clear()
public void close()
public Attr createAttribute(String name)
name
- String that sets the attribute object's name.public CDATASection createCDATASection(String data)
public Comment createComment(String data)
data
- Sets the comment object's data.public DocumentFragment createDocumentFragment()
public HTMLElement createElement(String tagName)
public XPathExpression createExpression(String expression, XPathNSResolver resolver)
public XPathNSResolver createNSResolver(Node nodeResolver)
public NodeIterator createNodeIterator(Node root, double whatToShow, NodeFilter filter, Boolean entityReferenceExpansion)
root
- The root element or node to start traversing on.whatToShow
- The type of nodes or elements to appear in the node listfilter
- A custom NodeFilter function to use. For more information, see filter. Use null for no filter.entityReferenceExpansion
- A flag that specifies whether entity reference nodes are expanded.public NodeIterator createNodeIterator(Node root)
root
- The root element or node to start traversing on.whatToShow
- The type of nodes or elements to appear in the node listfilter
- A custom NodeFilter function to use. For more information, see filter. Use null for no filter.entityReferenceExpansion
- A flag that specifies whether entity reference nodes are expanded.public NodeIterator createNodeIterator(Node root, double whatToShow)
root
- The root element or node to start traversing on.whatToShow
- The type of nodes or elements to appear in the node listfilter
- A custom NodeFilter function to use. For more information, see filter. Use null for no filter.entityReferenceExpansion
- A flag that specifies whether entity reference nodes are expanded.public NodeIterator createNodeIterator(Node root, double whatToShow, NodeFilter filter)
root
- The root element or node to start traversing on.whatToShow
- The type of nodes or elements to appear in the node listfilter
- A custom NodeFilter function to use. For more information, see filter. Use null for no filter.entityReferenceExpansion
- A flag that specifies whether entity reference nodes are expanded.public ProcessingInstruction createProcessingInstruction(String target, String data)
public Range createRange()
public Text createTextNode(String data)
data
- String that specifies the nodeValue property of the text node.public Touch createTouch(Object view, EventTarget target, double identifier, double pageX, double pageY, double screenX, double screenY)
public TreeWalker createTreeWalker(Node root, double whatToShow, NodeFilter filter, Boolean entityReferenceExpansion)
root
- The root element or node to start traversing on.whatToShow
- The type of nodes or elements to appear in the node list. For more information, see whatToShow.filter
- A custom NodeFilter function to use.entityReferenceExpansion
- A flag that specifies whether entity reference nodes are expanded.public TreeWalker createTreeWalker(Node root)
root
- The root element or node to start traversing on.whatToShow
- The type of nodes or elements to appear in the node list. For more information, see whatToShow.filter
- A custom NodeFilter function to use.entityReferenceExpansion
- A flag that specifies whether entity reference nodes are expanded.public TreeWalker createTreeWalker(Node root, double whatToShow)
root
- The root element or node to start traversing on.whatToShow
- The type of nodes or elements to appear in the node list. For more information, see whatToShow.filter
- A custom NodeFilter function to use.entityReferenceExpansion
- A flag that specifies whether entity reference nodes are expanded.public TreeWalker createTreeWalker(Node root, double whatToShow, NodeFilter filter)
root
- The root element or node to start traversing on.whatToShow
- The type of nodes or elements to appear in the node list. For more information, see whatToShow.filter
- A custom NodeFilter function to use.entityReferenceExpansion
- A flag that specifies whether entity reference nodes are expanded.public Element elementFromPoint(double x, double y)
x
- The x-offsety
- The y-offsetpublic XPathResult evaluate(String expression, Node contextNode, XPathNSResolver resolver, double type, XPathResult result)
public Boolean execCommand(String commandId, Boolean showUI, Object value)
commandId
- String that specifies the command to execute. This command can be any of the command identifiers that can be executed in script.showUI
- Display the user interface, defaults to false.value
- Value to assign.public Boolean execCommand(String commandId)
commandId
- String that specifies the command to execute. This command can be any of the command identifiers that can be executed in script.showUI
- Display the user interface, defaults to false.value
- Value to assign.public Boolean execCommand(String commandId, Boolean showUI)
commandId
- String that specifies the command to execute. This command can be any of the command identifiers that can be executed in script.showUI
- Display the user interface, defaults to false.value
- Value to assign.public Boolean execCommandShowHelp(String commandId)
commandId
- Displays help information for the given command identifier.public void exitFullscreen()
public void exitPointerLock()
public void focus()
public HTMLElement getElementById(String elementId)
elementId
- String that specifies the ID value. Case-insensitive.public NodeListOf<Element> getElementsByClassName(String classNames)
public NodeListOf<Element> getElementsByName(String elementName)
elementName
- Gets a collection of objects based on the value of the NAME or ID attribute.public NodeListOf<Element> getElementsByTagName(String tagname)
public NodeListOf<Element> getElementsByTagNameNS(String namespaceURI, String localName)
public Selection getSelection()
public Boolean hasFocus()
public NodeList msElementsFromPoint(double x, double y)
public NodeList msElementsFromRect(double left, double top, double width, double height)
public Document open(String url, String name, String features, Boolean replace)
url
- Specifies a MIME type for the document.name
- Specifies the name of the window. This name is used as the value for the TARGET attribute on a form or an anchor element.features
- Contains a list of items separated by commas. Each item consists of an option and a value, separated by an equals sign (for example, "fullscreen=yes, toolbar=yes"). The following values are supported.replace
- Specifies whether the existing entry for the document is replaced in the history list.public Document open()
url
- Specifies a MIME type for the document.name
- Specifies the name of the window. This name is used as the value for the TARGET attribute on a form or an anchor element.features
- Contains a list of items separated by commas. Each item consists of an option and a value, separated by an equals sign (for example, "fullscreen=yes, toolbar=yes"). The following values are supported.replace
- Specifies whether the existing entry for the document is replaced in the history list.public Document open(String url)
url
- Specifies a MIME type for the document.name
- Specifies the name of the window. This name is used as the value for the TARGET attribute on a form or an anchor element.features
- Contains a list of items separated by commas. Each item consists of an option and a value, separated by an equals sign (for example, "fullscreen=yes, toolbar=yes"). The following values are supported.replace
- Specifies whether the existing entry for the document is replaced in the history list.public Document open(String url, String name)
url
- Specifies a MIME type for the document.name
- Specifies the name of the window. This name is used as the value for the TARGET attribute on a form or an anchor element.features
- Contains a list of items separated by commas. Each item consists of an option and a value, separated by an equals sign (for example, "fullscreen=yes, toolbar=yes"). The following values are supported.replace
- Specifies whether the existing entry for the document is replaced in the history list.public Document open(String url, String name, String features)
url
- Specifies a MIME type for the document.name
- Specifies the name of the window. This name is used as the value for the TARGET attribute on a form or an anchor element.features
- Contains a list of items separated by commas. Each item consists of an option and a value, separated by an equals sign (for example, "fullscreen=yes, toolbar=yes"). The following values are supported.replace
- Specifies whether the existing entry for the document is replaced in the history list.public Boolean queryCommandEnabled(String commandId)
commandId
- Specifies a command identifier.public Boolean queryCommandIndeterm(String commandId)
commandId
- String that specifies a command identifier.public Boolean queryCommandState(String commandId)
commandId
- String that specifies a command identifier.public Boolean queryCommandSupported(String commandId)
commandId
- Specifies a command identifier.public String queryCommandText(String commandId)
commandId
- String that contains the identifier of a command. This can be any command identifier given in the list of Command Identifiers.public String queryCommandValue(String commandId)
commandId
- String that specifies a command identifier.public void releaseEvents()
public void updateSettings()
public void webkitCancelFullScreen()
public void webkitExitFullscreen()
public void write(String... content)
content
- Specifies the text and HTML tags to write.public void writeln(String... content)
content
- The text and HTML tags to write.Copyright © 2018. All rights reserved.