39 lines
		
	
	
		
			64 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			64 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en"><!-- use theme color or fallback -->
 | |
| <!--use textcolor from settings, otherwise create a contrasting color to theme color-->
 | |
| <head><meta charset="utf-8"/><link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"/><link href="../../bootstrap/css/bootstrap-select.min.css" rel="stylesheet"/><link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,400italic" rel="stylesheet" type="text/css"/><link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,600,600italic,400" rel="stylesheet" type="text/css"/><link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css" rel="stylesheet" type="text/css"/><script src="../../jquery-1.9.1.min.js"></script><script src="../../bootstrap/js/bootstrap.min.js"></script><script src="../../bootstrap/js/bootstrap-select.min.js"></script><link href="../../styles.css" rel="stylesheet"/><link href="../../haxe-nav.css" rel="stylesheet"/><script type="text/javascript">var dox = {rootPath: "../../",platforms: ["Neko","Android","Flash","iOS","macOS","Linux","HTML5","Windows"]};</script><script type="text/javascript" src="../../nav.js"></script><script type="text/javascript" src="../../index.js"></script><link rel="icon" href="../../favicon.ico" type="image/x-icon"></link><title>lime.graphics.DOMRenderContext - API Reference</title></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> DOMRenderContext</h1><h4><small>package <a href="../../lime/graphics/index.html">lime.graphics</a></small></h4>    <p class="availability"><hr/><em>Available on  all platforms</em></p></div><div class="body"><div class="doc doc-main"><div class="indent"><p></p></div></div><h3 class="section">Constructor</h3><div class="fields"><div class="field "><a name="new"></a><h3><p><code><a href="#new"><span class="identifier">new</span></a> ()</code></p></h3><div class="doc"><p></p></div></div></div><h3 class="section">Variables</h3><div class="fields"><div class="field "><a name="accessKey"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.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="align"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#align"><span class="identifier">align</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="../../lime/graphics/DOMRenderContext.html#attributes"><span class="identifier">attributes</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="baseURI"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.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></p></div></div><div class="field "><a name="childElementCount"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.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="childNodes"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.html#childNodes"><span class="identifier">childNodes</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="children"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.html#children"><span class="identifier">children</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="classList"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.html#classList"><span class="identifier">classList</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="className"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.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="../../lime/graphics/DOMRenderContext.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="../../lime/graphics/DOMRenderContext.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="../../lime/graphics/DOMRenderContext.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="../../lime/graphics/DOMRenderContext.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="../../lime/graphics/DOMRenderContext.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="dataset"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.html#dataset"><span class="identifier">dataset</span></a>:<a class="type" title="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</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="dir"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.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="../../lime/graphics/DOMRenderContext.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="dropzone"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#dropzone"><span class="identifier">dropzone</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="firstChild"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.html#firstChild"><span class="identifier">firstChild</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="firstElementChild"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.html#firstElementChild"><span class="identifier">firstElementChild</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="hidden"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.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="../../lime/graphics/DOMRenderContext.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="../../lime/graphics/DOMRenderContext.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="../../lime/graphics/DOMRenderContext.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="../../lime/graphics/DOMRenderContext.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="lang"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.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="lastChild"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.html#lastChild"><span class="identifier">lastChild</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="lastElementChild"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.html#lastElementChild"><span class="identifier">lastElementChild</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="localName"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.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></p></div></div><div class="field "><a name="namespaceURI"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.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></p></div></div><div class="field "><a name="nextElementSibling"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.html#nextElementSibling"><span class="identifier">nextElementSibling</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="nextSibling"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.html#nextSibling"><span class="identifier">nextSibling</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="nodeName"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.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></p></div></div><div class="field "><a name="nodeType"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.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></p></div></div><div class="field "><a name="nodeValue"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.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></p></div></div><div class="field "><a name="offsetHeight"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.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="../../lime/graphics/DOMRenderContext.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="../../lime/graphics/DOMRenderContext.html#offsetParent"><span class="identifier">offsetParent</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="offsetTop"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.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="../../lime/graphics/DOMRenderContext.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="../../lime/graphics/DOMRenderContext.html#onabort"><span class="identifier">onabort</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="onbeforecopy"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onbeforecopy"><span class="identifier">onbeforecopy</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="onbeforecut"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onbeforecut"><span class="identifier">onbeforecut</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="onbeforepaste"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onbeforepaste"><span class="identifier">onbeforepaste</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="onblur"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onblur"><span class="identifier">onblur</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="onchange"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onchange"><span class="identifier">onchange</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="onclick"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onclick"><span class="identifier">onclick</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="oncontextmenu"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#oncontextmenu"><span class="identifier">oncontextmenu</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="oncopy"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#oncopy"><span class="identifier">oncopy</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="oncut"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#oncut"><span class="identifier">oncut</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="ondblclick"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#ondblclick"><span class="identifier">ondblclick</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="ondrag"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#ondrag"><span class="identifier">ondrag</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="ondragend"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#ondragend"><span class="identifier">ondragend</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="ondragenter"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#ondragenter"><span class="identifier">ondragenter</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="ondragleave"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#ondragleave"><span class="identifier">ondragleave</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="ondragover"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#ondragover"><span class="identifier">ondragover</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="ondragstart"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#ondragstart"><span class="identifier">ondragstart</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="ondrop"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#ondrop"><span class="identifier">ondrop</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="onerror"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onerror"><span class="identifier">onerror</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="onfocus"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onfocus"><span class="identifier">onfocus</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="onfullscreenchange"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onfullscreenchange"><span class="identifier">onfullscreenchange</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="onfullscreenerror"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onfullscreenerror"><span class="identifier">onfullscreenerror</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="oninput"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#oninput"><span class="identifier">oninput</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="oninvalid"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#oninvalid"><span class="identifier">oninvalid</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="onkeydown"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onkeydown"><span class="identifier">onkeydown</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="onkeypress"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onkeypress"><span class="identifier">onkeypress</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="onkeyup"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onkeyup"><span class="identifier">onkeyup</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="onload"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onload"><span class="identifier">onload</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="onmousedown"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onmousedown"><span class="identifier">onmousedown</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="onmousemove"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onmousemove"><span class="identifier">onmousemove</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="onmouseout"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onmouseout"><span class="identifier">onmouseout</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="onmouseover"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onmouseover"><span class="identifier">onmouseover</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="onmouseup"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onmouseup"><span class="identifier">onmouseup</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="onmousewheel"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onmousewheel"><span class="identifier">onmousewheel</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="onpaste"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onpaste"><span class="identifier">onpaste</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="onreset"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onreset"><span class="identifier">onreset</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="onscroll"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onscroll"><span class="identifier">onscroll</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="onsearch"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onsearch"><span class="identifier">onsearch</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="onselect"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onselect"><span class="identifier">onselect</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="onselectstart"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onselectstart"><span class="identifier">onselectstart</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="onsubmit"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#onsubmit"><span class="identifier">onsubmit</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="ontouchcancel"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#ontouchcancel"><span class="identifier">ontouchcancel</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="ontouchend"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#ontouchend"><span class="identifier">ontouchend</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="ontouchmove"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#ontouchmove"><span class="identifier">ontouchmove</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="ontouchstart"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#ontouchstart"><span class="identifier">ontouchstart</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="outerHTML"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.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="outerText"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#outerText"><span class="identifier">outerText</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="ownerDocument"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.html#ownerDocument"><span class="identifier">ownerDocument</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="parentElement"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.html#parentElement"><span class="identifier">parentElement</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="parentNode"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.html#parentNode"><span class="identifier">parentNode</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="prefix"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.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></p></div></div><div class="field "><a name="previousElementSibling"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.html#previousElementSibling"><span class="identifier">previousElementSibling</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="previousSibling"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.html#previousSibling"><span class="identifier">previousSibling</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="pseudo"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#pseudo"><span class="identifier">pseudo</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="scrollHeight"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.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="../../lime/graphics/DOMRenderContext.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="scrollTop"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.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="scrollWidth"></a><h3><p><code><span class="label">read only</span><a href="../../lime/graphics/DOMRenderContext.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="spellcheck"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.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="../../lime/graphics/DOMRenderContext.html#style"><span class="identifier">style</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="tabIndex"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.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="../../lime/graphics/DOMRenderContext.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="textContent"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.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></p></div></div><div class="field "><a name="title"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.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 class="field "><a name="translate"></a><h3><p><code><a href="../../lime/graphics/DOMRenderContext.html#translate"><span class="identifier">translate</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><h3 class="section">Methods</h3><div class="fields"><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="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">?useCapture:<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="appendChild"></a><h3><p><code><a href="#appendChild"><span class="identifier">appendChild</span></a> (<span style="white-space:nowrap">newChild:<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="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="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></p></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="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></span>):<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="compareDocumentPosition"></a><h3><p><code><a href="#compareDocumentPosition"><span class="identifier">compareDocumentPosition</span></a> (<span style="white-space:nowrap">other:<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 Int type." href="../../Int.html">Int</a></code></p></h3><div class="doc"><p></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="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</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="dispatchEvent"></a><h3><p><code><a href="#dispatchEvent"><span class="identifier">dispatchEvent</span></a> (<span style="white-space:nowrap">event:<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 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="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></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">?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="The basic String class." href="../../String.html">String</a></code></p></h3><div class="doc"><p></p></div></div><div class="field "><a name="getAttributeNode"></a><h3><p><code><a href="#getAttributeNode"><span class="identifier">getAttributeNode</span></a> (<span style="white-space:nowrap">name:<a class="type" title="The basic String class." href="../../String.html">String</a></span>):<a class="type" title="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="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="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="getBoundingClientRect"></a><h3><p><code><a href="#getBoundingClientRect"><span class="identifier">getBoundingClientRect</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="getClientRects"></a><h3><p><code><a href="#getClientRects"><span class="identifier">getClientRects</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="getElementsByClassName"></a><h3><p><code><a href="#getElementsByClassName"><span class="identifier">getElementsByClassName</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="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="getElementsByTagName"></a><h3><p><code><a href="#getElementsByTagName"><span class="identifier">getElementsByTagName</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="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="getElementsByTagNameNS"></a><h3><p><code><a href="#getElementsByTagNameNS"><span class="identifier">getElementsByTagNameNS</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="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="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">?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="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="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></p></div></div><div class="field "><a name="insertAdjacentElement"></a><h3><p><code><a href="#insertAdjacentElement"><span class="identifier">insertAdjacentElement</span></a> (<span style="white-space:nowrap">where:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">element:<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="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="insertAdjacentHTML"></a><h3><p><code><a href="#insertAdjacentHTML"><span class="identifier">insertAdjacentHTML</span></a> (<span style="white-space:nowrap">where:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">html:<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></p></div></div><div class="field "><a name="insertAdjacentText"></a><h3><p><code><a href="#insertAdjacentText"><span class="identifier">insertAdjacentText</span></a> (<span style="white-space:nowrap">where:<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></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">newChild:<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">refChild:<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="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="isDefaultNamespace"></a><h3><p><code><a href="#isDefaultNamespace"><span class="identifier">isDefaultNamespace</span></a> (<span style="white-space:nowrap">?namespaceURI:<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="isEqualNode"></a><h3><p><code><a href="#isEqualNode"><span class="identifier">isEqualNode</span></a> (<span style="white-space:nowrap">other:<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 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="isSameNode"></a><h3><p><code><a href="#isSameNode"><span class="identifier">isSameNode</span></a> (<span style="white-space:nowrap">other:<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 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="isSupported"></a><h3><p><code><a href="#isSupported"><span class="identifier">isSupported</span></a> (<span style="white-space:nowrap">feature:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">?version:<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="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></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">?namespaceURI:<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="matchesSelector"></a><h3><p><code><a href="#matchesSelector"><span class="identifier">matchesSelector</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 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="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></p></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="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="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="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="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></p></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">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="The standard Void type." href="../../Void.html">Void</a></code></p></h3><div class="doc"><p></p></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="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a></span>):<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="removeChild"></a><h3><p><code><a href="#removeChild"><span class="identifier">removeChild</span></a> (<span style="white-space:nowrap">oldChild:<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="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="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="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a>,</span> <span style="white-space:nowrap">?useCapture:<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="replaceChild"></a><h3><p><code><a href="#replaceChild"><span class="identifier">replaceChild</span></a> (<span style="white-space:nowrap">newChild:<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">oldChild:<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="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="requestFullScreen"></a><h3><p><code><a href="#requestFullScreen"><span class="identifier">requestFullScreen</span></a> (<span style="white-space:nowrap">flags:<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></p></div></div><div class="field "><a name="requestFullscreen"></a><h3><p><code><a href="#requestFullscreen"><span class="identifier">requestFullscreen</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="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="scrollByLines"></a><h3><p><code><a href="#scrollByLines"><span class="identifier">scrollByLines</span></a> (<span style="white-space:nowrap">lines:<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></p></div></div><div class="field "><a name="scrollByPages"></a><h3><p><code><a href="#scrollByPages"><span class="identifier">scrollByPages</span></a> (<span style="white-space:nowrap">pages:<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></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">?alignWithTop:<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="scrollIntoViewIfNeeded"></a><h3><p><code><a href="#scrollIntoViewIfNeeded"><span class="identifier">scrollIntoViewIfNeeded</span></a> (<span style="white-space:nowrap">?centerIfNeeded:<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="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></p></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">?namespaceURI:<a class="type" title="The basic String class." href="../../String.html">String</a>,</span> <span style="white-space:nowrap">qualifiedName:<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></p></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="Dynamic is a special type which is compatible with all other types." href="../../Dynamic.html">Dynamic</a></span>):<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="setAttributeNodeNS"></a><h3><p><code><a href="#setAttributeNodeNS"><span class="identifier">setAttributeNodeNS</span></a> (<span style="white-space:nowrap">newAttr:<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="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></div></div></div></div><footer class="section site-footer" style="background:#FAFAFA"><div class="container"><div class="copyright"><p style="color:#777777">© 2017  <a style="color:#777777" href="http://www.openfl.org">http://www.openfl.org</a></p></div></div></footer><script src="../..//highlighter.js"></script><link href="../../highlighter.css" rel="stylesheet"/></body></html> |