97 lines
		
	
	
		
			121 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			97 lines
		
	
	
		
			121 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | ||
| <html lang="en"><!-- use theme color or fallback -->
 | ||
| <!--use textcolor from settings, otherwise create a contrasting color to theme color-->
 | ||
| <head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>js.html.VideoElement - API Reference</title><meta name="description" content="The <code>HTMLVideoElement</code> interface provides special properties and methods for manipulating video objects. It also inherits properties and methods of <code>HTMLMediaElement</code> and <code>HTMLElement</code>."/></head><body><style>
 | ||
| a, code .type {
 | ||
| 	color: #24afc4;
 | ||
| }
 | ||
| .navbar .brand {
 | ||
| 	display: inline-block;
 | ||
| 	float: none;
 | ||
| 	text-shadow: 0 0 0 transparent;
 | ||
| }
 | ||
| .nav-list>.active>a.treeLink, .nav-list>.active>a.treeLink:hover, .nav-list>.active>a.treeLink:focus {
 | ||
| 	background: #24afc4;
 | ||
| 	color: #ffffff;
 | ||
| 	text-shadow: 0 0 0 transparent;
 | ||
| }
 | ||
| .navbar .container {
 | ||
| 	width: 940px ;
 | ||
| }
 | ||
| @media (max-width: 767px) {
 | ||
| 	.navbar .container {
 | ||
| 		width: auto;
 | ||
| 	}
 | ||
| }
 | ||
| @media (max-width: 979px) and (min-width: 768px) {
 | ||
| 	.navbar .container {
 | ||
| 		width: 724px;
 | ||
| 	}
 | ||
| }
 | ||
| @media (min-width: 1200px) {
 | ||
| 	.navbar .container {
 | ||
| 		width: 1170px;
 | ||
| 	}
 | ||
| }
 | ||
| .navbar .container img {
 | ||
| 	margin: 5px 0 0 4px;
 | ||
| }
 | ||
| </style><nav class="nav"><div class="navbar"><div class="navbar-inner" style="background:#FAFAFA; border-bottom:1px solid rgba(0,0,0,.09)"><div class="container"><a class="brand" href="http://www.openfl.org"><img alt="" src="http://www.openfl.org/images/logo.png"/></a><a class="brand" style="color:#777777" href="../../">API Reference</a></div></div></div></nav><div class="container main-content"><div class="row-fluid"><div class="span3"><div class="well sidebar-nav"><form class="form-search" id="searchForm"><div class="input-prepend input-block-level"><span class="add-on"><i class="icon-search"></i></span><input id="search" type="text" placeholder="Search" autocomplete="off"/></div></form><div class="dropdown"><select id="select-platform" class="selectpicker" title="Filter by platform" data-width="100%"><option value="all" selected="true">All Platforms</option><option>Neko</option><option>Android</option><option>Flash</option><option>iOS</option><option>macOS</option><option>Linux</option><option>HTML5</option><option>Windows</option></select></div></div><div class="well sidebar-nav"><div id="nav"></div></div></div><div class="span9"><div class="page-header"><h1><small>class</small> VideoElement</h1><h4><small>package <a href="../../js/html/index.html">js.html</a></small></h4><h4><small>extends <a class="type" title="The HTMLMediaElement interface adds to HTMLElement the properties and methods needed to support basic media-related capabilities that are common to audio and video." href="../../js/html/MediaElement.html">MediaElement</a> › <a class="type" title="The HTMLElement interface represents any HTML element." href="../../js/html/Element.html">Element</a> › <a class="type" title="The Element interface represents an object of a Document." href="../../js/html/DOMElement.html">DOMElement</a> › <a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a> › <a class="type" title="EventTarget is an interface implemented by objects that can receive events and may have listeners for them." href="../../js/html/EventTarget.html">EventTarget</a></small></h4>    <p class="availability"><hr/><em>Available on  HTML5</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p>The <code>HTMLVideoElement</code> interface provides special properties and methods for manipulating video objects. It also inherits properties and methods of <code>HTMLMediaElement</code> and <code>HTMLElement</code>.</p>
 | ||
