2025-01-15 19:28:55 +01:00

96 lines
116 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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.Element - API Reference</title><meta name="description" content="The &lt;code&gt;HTMLElement&lt;/code&gt; interface represents any HTML element. Some elements directly implement this interface, others implement it via an interface that inherits it."/></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> Element</h1><h4><small>package <a href="../../js/html/index.html">js.html</a></small></h4><h4><small>extends <a class="type" title="The Element interface represents an object of a Document." href="../../js/html/DOMElement.html">DOMElement</a> &rsaquo; <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> &rsaquo; <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> <h4><small><span class="muted">extended by </span><a class="type" title="The HTMLAnchorElement interface represents hyperlink elements and provides special properties and methods (beyond those of the regular HTMLElement object interface they also have available to them by inheritance) for manipulating the layout and presentation of such elements." href="../../js/html/AnchorElement.html">AnchorElement</a>, <a class="type" title="" href="../../js/html/AppletElement.html">AppletElement</a>, <a class="type" title="The HTMLAreaElement interface provides special properties and methods (beyond those of the regular object HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of area elements." href="../../js/html/AreaElement.html">AreaElement</a>, <a class="type" title="The HTMLBRElement interface represents a HTML line break element (br)." href="../../js/html/BRElement.html">BRElement</a>, <a class="type" title="The HTMLBaseElement interface contains the base URI for a document." href="../../js/html/BaseElement.html">BaseElement</a>, <a class="type" title="The HTMLBodyElement interface provides special properties (beyond those of the regular HTMLElement interface they also inherit) for manipulating body elements." href="../../js/html/BodyElement.html">BodyElement</a>, <a class="type" title="The HTMLButtonElement interface provides properties and methods (beyond the button object interface it also has available to them by inheritance) for manipulating the layout and presentation of button elements." href="../../js/html/ButtonElement.html">ButtonElement</a>, <a class="type" title="The HTMLCanvasElement interface provides properties and methods for manipulating the layout and presentation of canvas elements." href="../../js/html/CanvasElement.html">CanvasElement</a>, <a class="type" title="The HTMLContentElement interface represents a content HTML Element, which is used in Shadow DOM." href="../../js/html/ContentElement.html">ContentElement</a>, <a class="type" title="The HTMLDListElement interface provides special properties (beyond those of the regular HTMLElement interface it also has available to it by inheritance) for manipulating definition list elements." href="../../js/html/DListElement.html">DListElement</a>, <a class="type" title="The HTMLDataElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating data elements." href="../../js/html/DataElement.html">DataElement</a>, <a class="type" title="The HTMLDataListElement interface provides special properties (beyond the HTMLElement object interface it also has available to it by inheritance) to manipulate datalist elements and their content." href="../../js/html/DataListElement.html">DataListElement</a>, <a class="type" title="" href="../../js/html/DirectoryElement.html">DirectoryElement</a>, <a class="type" title="The HTMLDivElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating div elements." href="../../js/html/DivElement.html">DivElement</a>, <a class="type" title="The HTMLEmbedElement interface, which provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating embed elements." href="../../js/html/EmbedElement.html">EmbedElement</a>, <a class="type" title="The HTMLFieldSetElement interface has special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of field-set elements." href="../../js/html/FieldSetElement.html">FieldSetElement</a>, <a class="type" title="" href="../../js/html/FontElement.html">FontElement</a>, <a class="type" title="The HTMLFormElement interface provides methods to create and modify form elements." href="../../js/html/FormElement.html">FormElement</a>, <a class="type" title="" href="../../js/html/FrameElement.html">FrameElement</a>, <a class="type" title="The HTMLFrameSetElement interface provides special properties (beyond those of the regular HTMLElement interface they also inherit) for manipulating frameset elements." href="../../js/html/FrameSetElement.html">FrameSetElement</a>, <a class="type" title="The HTMLHRElement interface provides special properties (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating hr elements." href="../../js/html/HRElement.html">HRElement</a>, <a class="type" title="The HTMLHeadElement interface contains the descriptive information, or metadata, for a document." href="../../js/html/HeadElement.html">HeadElement</a>, <a class="type" title="The HTMLHeadingElement interface represents the different heading elements." href="../../js/html/HeadingElement.html">HeadingElement</a>, <a class="type" title="The HTMLHtmlElement interface serves as the root node for a given HTML document." href="../../js/html/HtmlElement.html">HtmlElement</a>, <a class="type" title="The HTMLIFrameElement interface provides special properties and methods (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of inline frame elements." href="../../js/html/IFrameElement.html">IFrameElement</a>, <a class="type" title="The HTMLImageElement interface provides special properties and methods  for manipulating the layout and presentation of img elements." href="../../js/html/ImageElement.html">ImageElement</a>, <a class="type" title="The HTMLInputElement interface provides special properties and methods for manipulating the layout and presentation of input elements." href="../../js/html/InputElement.html">InputElement</a>, <a class="type" title="The HTMLLIElement interface expose specific properties and methods (beyond those defined by regular HTMLElement interface it also has available to it by inheritance) for manipulating list elements." href="../../js/html/LIElement.html">LIElement</a>, <a class="type" title="The HTMLLabelElement interface gives access to properties specific to label elements." href="../../js/html/LabelElement.html">LabelElement</a>, <a class="type" title="The HTMLLegendElement is an interface allowing to access properties of the legend elements." href="../../js/html/LegendElement.html">LegendElement</a>, <a class="type" title="The HTMLLinkElement interface represents reference information for external resources and the relationship of those resources to a document and vice-versa." href="../../js/html/LinkElement.html">LinkElement</a>, <a class="type" title="The HTMLMapElement interface provides special properties and methods (beyond those of the regular object HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of map elements." href="../../js/html/MapElement.html">MapElement</a>, <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="" href="../../js/html/MenuElement.html">MenuElement</a>, <a class="type" title="" href="../../js/html/MenuItemElement.html">MenuItemElement</a>, <a class="type" title="The HTMLMetaElement interface contains descriptive metadata about a document." href="../../js/html/MetaElement.html">MetaElement</a>, <a class="type" title="The HTML meter elements expose the HTMLMeterElement interface, which provides special properties and methods (beyond the HTMLElement object interface they also have available to them by inheritance) for manipulating the layout and presentation of meter elements." href="../../js/html/MeterElement.html">MeterElement</a>, <a class="type" title="The HTMLModElement interface provides special properties (beyond the regular methods and properties available through the HTMLElement interface they also have available to them by inheritance) for manipulating modification elements, that is del and ins." href="../../js/html/ModElement.html">ModElement</a>, <a class="type" title="The HTMLOListElement interface provides special properties (beyond those defined on the regular HTMLElement interface it also has available to it by inheritance) for manipulating ordered list elements." href="../../js/html/OListElement.html">OListElement</a>, <a class="type" title="The HTMLObjectElement interface provides special properties and methods (beyond those on the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of object element, representing external resources." href="../../js/html/ObjectElement.html">ObjectElement</a>, <a class="type" title="The HTMLOptGroupElement interface provides special properties and methods (beyond the regular HTMLElement object interface they also have available to them by inheritance) for manipulating the layout and presentation of optgroup elements." href="../../js/html/OptGroupElement.html">OptGroupElement</a>, <a class="type" title="The HTMLOptionElement interface represents option elements and inherits all classes and methods of the HTMLElement interface." href="../../js/html/OptionElement.html">OptionElement</a>, <a class="type" title="The HTMLOutputElement interface provides properties and methods (beyond those inherited from HTMLElement) for manipulating the layout and presentation of output elements." href="../../js/html/OutputElement.html">OutputElement</a>, <a class="type" title="The HTMLParagraphElement interface provides special properties (beyond those of the regular HTMLElement object interface it inherits) for manipulating p elements." href="../../js/html/ParagraphElement.html">ParagraphElement</a>, <a class="type" title="The HTMLParamElement interface provides special properties (beyond those of the regular HTMLElement object interface it inherits) for manipulating param elements, representing a pair of a key and a value that acts as a parameter for an object element." href="../../js/html/ParamElement.html">ParamElement</a>, <a class="type" title="The HTMLPictureElement interface represents a picture HTML element." href="../../js/html/PictureElement.html">PictureElement</a>, <a class="type" title="The HTMLPreElement interface expose specific properties and methods (beyond those defined by regular HTMLElement interface it also has available to it by inheritance) for manipulating block of preformatted text." href="../../js/html/PreElement.html">PreElement</a>, <a class="type" title="The HTMLProgressElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of progress elements." href="../../js/html/ProgressElement.html">ProgressElement</a>, <a class="type" title="The HTMLQuoteElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating quoting elements, like blockquote and q, but not the cite element." href="../../js/html/QuoteElement.html">QuoteElement</a>, <a class="type" title="HTML script elements expose the HTMLScriptElement interface, which provides special properties and methods (beyond the regular HTMLElement object interface they also have available to them by inheritance) for manipulating the layout and presentation of script elements." href="../../js/html/ScriptElement.html">ScriptElement</a>, <a class="type" title="The HTMLSelectElement interface represents a select HTML Element." href="../../js/html/SelectElement.html">SelectElement</a>, <a class="type" title="The HTMLShadowElement interface represents a shadow HTML Element, which is used in Shadow DOM." href="../../js/html/ShadowElement.html">ShadowElement</a>, <a class="type" title="The HTMLSourceElement interface provides special properties (beyond the regular HTMLElement object interface it also has available to it by inheritance) for manipulating source elements." href="../../js/html/SourceElement.html">SourceElement</a>, <a class="type" title="The HTMLSpanElement interface represents a span element and derives from the HTMLElement interface, but without implementing any additional properties or methods." href="../../js/html/SpanElement.html">SpanElement</a>, <a class="type" title="The HTMLStyleElement interface represents a style element." href="../../js/html/StyleElement.html">StyleElement</a>, <a class="type" title="The HTMLTableCaptionElement interface special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating table caption elements." href="../../js/html/TableCaptionElement.html">TableCaptionElement</a>, <a class="type" title="The HTMLTableCellElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of table cells, either header or data cells, in an HTML document." href="../../js/html/TableCellElement.html">TableCellElement</a>, <a class="type" title="The HTMLTableColElement interface provides special properties (beyond the HTMLElement interface it also has available to it inheritance) for manipulating single or grouped table column elements." href="../../js/html/TableColElement.html">TableColElement</a>, <a class="type" title="The HTMLTableElement interface provides special properties and methods (beyond the regular HTMLElement object interface it also has available to it by inheritance) for manipulating the layout and presentation of tables in an HTML document." href="../../js/html/TableElement.html">TableElement</a>, <a class="type" title="The HTMLTableRowElement interface provides special properties and methods (beyond the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of rows in an HTML table." href="../../js/html/TableRowElement.html">TableRowElement</a>, <a class="type" title="The HTMLTableSectionElement interface provides special properties and methods (beyond the HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of sections, that is headers, footers and bodies, in an HTML table." href="../../js/html/TableSectionElement.html">TableSectionElement</a>, <a class="type" title="" href="../../js/html/TemplateElement.html">TemplateElement</a>, <a class="type" title="The HTMLTextAreaElement interface provides special properties and methods for manipulating the layout and presentation of textarea elements." href="../../js/html/TextAreaElement.html">TextAreaElement</a>, <a class="type" title="The HTMLTimeElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating time elements." href="../../js/html/TimeElement.html">TimeElement</a>, <a class="type" title="The HTMLTitleElement interface contains the title for a document." href="../../js/html/TitleElement.html">TitleElement</a>, <a class="type" title="The HTMLTrackElement interface provides access to the properties of track` elements, as well as methods to manipulate them." href="../../js/html/TrackElement.html">TrackElement</a>, <a class="type" title="The HTMLUListElement interface provides special properties (beyond those defined on the regular HTMLElement interface it also has available to it by inheritance) for manipulating unordered list elements." href="../../js/html/UListElement.html">UListElement</a>, <a class="type" title="The HTMLUnknownElement interface represents an invalid HTML element and derives from the HTMLElement interface, but without implementing any additional properties or methods." href="../../js/html/UnknownElement.html">UnknownElement</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>HTMLElement</code> interface represents any HTML element. Some elements directly implement this interface, others implement it via an interface that inherits it.</p>
<p>Documentation <a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement">HTMLElement</a> by <a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement$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/HTMLElement">https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement</a></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 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 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>&lt;<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>&gt;</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>&lt;<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>&lt;<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>&gt;&gt;,</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>&lt;<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>&lt;<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>&gt;&gt;,</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>&lt;<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>&lt;<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>&gt;&gt;,</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>&lt;<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>&gt;</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>&lt;<a class="type" title="The basic String class." href="../../String.html">String</a>&gt;</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">&copy; 2017 &nbsp;<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>