Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > 3866615ed9f87500bac83f78574eecc8 > files > 13

js-of-ocaml-doc-1.2-2.fc18.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Dom.documentFragment-c.html">
<link rel="next" href="Dom.event-c.html">
<link rel="Up" href="Dom.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="CSS" rel="Chapter" href="CSS.html">
<link title="Dom" rel="Chapter" href="Dom.html">
<link title="Dom_events" rel="Chapter" href="Dom_events.html">
<link title="Dom_html" rel="Chapter" href="Dom_html.html">
<link title="Event_arrows" rel="Chapter" href="Event_arrows.html">
<link title="File" rel="Chapter" href="File.html">
<link title="Firebug" rel="Chapter" href="Firebug.html">
<link title="Form" rel="Chapter" href="Form.html">
<link title="Js" rel="Chapter" href="Js.html">
<link title="Json" rel="Chapter" href="Json.html">
<link title="Lwt_js" rel="Chapter" href="Lwt_js.html">
<link title="Lwt_js_events" rel="Chapter" href="Lwt_js_events.html">
<link title="Regexp" rel="Chapter" href="Regexp.html">
<link title="Typed_array" rel="Chapter" href="Typed_array.html">
<link title="Url" rel="Chapter" href="Url.html">
<link title="WebGL" rel="Chapter" href="WebGL.html">
<link title="XmlHttpRequest" rel="Chapter" href="XmlHttpRequest.html"><title>Dom.document</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Dom.documentFragment-c.html" title="Dom.documentFragment">Previous</a>
&nbsp;<a class="up" href="Dom.html" title="Dom">Up</a>
&nbsp;<a class="post" href="Dom.event-c.html" title="Dom.event">Next</a>
</div>
<h1>Class type <a href="type_Dom.document.html">Dom.document</a></h1>
<pre><span id="TYPEdocument"><span class="keyword">class type</span> <code class="type">['element]</code> document</span> = <code class="code">object</code> <a href="Dom.document-c.html">..</a> <code class="code">end</code></pre><div class="info">
Specification of <code class="code">Document</code> objects.<br>
</div>
<b>Inherits</b><ul>
<li><a href="Dom.node-c.html"><code class="code">Dom.node</code></a></li>
</ul>
<hr width="100%">
<pre><span id="METHODdocumentElement"><span class="keyword">method</span> documentElement</span> : <code class="type">'element <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEreadonly_prop">Js.readonly_prop</a></code></pre><pre><span id="METHODcreateDocumentFragment"><span class="keyword">method</span> createDocumentFragment</span> : <code class="type"><a href="Dom.documentFragment-c.html">documentFragment</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODcreateElement"><span class="keyword">method</span> createElement</span> : <code class="type"><a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> -> 'element <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODcreateTextNode"><span class="keyword">method</span> createTextNode</span> : <code class="type"><a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom.text-c.html">text</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODcreateAttribute"><span class="keyword">method</span> createAttribute</span> : <code class="type"><a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> -> <a href="Dom.attr-c.html">attr</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODgetElementById"><span class="keyword">method</span> getElementById</span> : <code class="type"><a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> -> 'element <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEopt">Js.opt</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODgetElementsByTagName"><span class="keyword">method</span> getElementsByTagName</span> : <code class="type"><a href="Js.js_string-c.html">Js.js_string</a> <a href="Js.html#TYPEt">Js.t</a> -> 'element <a href="Dom.nodeList-c.html">nodeList</a> <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODimportNode"><span class="keyword">method</span> importNode</span> : <code class="type"><a href="Dom.element-c.html">element</a> <a href="Js.html#TYPEt">Js.t</a> -> bool <a href="Js.html#TYPEt">Js.t</a> -> 'element <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre><pre><span id="METHODadoptNode"><span class="keyword">method</span> adoptNode</span> : <code class="type"><a href="Dom.element-c.html">element</a> <a href="Js.html#TYPEt">Js.t</a> -> 'element <a href="Js.html#TYPEt">Js.t</a> <a href="Js.html#TYPEmeth">Js.meth</a></code></pre></body></html>