| <p>Documentation <a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement">HTMLVideoElement</a> by <a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement$history">Mozilla Contributors</a>, licensed under <a href="https://creativecommons.org/licenses/by-sa/2.5/">CC-BY-SA 2.5</a>.</p><p class="javadoc">See:</p><div class="indent inline-content"><p><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement">https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement</a></p></div></div></div><h3 class="section">Variables</h3><div class="fields"><div class="field "><a name="height"></a><h3><p><code><a href="../../js/html/VideoElement.html#height"><span class="identifier">height</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p>Is a <code>DOMString</code> that reflects the <code>height</code> HTML attribute, which specifies the height of the display area, in CSS pixels.</p></div></div><div class="field "><a name="poster"></a><h3><p><code><a href="../../js/html/VideoElement.html#poster"><span class="identifier">poster</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Is a <code>DOMString</code> that reflects the <code>poster</code> HTML attribute, which specifies an image to show while no video data is available.</p></div></div><div class="field "><a name="videoHeight"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/VideoElement.html#videoHeight"><span class="identifier">videoHeight</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p>Returns an <code>unsigned long</code> containing the intrinsic height of the resource in CSS pixels, taking into account the dimensions, aspect ratio, clean aperture, resolution, and so forth, as defined for the format used by the resource. If the element's ready state is <code>HAVE_NOTHING</code>, the value is <code>0</code>.</p></div></div><div class="field "><a name="videoWidth"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/VideoElement.html#videoWidth"><span class="identifier">videoWidth</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p>Returns an <code>unsigned long</code> containing the intrinsic width of the resource in CSS pixels, taking into account the dimensions, aspect ratio, clean aperture, resolution, and so forth, as defined for the format used by the resource. If the element's ready state is <code>HAVE_NOTHING</code>, the value is <code>0</code>.</p></div></div><div class="field "><a name="width"></a><h3><p><code><a href="../../js/html/VideoElement.html#width"><span class="identifier">width</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p>Is a <code>DOMString</code> that reflects the <code>width</code> HTML attribute, which specifies the width of the display area, in CSS pixels.</p></div></div></div><h3 class="section">Methods</h3><div class="fields"><div class="field "><a name="getVideoPlaybackQuality"></a><h3><p><code><a href="#getVideoPlaybackQuality"><span class="identifier">getVideoPlaybackQuality</span></a> ():<a class="type" title="The VideoPlaybackQuality interface represents the set of metrics describing the playback quality of a video." href="../../js/html/VideoPlaybackQuality.html">VideoPlaybackQuality</a></code></p></h3><div class="doc"><p>Returns a <code><a href="../../js/html/VideoPlaybackQuality.html">VideoPlaybackQuality</a></code> objects that contains the current playback metrics.</p></div></div></div>  <div class="inherited-fields well"><h3 class="section">Inherited Variables</h3><div class="fields"><h4><a href="#" class="expand-button"><i class="fa fa-arrow-circle-o-right"></i></a> Defined by <a class="type" title="The HTMLMediaElement interface adds to HTMLElement the properties and methods needed to support basic media-related capabilities that are common to audio and video." href="../../js/html/MediaElement.html">MediaElement</a></h4><div style="display:none"><div class="field "><a name="audioTracks"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/MediaElement.html#audioTracks"><span class="identifier">audioTracks</span></a>:<a class="type" title="" href="../../js/html/AudioTrackList.html">AudioTrackList</a></code></p></h3><div class="doc"><p>Is a <code><a href="../../js/html/AudioTrackList.html">AudioTrackList</a></code> that lists the <code><a href="../../js/html/AudioTrack.html">AudioTrack</a></code> objects contained in the element.</p></div></div><div class="field "><a name="autoplay"></a><h3><p><code><a href="../../js/html/MediaElement.html#autoplay"><span class="identifier">autoplay</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p>Is a <code>Boolean</code> that reflects the <code>autoplay</code> HTML attribute, indicating whether playback should automatically begin as soon as enough media is available to do so without interruption.</p></div></div><div class="field "><a name="buffered"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/MediaElement.html#buffered"><span class="identifier">buffered</span></a>:<a class="type" title="The TimeRanges interface is used to represent a set of time ranges, primarily for the purpose of tracking which portions of media have been buffered when loading it for use by the audio and video elements." href="../../js/html/TimeRanges.html">TimeRanges</a></code></p></h3><div class="doc"><p>Returns a <code><a href="../../js/html/TimeRanges.html">TimeRanges</a></code> object that indicates the ranges of the media source that the browser has buffered (if any) at the moment the <code>buffered</code> property is accessed.</p></div></div><div class="field "><a name="controls"></a><h3><p><code><a href="../../js/html/MediaElement.html#controls"><span class="identifier">controls</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p>Is a <code>Boolean</code> that reflects the <code>controls</code> HTML attribute, indicating whether user interface items for controlling the resource should be displayed.</p></div></div><div class="field "><a name="crossOrigin"></a><h3><p><code><a href="../../js/html/MediaElement.html#crossOrigin"><span class="identifier">crossOrigin</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Is a <code>DOMString</code> indicating the CORS setting for this media element.</p></div></div><div class="field "><a name="currentSrc"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/MediaElement.html#currentSrc"><span class="identifier">currentSrc</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Returns a <code>DOMString</code> with the absolute URL of the chosen media resource.</p></div></div><div class="field "><a name="currentTime"></a><h3><p><code><a href="../../js/html/MediaElement.html#currentTime"><span class="identifier">currentTime</span></a>:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a></code></p></h3><div class="doc"><p>Is a <code>double</code> indicating the current playback time in seconds. Setting this value seeks the media to the new time.</p></div></div><div class="field "><a name="defaultMuted"></a><h3><p><code><a href="../../js/html/MediaElement.html#defaultMuted"><span class="identifier">defaultMuted</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p>Is a <code>Boolean</code> that reflects the <code>muted</code> HTML attribute, which indicates whether the media element's audio output should be muted by default.</p></div></div><div class="field "><a name="defaultPlaybackRate"></a><h3><p><code><a href="../../js/html/MediaElement.html#defaultPlaybackRate"><span class="identifier">defaultPlaybackRate</span></a>:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a></code></p></h3><div class="doc"><p>Is a <code>double</code> indicating the default playback rate for the media.</p></div></div><div class="field "><a name="duration"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/MediaElement.html#duration"><span class="identifier">duration</span></a>:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a></code></p></h3><div class="doc"><p>Returns a <code>double</code> indicating the length of the media in seconds, or 0 if no media data is available.</p></div></div><div class="field "><a name="ended"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/MediaElement.html#ended"><span class="identifier">ended</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p>Returns a <code>Boolean</code> that indicates whether the media element has finished playing.</p></div></div><div class="field "><a name="error"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/MediaElement.html#error"><span class="identifier">error</span></a>:<a class="type" title="The MediaError interface represents an error associated to a media, like a HTMLMediaElement." href="../../js/html/MediaError.html">MediaError</a></code></p></h3><div class="doc"><p>Returns a <code><a href="../../js/html/MediaError.html">MediaError</a></code> object for the most recent error, or <code>null</code> if there has not been an error.</p></div></div><div class="field "><a name="loop"></a><h3><p><code><a href="../../js/html/MediaElement.html#loop"><span class="identifier">loop</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p>Is a <code>Boolean</code> that reflects the <code>loop</code> HTML attribute, which indicates whether the media element should start over when it reaches the end.</p></div></div><div class="field "><a name="muted"></a><h3><p><code><a href="../../js/html/MediaElement.html#muted"><span class="identifier">muted</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p>Is a <code>Boolean</code> that determines whether audio is muted. <code>true</code> if the audio is muted and <code>false</code> otherwise.</p></div></div><div class="field "><a name="networkState"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/MediaElement.html#networkState"><span class="identifier">networkState</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p>Returns a <code>unsigned short</code> (enumeration) indicating the current state of fetching the media over the network.</p></div></div><div class="field "><a name="paused"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/MediaElement.html#paused"><span class="identifier">paused</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p>Returns a <code>Boolean</code> that indicates whether the media element is paused.</p></div></div><div class="field "><a name="playbackRate"></a><h3><p><code><a href="../../js/html/MediaElement.html#playbackRate"><span class="identifier">playbackRate</span></a>:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a></code></p></h3><div class="doc"><p>Is a <code>double</code> that indicates the rate at which the media is being played back. </p></div></div><div class="field "><a name="played"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/MediaElement.html#played"><span class="identifier">played</span></a>:<a class="type" title="The TimeRanges interface is used to represent a set of time ranges, primarily for the purpose of tracking which portions of media have been buffered when loading it for use by the audio and video elements." href="../../js/html/TimeRanges.html">TimeRanges</a></code></p></h3><div class="doc"><p>Returns a <code><a href="../../js/html/TimeRanges.html">TimeRanges</a></code> object that contains the ranges of the media source that the browser has played, if any.</p></div></div><div class="field "><a name="preload"></a><h3><p><code><a href="../../js/html/MediaElement.html#preload"><span class="identifier">preload</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Is a <code>DOMString</code> that reflects the <code>preload</code> HTML attribute, indicating what data should be preloaded, if any. Possible values are: <code>none</code>, <code>metadata</code>, <code>auto</code>.</p></div></div><div class="field "><a name="readyState"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/MediaElement.html#readyState"><span class="identifier">readyState</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p>Returns a <code>unsigned short</code> (enumeration) indicating the readiness state of the media.</p></div></div><div class="field "><a name="seekable"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/MediaElement.html#seekable"><span class="identifier">seekable</span></a>:<a class="type" title="The TimeRanges interface is used to represent a set of time ranges, primarily for the purpose of tracking which portions of media have been buffered when loading it for use by the audio and video elements." href="../../js/html/TimeRanges.html">TimeRanges</a></code></p></h3><div class="doc"><p>Returns a <code><a href="../../js/html/TimeRanges.html">TimeRanges</a></code> object that contains the time ranges that the user is able to seek to, if any.</p></div></div><div class="field "><a name="seeking"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/MediaElement.html#seeking"><span class="identifier">seeking</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p>Returns a <code>Boolean</code> that indicates whether the media is in the process of seeking to a new position.</p></div></div><div class="field "><a name="src"></a><h3><p><code><a href="../../js/html/MediaElement.html#src"><span class="identifier">src</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Is a <code>DOMString</code> that reflects the <code>src</code> HTML attribute, which contains the URL of a media resource to use.</p></div></div><div class="field "><a name="srcObject"></a><h3><p><code><a href="../../js/html/MediaElement.html#srcObject"><span class="identifier">srcObject</span></a>:<a class="type" title="The MediaStream interface represents a stream of media content." href="../../js/html/MediaStream.html">MediaStream</a></code></p></h3><div class="doc"><p>Is a <code><a href="../../js/html/MediaStream.html">MediaStream</a></code> representing the media to play or that has played in the current <code>HTMLMediaElement</code>.</p></div></div><div class="field "><a name="textTracks"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/MediaElement.html#textTracks"><span class="identifier">textTracks</span></a>:<a class="type" title="" href="../../js/html/TextTrackList.html">TextTrackList</a></code></p></h3><div class="doc"><p>Returns the list of <code><a href="../../js/html/TextTrack.html">TextTrack</a></code> objects contained in the element.</p></div></div><div class="field "><a name="videoTracks"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/MediaElement.html#videoTracks"><span class="identifier">videoTracks</span></a>:<a class="type" title="" href="../../js/html/VideoTrackList.html">VideoTrackList</a></code></p></h3><div class="doc"><p>Returns the list of <code><a href="../../js/html/VideoTrack.html">VideoTrack</a></code> objects contained in the element.</p>
 | ||
| <p>Note: Gecko supports only single track playback, and the parsing of tracks' metadata is only available for media with the Ogg container format.</p></div></div><div class="field "><a name="volume"></a><h3><p><code><a href="../../js/html/MediaElement.html#volume"><span class="identifier">volume</span></a>:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a></code></p></h3><div class="doc"><p>Is a <code>double</code> indicating the audio volume, from 0.0 (silent) to 1.0 (loudest).</p></div></div></div><div style="display:none"></div><h4><a href="#" class="expand-button"><i class="fa fa-arrow-circle-o-right"></i></a> Defined by <a class="type" title="The Element interface represents an object of a Document." href="../../js/html/DOMElement.html">DOMElement</a></h4><div style="display:none"><div class="field "><a name="accessKey"></a><h3><p><code><a href="../../js/html/DOMElement.html#accessKey"><span class="identifier">accessKey</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="accessKeyLabel"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#accessKeyLabel"><span class="identifier">accessKeyLabel</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="attributes"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#attributes"><span class="identifier">attributes</span></a>:<a class="type" title="The NamedNodeMap interface represents a collection of Attr objects." href="../../js/html/NamedNodeMap.html">NamedNodeMap</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="childElementCount"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#childElementCount"><span class="identifier">childElementCount</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="children"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#children"><span class="identifier">children</span></a>:<a class="type" title="The HTMLCollection interface represents a generic collection (array-like object similar to arguments) of elements (in document order) and offers methods and properties for selecting from the list." href="../../js/html/HTMLCollection.html">HTMLCollection</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="classList"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#classList"><span class="identifier">classList</span></a>:<a class="type" title="The DOMTokenList interface represents a set of space-separated tokens." href="../../js/html/DOMTokenList.html">DOMTokenList</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="className"></a><h3><p><code><a href="../../js/html/DOMElement.html#className"><span class="identifier">className</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="clientHeight"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#clientHeight"><span class="identifier">clientHeight</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="clientLeft"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#clientLeft"><span class="identifier">clientLeft</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="clientTop"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#clientTop"><span class="identifier">clientTop</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="clientWidth"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#clientWidth"><span class="identifier">clientWidth</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="contentEditable"></a><h3><p><code><a href="../../js/html/DOMElement.html#contentEditable"><span class="identifier">contentEditable</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="contextMenu"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#contextMenu"><span class="identifier">contextMenu</span></a>:<a class="type" title="" href="../../js/html/MenuElement.html">MenuElement</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="dataset"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#dataset"><span class="identifier">dataset</span></a>:<a class="type" title="Used by the dataset HTML attribute to represent data for custom attributes added to elements." href="../../js/html/DOMStringMap.html">DOMStringMap</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="dir"></a><h3><p><code><a href="../../js/html/DOMElement.html#dir"><span class="identifier">dir</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="draggable"></a><h3><p><code><a href="../../js/html/DOMElement.html#draggable"><span class="identifier">draggable</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="firstElementChild"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#firstElementChild"><span class="identifier">firstElementChild</span></a>:<a class="type" title="The HTMLElement interface represents any HTML element." href="../../js/html/Element.html">Element</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="hidden"></a><h3><p><code><a href="../../js/html/DOMElement.html#hidden"><span class="identifier">hidden</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="id"></a><h3><p><code><a href="../../js/html/DOMElement.html#id"><span class="identifier">id</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="innerHTML"></a><h3><p><code><a href="../../js/html/DOMElement.html#innerHTML"><span class="identifier">innerHTML</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="innerText"></a><h3><p><code><a href="../../js/html/DOMElement.html#innerText"><span class="identifier">innerText</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="isContentEditable"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#isContentEditable"><span class="identifier">isContentEditable</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="itemId"></a><h3><p><code><a href="../../js/html/DOMElement.html#itemId"><span class="identifier">itemId</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="itemProp"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#itemProp"><span class="identifier">itemProp</span></a>:<a class="type" title="The DOMTokenList interface represents a set of space-separated tokens." href="../../js/html/DOMTokenList.html">DOMTokenList</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="itemRef"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#itemRef"><span class="identifier">itemRef</span></a>:<a class="type" title="The DOMTokenList interface represents a set of space-separated tokens." href="../../js/html/DOMTokenList.html">DOMTokenList</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="itemScope"></a><h3><p><code><a href="../../js/html/DOMElement.html#itemScope"><span class="identifier">itemScope</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="itemType"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#itemType"><span class="identifier">itemType</span></a>:<a class="type" title="The DOMTokenList interface represents a set of space-separated tokens." href="../../js/html/DOMTokenList.html">DOMTokenList</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="itemValue"></a><h3><p><code><a href="../../js/html/DOMElement.html#itemValue"><span class="identifier">itemValue</span></a>:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="lang"></a><h3><p><code><a href="../../js/html/DOMElement.html#lang"><span class="identifier">lang</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="lastElementChild"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#lastElementChild"><span class="identifier">lastElementChild</span></a>:<a class="type" title="The HTMLElement interface represents any HTML element." href="../../js/html/Element.html">Element</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="nextElementSibling"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#nextElementSibling"><span class="identifier">nextElementSibling</span></a>:<a class="type" title="The HTMLElement interface represents any HTML element." href="../../js/html/Element.html">Element</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="offsetHeight"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#offsetHeight"><span class="identifier">offsetHeight</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="offsetLeft"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#offsetLeft"><span class="identifier">offsetLeft</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="offsetParent"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#offsetParent"><span class="identifier">offsetParent</span></a>:<a class="type" title="The HTMLElement interface represents any HTML element." href="../../js/html/Element.html">Element</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="offsetTop"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#offsetTop"><span class="identifier">offsetTop</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="offsetWidth"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#offsetWidth"><span class="identifier">offsetWidth</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onabort"></a><h3><p><code><a href="../../js/html/DOMElement.html#onabort"><span class="identifier">onabort</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onblur"></a><h3><p><code><a href="../../js/html/DOMElement.html#onblur"><span class="identifier">onblur</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="oncanplay"></a><h3><p><code><a href="../../js/html/DOMElement.html#oncanplay"><span class="identifier">oncanplay</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="oncanplaythrough"></a><h3><p><code><a href="../../js/html/DOMElement.html#oncanplaythrough"><span class="identifier">oncanplaythrough</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onchange"></a><h3><p><code><a href="../../js/html/DOMElement.html#onchange"><span class="identifier">onchange</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onclick"></a><h3><p><code><a href="../../js/html/DOMElement.html#onclick"><span class="identifier">onclick</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="oncontextmenu"></a><h3><p><code><a href="../../js/html/DOMElement.html#oncontextmenu"><span class="identifier">oncontextmenu</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="oncopy"></a><h3><p><code><a href="../../js/html/DOMElement.html#oncopy"><span class="identifier">oncopy</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="oncut"></a><h3><p><code><a href="../../js/html/DOMElement.html#oncut"><span class="identifier">oncut</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="ondblclick"></a><h3><p><code><a href="../../js/html/DOMElement.html#ondblclick"><span class="identifier">ondblclick</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="ondrag"></a><h3><p><code><a href="../../js/html/DOMElement.html#ondrag"><span class="identifier">ondrag</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="ondragend"></a><h3><p><code><a href="../../js/html/DOMElement.html#ondragend"><span class="identifier">ondragend</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="ondragenter"></a><h3><p><code><a href="../../js/html/DOMElement.html#ondragenter"><span class="identifier">ondragenter</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="ondragleave"></a><h3><p><code><a href="../../js/html/DOMElement.html#ondragleave"><span class="identifier">ondragleave</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="ondragover"></a><h3><p><code><a href="../../js/html/DOMElement.html#ondragover"><span class="identifier">ondragover</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="ondragstart"></a><h3><p><code><a href="../../js/html/DOMElement.html#ondragstart"><span class="identifier">ondragstart</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="ondrop"></a><h3><p><code><a href="../../js/html/DOMElement.html#ondrop"><span class="identifier">ondrop</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="ondurationchange"></a><h3><p><code><a href="../../js/html/DOMElement.html#ondurationchange"><span class="identifier">ondurationchange</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onemptied"></a><h3><p><code><a href="../../js/html/DOMElement.html#onemptied"><span class="identifier">onemptied</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onended"></a><h3><p><code><a href="../../js/html/DOMElement.html#onended"><span class="identifier">onended</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onerror"></a><h3><p><code><a href="../../js/html/DOMElement.html#onerror"><span class="identifier">onerror</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onfocus"></a><h3><p><code><a href="../../js/html/DOMElement.html#onfocus"><span class="identifier">onfocus</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onfullscreenchange"></a><h3><p><code><a href="../../js/html/DOMElement.html#onfullscreenchange"><span class="identifier">onfullscreenchange</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onfullscreenerror"></a><h3><p><code><a href="../../js/html/DOMElement.html#onfullscreenerror"><span class="identifier">onfullscreenerror</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="ongotpointercapture"></a><h3><p><code><a href="../../js/html/DOMElement.html#ongotpointercapture"><span class="identifier">ongotpointercapture</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="oninput"></a><h3><p><code><a href="../../js/html/DOMElement.html#oninput"><span class="identifier">oninput</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="oninvalid"></a><h3><p><code><a href="../../js/html/DOMElement.html#oninvalid"><span class="identifier">oninvalid</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onkeydown"></a><h3><p><code><a href="../../js/html/DOMElement.html#onkeydown"><span class="identifier">onkeydown</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onkeypress"></a><h3><p><code><a href="../../js/html/DOMElement.html#onkeypress"><span class="identifier">onkeypress</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onkeyup"></a><h3><p><code><a href="../../js/html/DOMElement.html#onkeyup"><span class="identifier">onkeyup</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onload"></a><h3><p><code><a href="../../js/html/DOMElement.html#onload"><span class="identifier">onload</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onloadeddata"></a><h3><p><code><a href="../../js/html/DOMElement.html#onloadeddata"><span class="identifier">onloadeddata</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onloadedmetadata"></a><h3><p><code><a href="../../js/html/DOMElement.html#onloadedmetadata"><span class="identifier">onloadedmetadata</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onloadstart"></a><h3><p><code><a href="../../js/html/DOMElement.html#onloadstart"><span class="identifier">onloadstart</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onlostpointercapture"></a><h3><p><code><a href="../../js/html/DOMElement.html#onlostpointercapture"><span class="identifier">onlostpointercapture</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onmousedown"></a><h3><p><code><a href="../../js/html/DOMElement.html#onmousedown"><span class="identifier">onmousedown</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onmouseenter"></a><h3><p><code><a href="../../js/html/DOMElement.html#onmouseenter"><span class="identifier">onmouseenter</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onmouseleave"></a><h3><p><code><a href="../../js/html/DOMElement.html#onmouseleave"><span class="identifier">onmouseleave</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onmousemove"></a><h3><p><code><a href="../../js/html/DOMElement.html#onmousemove"><span class="identifier">onmousemove</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onmouseout"></a><h3><p><code><a href="../../js/html/DOMElement.html#onmouseout"><span class="identifier">onmouseout</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onmouseover"></a><h3><p><code><a href="../../js/html/DOMElement.html#onmouseover"><span class="identifier">onmouseover</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onmouseup"></a><h3><p><code><a href="../../js/html/DOMElement.html#onmouseup"><span class="identifier">onmouseup</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onpaste"></a><h3><p><code><a href="../../js/html/DOMElement.html#onpaste"><span class="identifier">onpaste</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onpause"></a><h3><p><code><a href="../../js/html/DOMElement.html#onpause"><span class="identifier">onpause</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onplay"></a><h3><p><code><a href="../../js/html/DOMElement.html#onplay"><span class="identifier">onplay</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onplaying"></a><h3><p><code><a href="../../js/html/DOMElement.html#onplaying"><span class="identifier">onplaying</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onpointercancel"></a><h3><p><code><a href="../../js/html/DOMElement.html#onpointercancel"><span class="identifier">onpointercancel</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onpointerdown"></a><h3><p><code><a href="../../js/html/DOMElement.html#onpointerdown"><span class="identifier">onpointerdown</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onpointerenter"></a><h3><p><code><a href="../../js/html/DOMElement.html#onpointerenter"><span class="identifier">onpointerenter</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onpointerleave"></a><h3><p><code><a href="../../js/html/DOMElement.html#onpointerleave"><span class="identifier">onpointerleave</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onpointerlockchange"></a><h3><p><code><a href="../../js/html/DOMElement.html#onpointerlockchange"><span class="identifier">onpointerlockchange</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onpointerlockerror"></a><h3><p><code><a href="../../js/html/DOMElement.html#onpointerlockerror"><span class="identifier">onpointerlockerror</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onpointermove"></a><h3><p><code><a href="../../js/html/DOMElement.html#onpointermove"><span class="identifier">onpointermove</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onpointerout"></a><h3><p><code><a href="../../js/html/DOMElement.html#onpointerout"><span class="identifier">onpointerout</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onpointerover"></a><h3><p><code><a href="../../js/html/DOMElement.html#onpointerover"><span class="identifier">onpointerover</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onpointerup"></a><h3><p><code><a href="../../js/html/DOMElement.html#onpointerup"><span class="identifier">onpointerup</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onprogress"></a><h3><p><code><a href="../../js/html/DOMElement.html#onprogress"><span class="identifier">onprogress</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onratechange"></a><h3><p><code><a href="../../js/html/DOMElement.html#onratechange"><span class="identifier">onratechange</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onreset"></a><h3><p><code><a href="../../js/html/DOMElement.html#onreset"><span class="identifier">onreset</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onresize"></a><h3><p><code><a href="../../js/html/DOMElement.html#onresize"><span class="identifier">onresize</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onscroll"></a><h3><p><code><a href="../../js/html/DOMElement.html#onscroll"><span class="identifier">onscroll</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onseeked"></a><h3><p><code><a href="../../js/html/DOMElement.html#onseeked"><span class="identifier">onseeked</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onseeking"></a><h3><p><code><a href="../../js/html/DOMElement.html#onseeking"><span class="identifier">onseeking</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onselect"></a><h3><p><code><a href="../../js/html/DOMElement.html#onselect"><span class="identifier">onselect</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onshow"></a><h3><p><code><a href="../../js/html/DOMElement.html#onshow"><span class="identifier">onshow</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onstalled"></a><h3><p><code><a href="../../js/html/DOMElement.html#onstalled"><span class="identifier">onstalled</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onsubmit"></a><h3><p><code><a href="../../js/html/DOMElement.html#onsubmit"><span class="identifier">onsubmit</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onsuspend"></a><h3><p><code><a href="../../js/html/DOMElement.html#onsuspend"><span class="identifier">onsuspend</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="ontimeupdate"></a><h3><p><code><a href="../../js/html/DOMElement.html#ontimeupdate"><span class="identifier">ontimeupdate</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="ontouchcancel"></a><h3><p><code><a href="../../js/html/DOMElement.html#ontouchcancel"><span class="identifier">ontouchcancel</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="ontouchend"></a><h3><p><code><a href="../../js/html/DOMElement.html#ontouchend"><span class="identifier">ontouchend</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="ontouchmove"></a><h3><p><code><a href="../../js/html/DOMElement.html#ontouchmove"><span class="identifier">ontouchmove</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="ontouchstart"></a><h3><p><code><a href="../../js/html/DOMElement.html#ontouchstart"><span class="identifier">ontouchstart</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onvolumechange"></a><h3><p><code><a href="../../js/html/DOMElement.html#onvolumechange"><span class="identifier">onvolumechange</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onwaiting"></a><h3><p><code><a href="../../js/html/DOMElement.html#onwaiting"><span class="identifier">onwaiting</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="onwheel"></a><h3><p><code><a href="../../js/html/DOMElement.html#onwheel"><span class="identifier">onwheel</span></a>:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="outerHTML"></a><h3><p><code><a href="../../js/html/DOMElement.html#outerHTML"><span class="identifier">outerHTML</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="previousElementSibling"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#previousElementSibling"><span class="identifier">previousElementSibling</span></a>:<a class="type" title="The HTMLElement interface represents any HTML element." href="../../js/html/Element.html">Element</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="properties"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#properties"><span class="identifier">properties</span></a>:<a class="type" title="" href="../../js/html/HTMLPropertiesCollection.html">HTMLPropertiesCollection</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="scrollHeight"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#scrollHeight"><span class="identifier">scrollHeight</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="scrollLeft"></a><h3><p><code><a href="../../js/html/DOMElement.html#scrollLeft"><span class="identifier">scrollLeft</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="scrollLeftMax"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#scrollLeftMax"><span class="identifier">scrollLeftMax</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="scrollTop"></a><h3><p><code><a href="../../js/html/DOMElement.html#scrollTop"><span class="identifier">scrollTop</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="scrollTopMax"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#scrollTopMax"><span class="identifier">scrollTopMax</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="scrollWidth"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#scrollWidth"><span class="identifier">scrollWidth</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="shadowRoot"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#shadowRoot"><span class="identifier">shadowRoot</span></a>:<a class="type" title="The ShadowRoot interface of the Shadow DOM API is the root node of a DOM subtree that is rendered separately from a document's main DOM tree." href="../../js/html/ShadowRoot.html">ShadowRoot</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="spellcheck"></a><h3><p><code><a href="../../js/html/DOMElement.html#spellcheck"><span class="identifier">spellcheck</span></a>:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="style"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#style"><span class="identifier">style</span></a>:<a class="type" title="CSSStyleDeclaration represents a collection of CSS property-value pairs." href="../../js/html/CSSStyleDeclaration.html">CSSStyleDeclaration</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="tabIndex"></a><h3><p><code><a href="../../js/html/DOMElement.html#tabIndex"><span class="identifier">tabIndex</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="tagName"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/DOMElement.html#tagName"><span class="identifier">tagName</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="title"></a><h3><p><code><a href="../../js/html/DOMElement.html#title"><span class="identifier">title</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div></div><h4><a href="#" class="expand-button"><i class="fa fa-arrow-circle-o-right"></i></a> Defined by <a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></h4><div style="display:none"><div class="field "><a name="baseURI"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/Node.html#baseURI"><span class="identifier">baseURI</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Returns a <code>DOMString</code> representing the base URL. The concept of base URL changes from one language to another; in HTML, it corresponds to the protocol, the domain name and the directory structure, that is all until the last <code>'/'</code>.</p></div></div><div class="field "><a name="childNodes"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/Node.html#childNodes"><span class="identifier">childNodes</span></a>:<a class="type" title="NodeList objects are collections of nodes such as those returned by Node." href="../../js/html/NodeList.html">NodeList</a></code></p></h3><div class="doc"><p>Returns a live <code><a href="../../js/html/NodeList.html">NodeList</a></code> containing all the children of this node. <code><a href="../../js/html/NodeList.html">NodeList</a></code> being live means that if the children of the <code><a href="../../js/html/Node.html">Node</a></code> change, the <code><a href="../../js/html/NodeList.html">NodeList</a></code> object is automatically updated.</p></div></div><div class="field "><a name="firstChild"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/Node.html#firstChild"><span class="identifier">firstChild</span></a>:<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></code></p></h3><div class="doc"><p>Returns a <code><a href="../../js/html/Node.html">Node</a></code> representing the first direct child node of the node, or <code>null</code> if the node has no child.</p></div></div><div class="field "><a name="lastChild"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/Node.html#lastChild"><span class="identifier">lastChild</span></a>:<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></code></p></h3><div class="doc"><p>Returns a <code><a href="../../js/html/Node.html">Node</a></code> representing the last direct child node of the node, or <code>null</code> if the node has no child.</p></div></div><div class="field "><a name="localName"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/Node.html#localName"><span class="identifier">localName</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Returns a <code>DOMString</code> representing the local part of the qualified name of an element.</p>
 | ||
| <p>Note: In Firefox 3.5 and earlier, the property upper-cases the local name for HTML elements (but not XHTML elements). In later versions, this does not happen, so the property is in lower case for both HTML and XHTML. <code>1.9.2</code></p></div></div><div class="field "><a name="namespaceURI"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/Node.html#namespaceURI"><span class="identifier">namespaceURI</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>The namespace URI of this node, or <code>null</code> if it is no namespace.</p>
 | ||
| <p>Note: In Firefox 3.5 and earlier, HTML elements are in no namespace. In later versions, HTML elements are in the <code>https://www.w3.org/1999/xhtml/</code> namespace in both HTML and XML trees. <code>1.9.2</code></p></div></div><div class="field "><a name="nextSibling"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/Node.html#nextSibling"><span class="identifier">nextSibling</span></a>:<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></code></p></h3><div class="doc"><p>Returns a <code><a href="../../js/html/Node.html">Node</a></code> representing the next node in the tree, or <code>null</code> if there isn't such node.</p></div></div><div class="field "><a name="nodeName"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/Node.html#nodeName"><span class="identifier">nodeName</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Returns a <code>DOMString</code> containing the name of the <code><a href="../../js/html/Node.html">Node</a></code>. The structure of the name will differ with the name type. E.g. An <code>HTMLElement</code> will contain the name of the corresponding tag, like <code>'audio'</code> for an <code>HTMLAudioElement</code>, a <code><a href="../../js/html/Text.html">Text</a></code> node will have the <code>'#text'</code> string, or a <code><a href="../../js/html/Document.html">Document</a></code> node will have the <code>'#document'</code> string.</p></div></div><div class="field "><a name="nodeType"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/Node.html#nodeType"><span class="identifier">nodeType</span></a>:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p>Returns an <code>unsigned short</code> representing the type of the node. Possible values are:
 | ||
| <table class="standard-table"></p>
 | ||
| <p><tr>
 | ||
| Name
 | ||
| Value
 | ||
| </tr>
 | ||
| <tr>
 | ||
| <td><code>ELEMENT_NODE</code></td>
 | ||
| <td><code>1</code></td>
 | ||
| </tr>
 | ||
| <tr>
 | ||
| <td><code>ATTRIBUTE_NODE</code> <em>(deprecated)</em></td>
 | ||
| <td><code>2</code></td>
 | ||
| </tr>
 | ||
| <tr>
 | ||
| <td><code>TEXT_NODE</code></td>
 | ||
| <td><code>3</code></td>
 | ||
| </tr>
 | ||
| <tr>
 | ||
| <td><code>CDATA_SECTION_NODE</code> <em>(deprecated)</em></td>
 | ||
| <td><code>4</code></td>
 | ||
| </tr>
 | ||
| <tr>
 | ||
| <td><code>ENTITY_REFERENCE_NODE</code> <em>(deprecated)</em></td>
 | ||
| <td><code>5</code></td>
 | ||
| </tr>
 | ||
| <tr>
 | ||
| <td><code>ENTITY_NODE</code> <em>(deprecated)</em></td>
 | ||
| <td><code>6</code></td>
 | ||
| </tr>
 | ||
| <tr>
 | ||
| <td><code>PROCESSING_INSTRUCTION_NODE</code></td>
 | ||
| <td><code>7</code></td>
 | ||
| </tr>
 | ||
| <tr>
 | ||
| <td><code>COMMENT_NODE</code></td>
 | ||
| <td><code>8</code></td>
 | ||
| </tr>
 | ||
| <tr>
 | ||
| <td><code>DOCUMENT_NODE</code></td>
 | ||
| <td><code>9</code></td>
 | ||
| </tr>
 | ||
| <tr>
 | ||
| <td><code>DOCUMENT_TYPE_NODE</code></td>
 | ||
| <td><code>10</code></td>
 | ||
| </tr>
 | ||
| <tr>
 | ||
| <td><code>DOCUMENT_FRAGMENT_NODE</code></td>
 | ||
| <td><code>11</code></td>
 | ||
| </tr>
 | ||
| <tr>
 | ||
| <td><code>NOTATION_NODE</code> <em>(deprecated)</em></td>
 | ||
| <td><code>12</code></td>
 | ||
| </tr></p>
 | ||
| <p></table></p></div></div><div class="field "><a name="nodeValue"></a><h3><p><code><a href="../../js/html/Node.html#nodeValue"><span class="identifier">nodeValue</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Returns / Sets the value of the current node</p></div></div><div class="field "><a name="ownerDocument"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/Node.html#ownerDocument"><span class="identifier">ownerDocument</span></a>:<a class="type" title="HTMLDocument is an abstract interface of the DOM which provides access to special properties and methods not present by default on a regular (XML) document." href="../../js/html/HTMLDocument.html">HTMLDocument</a></code></p></h3><div class="doc"><p>Returns the <code><a href="../../js/html/Document.html">Document</a></code> that this node belongs to. If no document is associated with it, returns <code>null</code>.</p></div></div><div class="field "><a name="parentElement"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/Node.html#parentElement"><span class="identifier">parentElement</span></a>:<a class="type" title="The HTMLElement interface represents any HTML element." href="../../js/html/Element.html">Element</a></code></p></h3><div class="doc"><p>Returns an <code><a href="../../js/html/Element.html">Element</a></code> that is the parent of this node. If the node has no parent, or if that parent is not an <code><a href="../../js/html/Element.html">Element</a></code>, this property returns <code>null</code>.</p></div></div><div class="field "><a name="parentNode"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/Node.html#parentNode"><span class="identifier">parentNode</span></a>:<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></code></p></h3><div class="doc"><p>Returns a <code><a href="../../js/html/Node.html">Node</a></code> that is the parent of this node. If there is no such node, like if this node is the top of the tree or if doesn't participate in a tree, this property returns <code>null</code>.</p></div></div><div class="field "><a name="prefix"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/Node.html#prefix"><span class="identifier">prefix</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Is a <code>DOMString</code> representing the namespace prefix of the node, or <code>null</code> if no prefix is specified.</p></div></div><div class="field "><a name="previousSibling"></a><h3><p><code><span class="label">read only</span><a href="../../js/html/Node.html#previousSibling"><span class="identifier">previousSibling</span></a>:<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></code></p></h3><div class="doc"><p>Returns a <code><a href="../../js/html/Node.html">Node</a></code> representing the previous node in the tree, or <code>null</code> if there isn't such node.</p></div></div><div class="field "><a name="textContent"></a><h3><p><code><a href="../../js/html/Node.html#textContent"><span class="identifier">textContent</span></a>:<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Returns / Sets the textual content of an element and all its descendants.</p></div></div></div><div style="display:none"></div></div><h3 class="section">Inherited Methods</h3><div class="fields"><h4><a href="#" class="expand-button"><i class="fa fa-arrow-circle-o-right"></i></a> Defined by <a class="type" title="The HTMLMediaElement interface adds to HTMLElement the properties and methods needed to support basic media-related capabilities that are common to audio and video." href="../../js/html/MediaElement.html">MediaElement</a></h4><div style="display:none"><div class="field "><a name="addTextTrack"></a><h3><p><code><a href="#addTextTrack"><span class="identifier">addTextTrack</span></a> (<span style="white-space:nowrap">kind:<a class="type" title="" href="../../js/html/TextTrackKind.html">TextTrackKind</a>,</span> <span style="white-space:nowrap">label:<a class="type" title="The basic String class." href="../../String.html">String</a> = "",</span> <span style="white-space:nowrap">language:<a class="type" title="The basic String class." href="../../String.html">String</a> = ""</span>):<a class="type" title="" href="../../js/html/TextTrack.html">TextTrack</a></code></p></h3><div class="doc"><p>Adds a text track (such as a track for subtitles) to a media element.</p></div></div><div class="field "><a name="canPlayType"></a><h3><p><code><a href="#canPlayType"><span class="identifier">canPlayType</span></a> (<span style="white-space:nowrap">type:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Determines whether the specified media type can be played back.</p></div></div><div class="field "><a name="fastSeek"></a><h3><p><code><a href="#fastSeek"><span class="identifier">fastSeek</span></a> (<span style="white-space:nowrap">time:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="load"></a><h3><p><code><a href="#load"><span class="identifier">load</span></a> ():<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p>Resets the media element and restarts the media resource. Any pending events are discarded. How much media data is fetched is still affected by the <code>preload</code> attribute. This method can be useful for releasing resources after any <code>src</code> attribute and <code>source</code> element descendants have been removed. Otherwise, it is usually unnecessary to use this method, unless required to rescan <code>source</code> element children after dynamic changes.</p></div></div><div class="field "><a name="pause"></a><h3><p><code><a href="#pause"><span class="identifier">pause</span></a> ():<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="play"></a><h3><p><code><a href="#play"><span class="identifier">play</span></a> ():<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div></div><div style="display:none"></div><h4><a href="#" class="expand-button"><i class="fa fa-arrow-circle-o-right"></i></a> Defined by <a class="type" title="The Element interface represents an object of a Document." href="../../js/html/DOMElement.html">DOMElement</a></h4><div style="display:none"><div class="field "><a name="animate"></a><h3><p><code><a href="#animate"><span class="identifier">animate</span></a> (<span style="white-space:nowrap">frames:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">?options:<a class="type" title="An abstract type allowing values to be either of T1 or T2 type." href="../../haxe/extern/EitherType.html">EitherType</a><<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a>, <a class="type" title="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a>></span>):<a class="type" title="The Animation interface of the Web Animations API represents a single animation player and provides playback controls and a timeline for an animation node or source." href="../../js/html/Animation.html">Animation</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="blur"></a><h3><p><code><a href="#blur"><span class="identifier">blur</span></a> ():<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="click"></a><h3><p><code><a href="#click"><span class="identifier">click</span></a> ():<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="closest"></a><h3><p><code><a href="#closest"><span class="identifier">closest</span></a> (<span style="white-space:nowrap">selector:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The HTMLElement interface represents any HTML element." href="../../js/html/Element.html">Element</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="convertPointFromNode"></a><h3><p><code><a href="#convertPointFromNode"><span class="identifier">convertPointFromNode</span></a> (<span style="white-space:nowrap">point:<a class="type" title="" href="../../js/html/DOMPointInit.html">DOMPointInit</a>,</span> <span style="white-space:nowrap">from:<a class="type" title="An abstract type allowing values to be either of T1 or T2 type." href="../../haxe/extern/EitherType.html">EitherType</a><<a class="type" title="The Text interface represents the textual content of Element or Attr." href="../../js/html/Text.html">Text</a>, <a class="type" title="An abstract type allowing values to be either of T1 or T2 type." href="../../haxe/extern/EitherType.html">EitherType</a><<a class="type" title="The HTMLElement interface represents any HTML element." href="../../js/html/Element.html">Element</a>, <a class="type" title="HTMLDocument is an abstract interface of the DOM which provides access to special properties and methods not present by default on a regular (XML) document." href="../../js/html/HTMLDocument.html">HTMLDocument</a>>>,</span> <span style="white-space:nowrap">?options:<a class="type" title="" href="../../js/html/ConvertCoordinateOptions.html">ConvertCoordinateOptions</a></span>):<a class="type" title="A DOMPoint represents a 2D or 3D point in a coordinate system." href="../../js/html/DOMPoint.html">DOMPoint</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="convertQuadFromNode"></a><h3><p><code><a href="#convertQuadFromNode"><span class="identifier">convertQuadFromNode</span></a> (<span style="white-space:nowrap">quad:<a class="type" title="" href="../../js/html/DOMQuad.html">DOMQuad</a>,</span> <span style="white-space:nowrap">from:<a class="type" title="An abstract type allowing values to be either of T1 or T2 type." href="../../haxe/extern/EitherType.html">EitherType</a><<a class="type" title="The Text interface represents the textual content of Element or Attr." href="../../js/html/Text.html">Text</a>, <a class="type" title="An abstract type allowing values to be either of T1 or T2 type." href="../../haxe/extern/EitherType.html">EitherType</a><<a class="type" title="The HTMLElement interface represents any HTML element." href="../../js/html/Element.html">Element</a>, <a class="type" title="HTMLDocument is an abstract interface of the DOM which provides access to special properties and methods not present by default on a regular (XML) document." href="../../js/html/HTMLDocument.html">HTMLDocument</a>>>,</span> <span style="white-space:nowrap">?options:<a class="type" title="" href="../../js/html/ConvertCoordinateOptions.html">ConvertCoordinateOptions</a></span>):<a class="type" title="" href="../../js/html/DOMQuad.html">DOMQuad</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="convertRectFromNode"></a><h3><p><code><a href="#convertRectFromNode"><span class="identifier">convertRectFromNode</span></a> (<span style="white-space:nowrap">rect:<a class="type" title="The DOMRectReadOnly interface specifies the standard properties used by DOMRect to define a rectangle." href="../../js/html/DOMRectReadOnly.html">DOMRectReadOnly</a>,</span> <span style="white-space:nowrap">from:<a class="type" title="An abstract type allowing values to be either of T1 or T2 type." href="../../haxe/extern/EitherType.html">EitherType</a><<a class="type" title="The Text interface represents the textual content of Element or Attr." href="../../js/html/Text.html">Text</a>, <a class="type" title="An abstract type allowing values to be either of T1 or T2 type." href="../../haxe/extern/EitherType.html">EitherType</a><<a class="type" title="The HTMLElement interface represents any HTML element." href="../../js/html/Element.html">Element</a>, <a class="type" title="HTMLDocument is an abstract interface of the DOM which provides access to special properties and methods not present by default on a regular (XML) document." href="../../js/html/HTMLDocument.html">HTMLDocument</a>>>,</span> <span style="white-space:nowrap">?options:<a class="type" title="" href="../../js/html/ConvertCoordinateOptions.html">ConvertCoordinateOptions</a></span>):<a class="type" title="" href="../../js/html/DOMQuad.html">DOMQuad</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="createShadowRoot"></a><h3><p><code><a href="#createShadowRoot"><span class="identifier">createShadowRoot</span></a> ():<a class="type" title="The ShadowRoot interface of the Shadow DOM API is the root node of a DOM subtree that is rendered separately from a document's main DOM tree." href="../../js/html/ShadowRoot.html">ShadowRoot</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="focus"></a><h3><p><code><a href="#focus"><span class="identifier">focus</span></a> ():<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="getAnimations"></a><h3><p><code><a href="#getAnimations"><span class="identifier">getAnimations</span></a> ():<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a><<a class="type" title="The Animation interface of the Web Animations API represents a single animation player and provides playback controls and a timeline for an animation node or source." href="../../js/html/Animation.html">Animation</a>></code></p></h3><div class="doc"><p>Returns an array of Animation objects currently active on the element.</p></div></div><div class="field "><a name="getAttribute"></a><h3><p><code><a href="#getAttribute"><span class="identifier">getAttribute</span></a> (<span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getAttributeNS"></a><h3><p><code><a href="#getAttributeNS"><span class="identifier">getAttributeNS</span></a> (<span style="white-space:nowrap">namespace_:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">localName:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getAttributeNames"></a><h3><p><code><a href="#getAttributeNames"><span class="identifier">getAttributeNames</span></a> ():<a class="type" title="An Array is a storage for values." href="../../Array.html">Array</a><<a class="type" title="The basic String class." href="../../String.html">String</a>></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getAttributeNode"></a><h3><p><code><a href="#getAttributeNode"><span class="identifier">getAttributeNode</span></a> (<span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="This type represents a DOM element's attribute as an object." href="../../js/html/Attr.html">Attr</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getAttributeNodeNS"></a><h3><p><code><a href="#getAttributeNodeNS"><span class="identifier">getAttributeNodeNS</span></a> (<span style="white-space:nowrap">namespaceURI:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">localName:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="This type represents a DOM element's attribute as an object." href="../../js/html/Attr.html">Attr</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getBoundingClientRect"></a><h3><p><code><a href="#getBoundingClientRect"><span class="identifier">getBoundingClientRect</span></a> ():<a class="type" title="A DOMRect represents a rectangle." href="../../js/html/DOMRect.html">DOMRect</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getClientRects"></a><h3><p><code><a href="#getClientRects"><span class="identifier">getClientRects</span></a> ():<a class="type" title="" href="../../js/html/DOMRectList.html">DOMRectList</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getDestinationInsertionPoints"></a><h3><p><code><a href="#getDestinationInsertionPoints"><span class="identifier">getDestinationInsertionPoints</span></a> ():<a class="type" title="NodeList objects are collections of nodes such as those returned by Node." href="../../js/html/NodeList.html">NodeList</a></code></p></h3><div class="doc"><p>…</p></div></div><div class="field "><a name="getElementsByClassName"></a><h3><p><code><a href="#getElementsByClassName"><span class="identifier">getElementsByClassName</span></a> (<span style="white-space:nowrap">classNames:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The HTMLCollection interface represents a generic collection (array-like object similar to arguments) of elements (in document order) and offers methods and properties for selecting from the list." href="../../js/html/HTMLCollection.html">HTMLCollection</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getElementsByTagName"></a><h3><p><code><a href="#getElementsByTagName"><span class="identifier">getElementsByTagName</span></a> (<span style="white-space:nowrap">localName:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The HTMLCollection interface represents a generic collection (array-like object similar to arguments) of elements (in document order) and offers methods and properties for selecting from the list." href="../../js/html/HTMLCollection.html">HTMLCollection</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getElementsByTagNameNS"></a><h3><p><code><a href="#getElementsByTagNameNS"><span class="identifier">getElementsByTagNameNS</span></a> (<span style="white-space:nowrap">namespace_:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">localName:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The HTMLCollection interface represents a generic collection (array-like object similar to arguments) of elements (in document order) and offers methods and properties for selecting from the list." href="../../js/html/HTMLCollection.html">HTMLCollection</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="hasAttribute"></a><h3><p><code><a href="#hasAttribute"><span class="identifier">hasAttribute</span></a> (<span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="hasAttributeNS"></a><h3><p><code><a href="#hasAttributeNS"><span class="identifier">hasAttributeNS</span></a> (<span style="white-space:nowrap">namespace_:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">localName:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="hasAttributes"></a><h3><p><code><a href="#hasAttributes"><span class="identifier">hasAttributes</span></a> ():<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="insertAdjacentHTML"></a><h3><p><code><a href="#insertAdjacentHTML"><span class="identifier">insertAdjacentHTML</span></a> (<span style="white-space:nowrap">position:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">text:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="matches"></a><h3><p><code><a href="#matches"><span class="identifier">matches</span></a> (<span style="white-space:nowrap">selector:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="querySelector"></a><h3><p><code><a href="#querySelector"><span class="identifier">querySelector</span></a> (<span style="white-space:nowrap">selectors:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The HTMLElement interface represents any HTML element." href="../../js/html/Element.html">Element</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="querySelectorAll"></a><h3><p><code><a href="#querySelectorAll"><span class="identifier">querySelectorAll</span></a> (<span style="white-space:nowrap">selectors:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="NodeList objects are collections of nodes such as those returned by Node." href="../../js/html/NodeList.html">NodeList</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="releaseCapture"></a><h3><p><code><a href="#releaseCapture"><span class="identifier">releaseCapture</span></a> ():<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="releasePointerCapture"></a><h3><p><code><a href="#releasePointerCapture"><span class="identifier">releasePointerCapture</span></a> (<span style="white-space:nowrap">pointerId:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="remove"></a><h3><p><code><a href="#remove"><span class="identifier">remove</span></a> ():<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="removeAttribute"></a><h3><p><code><a href="#removeAttribute"><span class="identifier">removeAttribute</span></a> (<span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="removeAttributeNS"></a><h3><p><code><a href="#removeAttributeNS"><span class="identifier">removeAttributeNS</span></a> (<span style="white-space:nowrap">namespace_:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">localName:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="removeAttributeNode"></a><h3><p><code><a href="#removeAttributeNode"><span class="identifier">removeAttributeNode</span></a> (<span style="white-space:nowrap">oldAttr:<a class="type" title="This type represents a DOM element's attribute as an object." href="../../js/html/Attr.html">Attr</a></span>):<a class="type" title="This type represents a DOM element's attribute as an object." href="../../js/html/Attr.html">Attr</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="requestFullscreen"></a><h3><p><code><a href="#requestFullscreen"><span class="identifier">requestFullscreen</span></a> (<span style="white-space:nowrap">?options:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="requestPointerLock"></a><h3><p><code><a href="#requestPointerLock"><span class="identifier">requestPointerLock</span></a> ():<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="scroll"></a><h3><p><code><a href="#scroll"><span class="identifier">scroll</span></a> (<span style="white-space:nowrap">?options:<a class="type" title="" href="../../js/html/ScrollToOptions.html">ScrollToOptions</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p><p><code><a href="#scroll"><span class="identifier">scroll</span></a> (<span style="white-space:nowrap">x:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a>,</span> <span style="white-space:nowrap">y:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="scrollBy"></a><h3><p><code><a href="#scrollBy"><span class="identifier">scrollBy</span></a> (<span style="white-space:nowrap">?options:<a class="type" title="" href="../../js/html/ScrollToOptions.html">ScrollToOptions</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p><p><code><a href="#scrollBy"><span class="identifier">scrollBy</span></a> (<span style="white-space:nowrap">x:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a>,</span> <span style="white-space:nowrap">y:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="scrollIntoView"></a><h3><p><code><a href="#scrollIntoView"><span class="identifier">scrollIntoView</span></a> (<span style="white-space:nowrap">?options:<a class="type" title="" href="../../js/html/ScrollIntoViewOptions.html">ScrollIntoViewOptions</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p><p><code><a href="#scrollIntoView"><span class="identifier">scrollIntoView</span></a> (<span style="white-space:nowrap">top:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="scrollTo"></a><h3><p><code><a href="#scrollTo"><span class="identifier">scrollTo</span></a> (<span style="white-space:nowrap">?options:<a class="type" title="" href="../../js/html/ScrollToOptions.html">ScrollToOptions</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p><p><code><a href="#scrollTo"><span class="identifier">scrollTo</span></a> (<span style="white-space:nowrap">x:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a>,</span> <span style="white-space:nowrap">y:<a class="type" title="The standard Float type, this is a double-precision IEEE 64bit float." href="../../Float.html">Float</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="setAttribute"></a><h3><p><code><a href="#setAttribute"><span class="identifier">setAttribute</span></a> (<span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">value:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="setAttributeNS"></a><h3><p><code><a href="#setAttributeNS"><span class="identifier">setAttributeNS</span></a> (<span style="white-space:nowrap">namespace_:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">value:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="setAttributeNode"></a><h3><p><code><a href="#setAttributeNode"><span class="identifier">setAttributeNode</span></a> (<span style="white-space:nowrap">newAttr:<a class="type" title="This type represents a DOM element's attribute as an object." href="../../js/html/Attr.html">Attr</a></span>):<a class="type" title="This type represents a DOM element's attribute as an object." href="../../js/html/Attr.html">Attr</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="setAttributeNodeNS"></a><h3><p><code><a href="#setAttributeNodeNS"><span class="identifier">setAttributeNodeNS</span></a> (<span style="white-space:nowrap">newAttr:<a class="type" title="This type represents a DOM element's attribute as an object." href="../../js/html/Attr.html">Attr</a></span>):<a class="type" title="This type represents a DOM element's attribute as an object." href="../../js/html/Attr.html">Attr</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="setCapture"></a><h3><p><code><a href="#setCapture"><span class="identifier">setCapture</span></a> (<span style="white-space:nowrap">retargetToElement:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a> = false</span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="setPointerCapture"></a><h3><p><code><a href="#setPointerCapture"><span class="identifier">setPointerCapture</span></a> (<span style="white-space:nowrap">pointerId:<a class="type" title="The standard Int type." href="../../Int.html">Int</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="webkitMatchesSelector"></a><h3><p><code><a href="#webkitMatchesSelector"><span class="identifier">webkitMatchesSelector</span></a> (<span style="white-space:nowrap">selector:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div></div><h4><a href="#" class="expand-button"><i class="fa fa-arrow-circle-o-right"></i></a> Defined by <a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></h4><div style="display:none"><div class="field "><a name="appendChild"></a><h3><p><code><a href="#appendChild"><span class="identifier">appendChild</span></a> (<span style="white-space:nowrap">node:<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></span>):<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="cloneNode"></a><h3><p><code><a href="#cloneNode"><span class="identifier">cloneNode</span></a> (<span style="white-space:nowrap">deep:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a> = false</span>):<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="compareDocumentPosition"></a><h3><p><code><a href="#compareDocumentPosition"><span class="identifier">compareDocumentPosition</span></a> (<span style="white-space:nowrap">other:<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></span>):<a class="type" title="The standard Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p>Returns the context objects root which optionally includes the shadow root if it is available. </p></div></div><div class="field "><a name="contains"></a><h3><p><code><a href="#contains"><span class="identifier">contains</span></a> (<span style="white-space:nowrap">other:<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></span>):<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p>Returns the context objects root which optionally includes the shadow root if it is available. </p></div></div><div class="field "><a name="hasChildNodes"></a><h3><p><code><a href="#hasChildNodes"><span class="identifier">hasChildNodes</span></a> ():<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p>Returns a <code>Boolean</code> indicating if the element has any child nodes, or not.</p></div></div><div class="field "><a name="insertBefore"></a><h3><p><code><a href="#insertBefore"><span class="identifier">insertBefore</span></a> (<span style="white-space:nowrap">node:<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a>,</span> <span style="white-space:nowrap">child:<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></span>):<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="isDefaultNamespace"></a><h3><p><code><a href="#isDefaultNamespace"><span class="identifier">isDefaultNamespace</span></a> (<span style="white-space:nowrap">namespace_:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p>Returns a <code>Boolean</code> which indicates whether or not two nodes are of the same type and all their defining data points match.</p></div></div><div class="field "><a name="isEqualNode"></a><h3><p><code><a href="#isEqualNode"><span class="identifier">isEqualNode</span></a> (<span style="white-space:nowrap">node:<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></span>):<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p>Returns a <code>Boolean</code> which indicates whether or not two nodes are of the same type and all their defining data points match.</p></div></div><div class="field "><a name="lookupNamespaceURI"></a><h3><p><code><a href="#lookupNamespaceURI"><span class="identifier">lookupNamespaceURI</span></a> (<span style="white-space:nowrap">prefix:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Clean up all the text nodes under this element (merge adjacent, remove empty).</p></div></div><div class="field "><a name="lookupPrefix"></a><h3><p><code><a href="#lookupPrefix"><span class="identifier">lookupPrefix</span></a> (<span style="white-space:nowrap">namespace_:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p>Clean up all the text nodes under this element (merge adjacent, remove empty).</p></div></div><div class="field "><a name="normalize"></a><h3><p><code><a href="#normalize"><span class="identifier">normalize</span></a> ():<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p>Clean up all the text nodes under this element (merge adjacent, remove empty).</p></div></div><div class="field "><a name="removeChild"></a><h3><p><code><a href="#removeChild"><span class="identifier">removeChild</span></a> (<span style="white-space:nowrap">child:<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></span>):<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="replaceChild"></a><h3><p><code><a href="#replaceChild"><span class="identifier">replaceChild</span></a> (<span style="white-space:nowrap">node:<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a>,</span> <span style="white-space:nowrap">child:<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></span>):<a class="type" title="A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly." href="../../js/html/Node.html">Node</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div></div><h4><a href="#" class="expand-button"><i class="fa fa-arrow-circle-o-right"></i></a> Defined by <a class="type" title="EventTarget is an interface implemented by objects that can receive events and may have listeners for them." href="../../js/html/EventTarget.html">EventTarget</a></h4><div style="display:none"><div class="field "><a name="addEventListener"></a><h3><p><code><a href="#addEventListener"><span class="identifier">addEventListener</span></a> (<span style="white-space:nowrap">type:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">listener:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a>,</span> <span style="white-space:nowrap">capture:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a> = false</span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p><p><code><a href="#addEventListener"><span class="identifier">addEventListener</span></a> (<span style="white-space:nowrap">type:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">listener:<a class="type" title="This method is called whenever an event occurs of the type for which the EventListener interface was registered." href="../../js/html/EventListener.html">EventListener</a>,</span> <span style="white-space:nowrap">capture:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a> = false,</span> <span style="white-space:nowrap">?wantsUntrusted:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="dispatchEvent"></a><h3><p><code><a href="#dispatchEvent"><span class="identifier">dispatchEvent</span></a> (<span style="white-space:nowrap">event:<a class="type" title="The Event interface represents any event which takes place in the DOM; some are user-generated (such as mouse or keyboard events), while others are generated by APIs (such as events that indicate an animation has finished running, a video has been paused, and so forth)." href="../../js/html/Event.html">Event</a></span>):<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div><div class="field "><a name="removeEventListener"></a><h3><p><code><a href="#removeEventListener"><span class="identifier">removeEventListener</span></a> (<span style="white-space:nowrap">type:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">listener:<a class="type" title="This type unifies with any function type." href="../../haxe/Function.html">Function</a>,</span> <span style="white-space:nowrap">capture:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a> = false</span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p><p><code><a href="#removeEventListener"><span class="identifier">removeEventListener</span></a> (<span style="white-space:nowrap">type:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">listener:<a class="type" title="This method is called whenever an event occurs of the type for which the EventListener interface was registered." href="../../js/html/EventListener.html">EventListener</a>,</span> <span style="white-space:nowrap">capture:<a class="type" title="The standard Boolean type, which can either be true or false." href="../../Bool.html">Bool</a> = false</span>):<a class="type" title="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p class="javadoc">Throws:</p><table class="table table-bordered params"><div class="indent inline-content"><tr><th width="25%"><code>null</code></th><td><p>DOMError</p></td></tr></div></table></div></div></div></div></div></div></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017  <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html> |