Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 1f9eb832ba1e4b88d9a5c2b384813bb4 > files > 4520

kdelibs3-apidocs-3.5.10-31.fc15.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">

<head>
  <title>khtml: html_object.cpp Source File (khtml)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  <meta http-equiv="Content-Style-Type" content="text/css" />

  <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline DE v2.0" l gen true for "http://www.kde.org"  r (nz 1 vz 1 lz 1 oz 1 cb 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.kde.org"  r (n 0 s 0 v 0 l 0))' />

  <meta name="trademark" content="KDE e.V." />
  <meta name="description" content="K Desktop Environment Homepage, KDE.org" />
  <meta name="MSSmartTagsPreventParsing" content="true" />
  <meta name="robots" content="all" />

  <link rel="shortcut icon" href="../../favicon.ico" />

<link rel="stylesheet" media="screen" type="text/css" title="APIDOX" href="doxygen.css" />



</head>

<body>

<div id="nav_header_top" align="right">
  <a href="#content" class="doNotDisplay" accesskey="2">Skip to main content ::</a>

  <a href="../.."><img id="nav_header_logo" alt="Home" align="left" src="../../kde_gear_64.png" border="0" /></a>
  <span class="doNotDisplay">::</span>

  <div id="nav_header_title" align="left">KDE API Reference</div>


</div>

<div id="nav_header_bottom" align="right">
  <span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span>
  <div id="nav_header_bottom_right" style="text-align: left;">
/ <a href="../..">API Reference</a>
 / <a href=".">khtml</a>
  </div>
</div>


<table id="main" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
      <td valign="top" class="menuheader" height="0"></td>

  <td id="contentcolumn" valign="top" rowspan="2" >
    <div id="content" style="padding-top: 0px;"><div style="width:100%; margin: 0px; padding: 0px;">
    <a name="content"></a>


<!-- Generated by Doxygen 1.7.4 -->
<div class="header">
  <div class="headertitle">
<div class="title">html_object.cpp</div>  </div>
</div>
<div class="contents">
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 
<a name="l00023"></a>00023 <span class="preprocessor">#include &quot;dom/dom_doc.h&quot;</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &quot;dom/html_object.h&quot;</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &quot;html/html_objectimpl.h&quot;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &quot;misc/htmlhashes.h&quot;</span>
<a name="l00027"></a>00027 
<a name="l00028"></a><a class="code" href="classDOM_1_1HTMLAppletElement.html#a5f365bc07debea7579129252f191be79">00028</a> HTMLAppletElement::HTMLAppletElement() : <a class="code" href="classDOM_1_1HTMLElement.html" title="All HTML element interfaces derive from this class.">HTMLElement</a>()
<a name="l00029"></a>00029 {
<a name="l00030"></a>00030 }
<a name="l00031"></a>00031 
<a name="l00032"></a>00032 <a class="code" href="classDOM_1_1HTMLAppletElement.html#a5f365bc07debea7579129252f191be79" title="This file is part of the DOM implementation for KDE.">HTMLAppletElement::HTMLAppletElement</a>(<span class="keyword">const</span> <a class="code" href="classDOM_1_1HTMLAppletElement.html" title="An embedded Java applet.">HTMLAppletElement</a> &amp;other)
<a name="l00033"></a>00033     : <a class="code" href="classDOM_1_1HTMLElement.html" title="All HTML element interfaces derive from this class.">HTMLElement</a>(other)
<a name="l00034"></a>00034 {
<a name="l00035"></a>00035 }
<a name="l00036"></a>00036 
<a name="l00037"></a>00037 <a class="code" href="classDOM_1_1HTMLAppletElement.html#a5f365bc07debea7579129252f191be79" title="This file is part of the DOM implementation for KDE.">HTMLAppletElement::HTMLAppletElement</a>(HTMLAppletElementImpl *impl)
<a name="l00038"></a>00038     : HTMLElement(impl)
<a name="l00039"></a>00039 {
<a name="l00040"></a>00040 }
<a name="l00041"></a>00041 
<a name="l00042"></a>00042 HTMLAppletElement &amp;HTMLAppletElement::operator = (<span class="keyword">const</span> Node &amp;other)
<a name="l00043"></a>00043 {
<a name="l00044"></a>00044     assignOther( other, ID_APPLET );
<a name="l00045"></a>00045     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00046"></a>00046 }
<a name="l00047"></a>00047 
<a name="l00048"></a>00048 HTMLAppletElement &amp;HTMLAppletElement::operator = (<span class="keyword">const</span> HTMLAppletElement &amp;other)
<a name="l00049"></a>00049 {
<a name="l00050"></a>00050     HTMLElement::operator = (other);
<a name="l00051"></a>00051     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00052"></a>00052 }
<a name="l00053"></a>00053 
<a name="l00054"></a>00054 HTMLAppletElement::~HTMLAppletElement()
<a name="l00055"></a>00055 {
<a name="l00056"></a>00056 }
<a name="l00057"></a>00057 
<a name="l00058"></a><a class="code" href="classDOM_1_1HTMLTableSectionElement.html#a8ffa63320e18551376b7f779e8315d26">00058</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLAppletElement.html#adbb72353104e1c6cc68b5817aea7c92f" title="Aligns this object (vertically or horizontally) with respect to its surrounding text.">HTMLAppletElement::align</a>()<span class="keyword"> const</span>
<a name="l00059"></a>00059 <span class="keyword"></span>{
<a name="l00060"></a>00060     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00061"></a>00061     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_ALIGN);
<a name="l00062"></a>00062 }
<a name="l00063"></a>00063 
<a name="l00064"></a><a class="code" href="classDOM_1_1HTMLTableSectionElement.html#ac2859860a3c7f82aed0b708e7e3b10e4">00064</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLAppletElement.html#a07daa2c7cc2a4cefc250b5369e28fe46" title="see align">HTMLAppletElement::setAlign</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00065"></a>00065 {
<a name="l00066"></a>00066     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_ALIGN, value);
<a name="l00067"></a>00067 }
<a name="l00068"></a>00068 
<a name="l00069"></a><a class="code" href="classDOM_1_1HTMLAppletElement.html#a1e9d723cfc34cce7efc9fb19e2e85817">00069</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLAppletElement.html#a1e9d723cfc34cce7efc9fb19e2e85817" title="Alternate text for user agents not rendering the normal content of this element.">HTMLAppletElement::alt</a>()<span class="keyword"> const</span>
<a name="l00070"></a>00070 <span class="keyword"></span>{
<a name="l00071"></a>00071     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00072"></a>00072     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_ALT);
<a name="l00073"></a>00073 }
<a name="l00074"></a>00074 
<a name="l00075"></a><a class="code" href="classDOM_1_1HTMLAppletElement.html#adb719b361f1040bf280db7f77d06d446">00075</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLAppletElement.html#adb719b361f1040bf280db7f77d06d446" title="see alt">HTMLAppletElement::setAlt</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00076"></a>00076 {
<a name="l00077"></a>00077     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_ALT, value);
<a name="l00078"></a>00078 }
<a name="l00079"></a>00079 
<a name="l00080"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#aef8cc506e0e17eadde40a5a2df1583ad">00080</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLAppletElement.html#ade982a6b06df8c48a7156574827d6d53" title="Comma-separated archive list.">HTMLAppletElement::archive</a>()<span class="keyword"> const</span>
<a name="l00081"></a>00081 <span class="keyword"></span>{
<a name="l00082"></a>00082     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00083"></a>00083     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_ARCHIVE);
<a name="l00084"></a>00084 }
<a name="l00085"></a>00085 
<a name="l00086"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#a1272aafcd1b74c657b59ed5588a50fee">00086</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLAppletElement.html#af9a5a87a8c28afab16eaedb66f75c509" title="see archive">HTMLAppletElement::setArchive</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00087"></a>00087 {
<a name="l00088"></a>00088     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_ARCHIVE, value);
<a name="l00089"></a>00089 }
<a name="l00090"></a>00090 
<a name="l00091"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#a85c18331e04e7e971c6de3204b36d626">00091</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLAppletElement.html#a7b84bf28edf826469d74b37ce70758a9" title="Applet class file.">HTMLAppletElement::code</a>()<span class="keyword"> const</span>
<a name="l00092"></a>00092 <span class="keyword"></span>{
<a name="l00093"></a>00093     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00094"></a>00094     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_CODE);
<a name="l00095"></a>00095 }
<a name="l00096"></a>00096 
<a name="l00097"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#ae9af07f6148a33b46e2fa587dd45beaa">00097</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLAppletElement.html#acb21d125ba54263b941830b93eb14b6b" title="see code">HTMLAppletElement::setCode</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00098"></a>00098 {
<a name="l00099"></a>00099     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_CODE, value);
<a name="l00100"></a>00100 }
<a name="l00101"></a>00101 
<a name="l00102"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#a06b40dcddd575a64c464cb81a3b642d2">00102</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLAppletElement.html#ab198a0ff62b924508bb596cbebb28c20" title="Optional base URI for applet.">HTMLAppletElement::codeBase</a>()<span class="keyword"> const</span>
<a name="l00103"></a>00103 <span class="keyword"></span>{
<a name="l00104"></a>00104     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00105"></a>00105     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_CODEBASE);
<a name="l00106"></a>00106 }
<a name="l00107"></a>00107 
<a name="l00108"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#a0164463456d33d682ca8c0f1bc9124f3">00108</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLAppletElement.html#a2980f545fea879bf1e9ee9ffc8769278" title="see codeBase">HTMLAppletElement::setCodeBase</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00109"></a>00109 {
<a name="l00110"></a>00110     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_CODEBASE, value);
<a name="l00111"></a>00111 }
<a name="l00112"></a>00112 
<a name="l00113"></a><a class="code" href="classDOM_1_1HTMLTableCellElement.html#a5c6da62b2429c70261a5998819cdd368">00113</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLAppletElement.html#af051cfbb51fbf31d95d7be190016e15d" title="Override height.">HTMLAppletElement::height</a>()<span class="keyword"> const</span>
<a name="l00114"></a>00114 <span class="keyword"></span>{
<a name="l00115"></a>00115     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00116"></a>00116     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_HEIGHT);
<a name="l00117"></a>00117 }
<a name="l00118"></a>00118 
<a name="l00119"></a><a class="code" href="classDOM_1_1HTMLTableCellElement.html#a266a899a11e89fe00cc5025c595412fc">00119</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLAppletElement.html#a33c17606116bde52482b527fabaca29b" title="see height">HTMLAppletElement::setHeight</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00120"></a>00120 {
<a name="l00121"></a>00121     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_HEIGHT, value);
<a name="l00122"></a>00122 }
<a name="l00123"></a>00123 
<a name="l00124"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#a5dbd800ab51f3980df159590cc60b298">00124</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLAppletElement.html#aa5d6f3c52e6fc8f2c9dbc5d525f1809c">HTMLAppletElement::hspace</a>()<span class="keyword"> const</span>
<a name="l00125"></a>00125 <span class="keyword"></span>{
<a name="l00126"></a>00126     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00127"></a>00127     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_HSPACE);
<a name="l00128"></a>00128 }
<a name="l00129"></a>00129 
<a name="l00130"></a>00130 <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLAppletElement.html#a8b2abf2ea0476bb40af513232240f107" title="see hspace">HTMLAppletElement::setHspace</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00131"></a>00131 {
<a name="l00132"></a>00132     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_HSPACE, value);
<a name="l00133"></a>00133 }
<a name="l00134"></a>00134 
<a name="l00135"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#a3c65eb2633d1e5d7688583ed6499807d">00135</a> <span class="keywordtype">long</span> <a class="code" href="classDOM_1_1HTMLAppletElement.html#a42be05410b4e4af650584c90d9b5f000" title="Horizontal space, in pixels, to the left and right of this image, applet, or object.">HTMLAppletElement::getHspace</a>()<span class="keyword"> const</span>
<a name="l00136"></a>00136 <span class="keyword"></span>{
<a name="l00137"></a>00137     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00138"></a>00138     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_HSPACE).toInt();
<a name="l00139"></a>00139 }
<a name="l00140"></a>00140 
<a name="l00141"></a>00141 <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLAppletElement.html#a8b2abf2ea0476bb40af513232240f107" title="see hspace">HTMLAppletElement::setHspace</a>( <span class="keywordtype">long</span> value )
<a name="l00142"></a>00142 {
<a name="l00143"></a>00143     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_HSPACE, <a class="codeRef" href="qstring.html#number">QString::number</a>(value));
<a name="l00144"></a>00144 }
<a name="l00145"></a>00145 
<a name="l00146"></a><a class="code" href="classDOM_1_1HTMLParamElement.html#aa662f91f7e265f9f17314f96b2cfbd33">00146</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLAppletElement.html#adbf80350c0bccf2233b904f4afdaabca" title="The name of the applet.">HTMLAppletElement::name</a>()<span class="keyword"> const</span>
<a name="l00147"></a>00147 <span class="keyword"></span>{
<a name="l00148"></a>00148     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00149"></a>00149     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_NAME);
<a name="l00150"></a>00150 }
<a name="l00151"></a>00151 
<a name="l00152"></a><a class="code" href="classDOM_1_1HTMLParamElement.html#ae51e443e4183d3afc76c27e9e107aa5e">00152</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLAppletElement.html#ac67cc20e3f43e0ebb3723b577faf4cd3" title="see name">HTMLAppletElement::setName</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00153"></a>00153 {
<a name="l00154"></a>00154     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_NAME, value);
<a name="l00155"></a>00155 }
<a name="l00156"></a>00156 
<a name="l00157"></a><a class="code" href="classDOM_1_1HTMLAppletElement.html#aa9a739c9edabdcfa2ac11c48b6000eed">00157</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLAppletElement.html#aa9a739c9edabdcfa2ac11c48b6000eed" title="Serialized applet file.">HTMLAppletElement::object</a>()<span class="keyword"> const</span>
<a name="l00158"></a>00158 <span class="keyword"></span>{
<a name="l00159"></a>00159     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00160"></a>00160     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_OBJECT);
<a name="l00161"></a>00161 }
<a name="l00162"></a>00162 
<a name="l00163"></a><a class="code" href="classDOM_1_1HTMLAppletElement.html#a5fc4711338e869aa513b4c908d37003a">00163</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLAppletElement.html#a5fc4711338e869aa513b4c908d37003a" title="see object">HTMLAppletElement::setObject</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00164"></a>00164 {
<a name="l00165"></a>00165     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_OBJECT, value);
<a name="l00166"></a>00166 }
<a name="l00167"></a>00167 
<a name="l00168"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#ac0f3f04aa5daa580007129d305050f5c">00168</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLAppletElement.html#a9e6686cbf2d14417119a5e4a7d7a068a">HTMLAppletElement::vspace</a>()<span class="keyword"> const</span>
<a name="l00169"></a>00169 <span class="keyword"></span>{
<a name="l00170"></a>00170     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00171"></a>00171     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_VSPACE);
<a name="l00172"></a>00172 }
<a name="l00173"></a>00173 
<a name="l00174"></a>00174 <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLAppletElement.html#abd5a0e34b358ffdeaf80d2f5e61acf24" title="see vspace">HTMLAppletElement::setVspace</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00175"></a>00175 {
<a name="l00176"></a>00176     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_VSPACE, value);
<a name="l00177"></a>00177 }
<a name="l00178"></a>00178 
<a name="l00179"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#aa295b49be41be734e5ad4abb6ffda43c">00179</a> <span class="keywordtype">long</span> <a class="code" href="classDOM_1_1HTMLAppletElement.html#a13851a71888913c46be468397febe577" title="Vertical space, in pixels, above and below this image, applet, or object.">HTMLAppletElement::getVspace</a>()<span class="keyword"> const</span>
<a name="l00180"></a>00180 <span class="keyword"></span>{
<a name="l00181"></a>00181     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00182"></a>00182     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_VSPACE).toInt();
<a name="l00183"></a>00183 }
<a name="l00184"></a>00184 
<a name="l00185"></a>00185 <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLAppletElement.html#abd5a0e34b358ffdeaf80d2f5e61acf24" title="see vspace">HTMLAppletElement::setVspace</a>( <span class="keywordtype">long</span> value )
<a name="l00186"></a>00186 {
<a name="l00187"></a>00187     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_VSPACE, <a class="codeRef" href="qstring.html#number">QString::number</a>(value));
<a name="l00188"></a>00188 }
<a name="l00189"></a>00189 
<a name="l00190"></a>00190 
<a name="l00191"></a><a class="code" href="classDOM_1_1HTMLTableElement.html#a2784ac38c9df554ca6cf112a6be768dd">00191</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLAppletElement.html#a2664dcb443a278df815dd51f2865e8aa" title="Override width.">HTMLAppletElement::width</a>()<span class="keyword"> const</span>
<a name="l00192"></a>00192 <span class="keyword"></span>{
<a name="l00193"></a>00193     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00194"></a>00194     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_WIDTH);
<a name="l00195"></a>00195 }
<a name="l00196"></a>00196 
<a name="l00197"></a><a class="code" href="classDOM_1_1HTMLTableElement.html#aecb7fef1790365dd812334d2250714a4">00197</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLAppletElement.html#a3ef5332e7397eb42c52fa132e9059cef" title="see width">HTMLAppletElement::setWidth</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00198"></a>00198 {
<a name="l00199"></a>00199     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_WIDTH, value);
<a name="l00200"></a>00200 }
<a name="l00201"></a>00201 
<a name="l00202"></a>00202 <span class="comment">// --------------------------------------------------------------------------</span>
<a name="l00203"></a>00203 
<a name="l00204"></a>00204 HTMLObjectElement::HTMLObjectElement() : <a class="code" href="classDOM_1_1HTMLElement.html" title="All HTML element interfaces derive from this class.">HTMLElement</a>()
<a name="l00205"></a>00205 {
<a name="l00206"></a>00206 }
<a name="l00207"></a>00207 
<a name="l00208"></a>00208 HTMLObjectElement::HTMLObjectElement(<span class="keyword">const</span> HTMLObjectElement &amp;other) : HTMLElement(other)
<a name="l00209"></a>00209 {
<a name="l00210"></a>00210 }
<a name="l00211"></a>00211 
<a name="l00212"></a>00212 HTMLObjectElement::HTMLObjectElement(HTMLObjectElementImpl *impl) : HTMLElement(impl)
<a name="l00213"></a>00213 {
<a name="l00214"></a>00214 }
<a name="l00215"></a>00215 
<a name="l00216"></a>00216 HTMLObjectElement &amp;HTMLObjectElement::operator = (<span class="keyword">const</span> Node &amp;other)
<a name="l00217"></a>00217 {
<a name="l00218"></a>00218     assignOther( other, ID_OBJECT );
<a name="l00219"></a>00219     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00220"></a>00220 }
<a name="l00221"></a>00221 
<a name="l00222"></a>00222 HTMLObjectElement &amp;HTMLObjectElement::operator = (<span class="keyword">const</span> HTMLObjectElement &amp;other)
<a name="l00223"></a>00223 {
<a name="l00224"></a>00224     HTMLElement::operator = (other);
<a name="l00225"></a>00225     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00226"></a>00226 }
<a name="l00227"></a>00227 
<a name="l00228"></a>00228 HTMLObjectElement::~HTMLObjectElement()
<a name="l00229"></a>00229 {
<a name="l00230"></a>00230 }
<a name="l00231"></a>00231 
<a name="l00232"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#a6f1a8bef69299e2e653c3dfd0e17a666">00232</a> <a class="code" href="classDOM_1_1HTMLFormElement.html" title="The FORM element encompasses behavior similar to a collection and an element.">HTMLFormElement</a> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a6f1a8bef69299e2e653c3dfd0e17a666" title="Returns the FORM element containing this control.">HTMLObjectElement::form</a>()<span class="keyword"> const</span>
<a name="l00233"></a>00233 <span class="keyword"></span>{
<a name="l00234"></a>00234     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00235"></a>00235     <span class="keywordflow">return</span> ((HTMLObjectElementImpl *)impl)-&gt;<a class="code" href="classDOM_1_1Element.html#ae9f936986d995b164f63b480704a8f1b" title="KHTML extension to DOM This method returns the associated form element.">form</a>();
<a name="l00236"></a>00236 }
<a name="l00237"></a>00237 
<a name="l00238"></a>00238 <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a85c18331e04e7e971c6de3204b36d626" title="Applet class file.">HTMLObjectElement::code</a>()<span class="keyword"> const</span>
<a name="l00239"></a>00239 <span class="keyword"></span>{
<a name="l00240"></a>00240     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00241"></a>00241     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_CODE);
<a name="l00242"></a>00242 }
<a name="l00243"></a>00243 
<a name="l00244"></a>00244 <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#ae9af07f6148a33b46e2fa587dd45beaa" title="see code">HTMLObjectElement::setCode</a>( <span class="keyword">const</span> DOMString &amp;value )
<a name="l00245"></a>00245 {
<a name="l00246"></a>00246     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_CODE, value);
<a name="l00247"></a>00247 }
<a name="l00248"></a>00248 
<a name="l00249"></a>00249 DOMString <a class="code" href="classDOM_1_1HTMLObjectElement.html#a9de9641e2ec760d773b3d8557a325d4d" title="Aligns this object (vertically or horizontally) with respect to its surrounding text.">HTMLObjectElement::align</a>()<span class="keyword"> const</span>
<a name="l00250"></a>00250 <span class="keyword"></span>{
<a name="l00251"></a>00251     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> DOMString();
<a name="l00252"></a>00252     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_ALIGN);
<a name="l00253"></a>00253 }
<a name="l00254"></a>00254 
<a name="l00255"></a>00255 <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#ae7bbbe6cda9f99ed00ad983112f2aa1b" title="see align">HTMLObjectElement::setAlign</a>( <span class="keyword">const</span> DOMString &amp;value )
<a name="l00256"></a>00256 {
<a name="l00257"></a>00257     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_ALIGN, value);
<a name="l00258"></a>00258 }
<a name="l00259"></a>00259 
<a name="l00260"></a>00260 DOMString <a class="code" href="classDOM_1_1HTMLObjectElement.html#aef8cc506e0e17eadde40a5a2df1583ad" title="Space-separated list of archives.">HTMLObjectElement::archive</a>()<span class="keyword"> const</span>
<a name="l00261"></a>00261 <span class="keyword"></span>{
<a name="l00262"></a>00262     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> DOMString();
<a name="l00263"></a>00263     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_ARCHIVE);
<a name="l00264"></a>00264 }
<a name="l00265"></a>00265 
<a name="l00266"></a>00266 <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a1272aafcd1b74c657b59ed5588a50fee" title="see archive">HTMLObjectElement::setArchive</a>( <span class="keyword">const</span> DOMString &amp;value )
<a name="l00267"></a>00267 {
<a name="l00268"></a>00268     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_ARCHIVE, value);
<a name="l00269"></a>00269 }
<a name="l00270"></a>00270 
<a name="l00271"></a><a class="code" href="classDOM_1_1HTMLTableElement.html#a036a1db5f4517b05d52cac14c741ac5e">00271</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a6c53e6e6e5b9313d34da0b9e96fac475" title="Width of border around the object.">HTMLObjectElement::border</a>()<span class="keyword"> const</span>
<a name="l00272"></a>00272 <span class="keyword"></span>{
<a name="l00273"></a>00273     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00274"></a>00274     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_BORDER);
<a name="l00275"></a>00275 }
<a name="l00276"></a>00276 
<a name="l00277"></a><a class="code" href="classDOM_1_1HTMLTableElement.html#a4521af10b9212f5bd227f71e4bbf7ab4">00277</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a775db4e179d509095cada4467861fdeb" title="see border">HTMLObjectElement::setBorder</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00278"></a>00278 {
<a name="l00279"></a>00279     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_BORDER, value);
<a name="l00280"></a>00280 }
<a name="l00281"></a>00281 
<a name="l00282"></a>00282 <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a06b40dcddd575a64c464cb81a3b642d2" title="Base URI for classid , data , and archive attributes.">HTMLObjectElement::codeBase</a>()<span class="keyword"> const</span>
<a name="l00283"></a>00283 <span class="keyword"></span>{
<a name="l00284"></a>00284     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00285"></a>00285     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_CODEBASE);
<a name="l00286"></a>00286 }
<a name="l00287"></a>00287 
<a name="l00288"></a>00288 <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a0164463456d33d682ca8c0f1bc9124f3" title="see codeBase">HTMLObjectElement::setCodeBase</a>( <span class="keyword">const</span> DOMString &amp;value )
<a name="l00289"></a>00289 {
<a name="l00290"></a>00290     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_CODEBASE, value);
<a name="l00291"></a>00291 }
<a name="l00292"></a>00292 
<a name="l00293"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#a08ad9828d5cd434546aa7182e5665791">00293</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a08ad9828d5cd434546aa7182e5665791" title="Content type for data downloaded via classid attribute.">HTMLObjectElement::codeType</a>()<span class="keyword"> const</span>
<a name="l00294"></a>00294 <span class="keyword"></span>{
<a name="l00295"></a>00295     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00296"></a>00296     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_CODETYPE);
<a name="l00297"></a>00297 }
<a name="l00298"></a>00298 
<a name="l00299"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#a8a1caa197ad82ecb32d555cfd19c74f9">00299</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a8a1caa197ad82ecb32d555cfd19c74f9" title="see codeType">HTMLObjectElement::setCodeType</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00300"></a>00300 {
<a name="l00301"></a>00301     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_CODETYPE, value);
<a name="l00302"></a>00302 }
<a name="l00303"></a>00303 
<a name="l00304"></a>00304 <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a9d706c86619b22e3cba29b91ae7a5639" title="A URI specifying the location of the object&#39;s data.">HTMLObjectElement::data</a>()<span class="keyword"> const</span>
<a name="l00305"></a>00305 <span class="keyword"></span>{
<a name="l00306"></a>00306     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00307"></a>00307     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_DATA);
<a name="l00308"></a>00308 }
<a name="l00309"></a>00309 
<a name="l00310"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#aa6889ce02c80245d6d74de55a86fb10d">00310</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#aa6889ce02c80245d6d74de55a86fb10d" title="see data">HTMLObjectElement::setData</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00311"></a>00311 {
<a name="l00312"></a>00312     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_DATA, value);
<a name="l00313"></a>00313 }
<a name="l00314"></a>00314 
<a name="l00315"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#a231968b84d7192a7031ded4bc2896ec3">00315</a> <span class="keywordtype">bool</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a231968b84d7192a7031ded4bc2896ec3" title="Declare (for future reference), but do not instantiate, this object.">HTMLObjectElement::declare</a>()<span class="keyword"> const</span>
<a name="l00316"></a>00316 <span class="keyword"></span>{
<a name="l00317"></a>00317     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00318"></a>00318     <span class="keywordflow">return</span> !((ElementImpl *)impl)-&gt;getAttribute(ATTR_DECLARE).isNull();
<a name="l00319"></a>00319 }
<a name="l00320"></a>00320 
<a name="l00321"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#a089fbf56ac1984f213ad7e45ba7199da">00321</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a089fbf56ac1984f213ad7e45ba7199da" title="see declare">HTMLObjectElement::setDeclare</a>( <span class="keywordtype">bool</span> _declare )
<a name="l00322"></a>00322 {
<a name="l00323"></a>00323    <span class="keywordflow">if</span>(impl)
<a name="l00324"></a>00324     {
<a name="l00325"></a>00325     <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> str;
<a name="l00326"></a>00326     <span class="keywordflow">if</span>( _declare )
<a name="l00327"></a>00327         str = <span class="stringliteral">&quot;&quot;</span>;
<a name="l00328"></a>00328     ((ElementImpl *)impl)-&gt;setAttribute(ATTR_DECLARE, str);
<a name="l00329"></a>00329     }
<a name="l00330"></a>00330 }
<a name="l00331"></a>00331 
<a name="l00332"></a>00332 <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a0d31667c05d1387cf626a97b3e08ad88" title="Override height.">HTMLObjectElement::height</a>()<span class="keyword"> const</span>
<a name="l00333"></a>00333 <span class="keyword"></span>{
<a name="l00334"></a>00334     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00335"></a>00335     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_HEIGHT);
<a name="l00336"></a>00336 }
<a name="l00337"></a>00337 
<a name="l00338"></a>00338 <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#aa54dec6ba26fc39824a457661c6e4c02" title="see height">HTMLObjectElement::setHeight</a>( <span class="keyword">const</span> DOMString &amp;value )
<a name="l00339"></a>00339 {
<a name="l00340"></a>00340     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_HEIGHT, value);
<a name="l00341"></a>00341 }
<a name="l00342"></a>00342 
<a name="l00343"></a>00343 DOMString <a class="code" href="classDOM_1_1HTMLObjectElement.html#a5dbd800ab51f3980df159590cc60b298">HTMLObjectElement::hspace</a>()<span class="keyword"> const</span>
<a name="l00344"></a>00344 <span class="keyword"></span>{
<a name="l00345"></a>00345     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> DOMString();
<a name="l00346"></a>00346     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_HSPACE);
<a name="l00347"></a>00347 }
<a name="l00348"></a>00348 
<a name="l00349"></a>00349 <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a7b02d981590bc3d3a50eeac13875b7ed" title="see hspace">HTMLObjectElement::setHspace</a>( <span class="keyword">const</span> DOMString &amp;value )
<a name="l00350"></a>00350 {
<a name="l00351"></a>00351     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_HSPACE, value);
<a name="l00352"></a>00352 }
<a name="l00353"></a>00353 
<a name="l00354"></a>00354 <span class="keywordtype">long</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a3c65eb2633d1e5d7688583ed6499807d" title="Horizontal space, in pixels, to the left and right of this image, applet, or object.">HTMLObjectElement::getHspace</a>()<span class="keyword"> const</span>
<a name="l00355"></a>00355 <span class="keyword"></span>{
<a name="l00356"></a>00356     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00357"></a>00357     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_HSPACE).toInt();
<a name="l00358"></a>00358 }
<a name="l00359"></a>00359 
<a name="l00360"></a>00360 <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a7b02d981590bc3d3a50eeac13875b7ed" title="see hspace">HTMLObjectElement::setHspace</a>( <span class="keywordtype">long</span> value )
<a name="l00361"></a>00361 {
<a name="l00362"></a>00362     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_HSPACE, <a class="codeRef" href="qstring.html#number">QString::number</a>(value));
<a name="l00363"></a>00363 }
<a name="l00364"></a>00364 
<a name="l00365"></a>00365 DOMString <a class="code" href="classDOM_1_1HTMLObjectElement.html#a4058bc06b0f18cc9bea5c51e04a67528" title="Form control or object name when submitted with a form.">HTMLObjectElement::name</a>()<span class="keyword"> const</span>
<a name="l00366"></a>00366 <span class="keyword"></span>{
<a name="l00367"></a>00367     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> DOMString();
<a name="l00368"></a>00368     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_NAME);
<a name="l00369"></a>00369 }
<a name="l00370"></a>00370 
<a name="l00371"></a>00371 <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a465d66701750fa64e83764a63549c537" title="see name">HTMLObjectElement::setName</a>( <span class="keyword">const</span> DOMString &amp;value )
<a name="l00372"></a>00372 {
<a name="l00373"></a>00373     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_NAME, value);
<a name="l00374"></a>00374 }
<a name="l00375"></a>00375 
<a name="l00376"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#aac1f782783f378063f3c9cd8f0ec08b1">00376</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLObjectElement.html#aac1f782783f378063f3c9cd8f0ec08b1" title="Message to render while loading the object.">HTMLObjectElement::standby</a>()<span class="keyword"> const</span>
<a name="l00377"></a>00377 <span class="keyword"></span>{
<a name="l00378"></a>00378     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00379"></a>00379     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_STANDBY);
<a name="l00380"></a>00380 }
<a name="l00381"></a>00381 
<a name="l00382"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#a6215b38c0bb72384f2e4fc1f556f9f13">00382</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a6215b38c0bb72384f2e4fc1f556f9f13" title="see standby">HTMLObjectElement::setStandby</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00383"></a>00383 {
<a name="l00384"></a>00384     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_STANDBY, value);
<a name="l00385"></a>00385 }
<a name="l00386"></a>00386 
<a name="l00387"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#a83835e47be41aa62d05a4fdb40d38bc7">00387</a> <span class="keywordtype">long</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a83835e47be41aa62d05a4fdb40d38bc7" title="Index that represents the element&#39;s position in the tabbing order.">HTMLObjectElement::tabIndex</a>()<span class="keyword"> const</span>
<a name="l00388"></a>00388 <span class="keyword"></span>{
<a name="l00389"></a>00389     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00390"></a>00390     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_TABINDEX).toInt();
<a name="l00391"></a>00391 }
<a name="l00392"></a>00392 
<a name="l00393"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#abfb31679158421d85b8da82fe919977e">00393</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#abfb31679158421d85b8da82fe919977e" title="see tabIndex">HTMLObjectElement::setTabIndex</a>( <span class="keywordtype">long</span> _tabIndex )
<a name="l00394"></a>00394 {
<a name="l00395"></a>00395     <span class="keywordflow">if</span>(impl) {
<a name="l00396"></a>00396     <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> value(<a class="codeRef" href="qstring.html#number">QString::number</a>(_tabIndex));
<a name="l00397"></a>00397         ((ElementImpl *)impl)-&gt;setAttribute(ATTR_TABINDEX,value);
<a name="l00398"></a>00398     }
<a name="l00399"></a>00399 }
<a name="l00400"></a>00400 
<a name="l00401"></a><a class="code" href="classDOM_1_1HTMLParamElement.html#aeba081fa89b4f0dad135d0a57778da86">00401</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a656e49f2e69eaefdbef6eed6a9bad17c" title="Content type for data downloaded via data attribute.">HTMLObjectElement::type</a>()<span class="keyword"> const</span>
<a name="l00402"></a>00402 <span class="keyword"></span>{
<a name="l00403"></a>00403     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00404"></a>00404     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_TYPE);
<a name="l00405"></a>00405 }
<a name="l00406"></a>00406 
<a name="l00407"></a><a class="code" href="classDOM_1_1HTMLParamElement.html#a4d8a407853b2cd6a4e81720cdb549cae">00407</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a8d5fd111f51ab3469278d7ca56d3d227" title="see type">HTMLObjectElement::setType</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00408"></a>00408 {
<a name="l00409"></a>00409     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_TYPE, value);
<a name="l00410"></a>00410 }
<a name="l00411"></a>00411 
<a name="l00412"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#a42dcbafb0ca36581595820cd33853f4e">00412</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a42dcbafb0ca36581595820cd33853f4e" title="Use client-side image map.">HTMLObjectElement::useMap</a>()<span class="keyword"> const</span>
<a name="l00413"></a>00413 <span class="keyword"></span>{
<a name="l00414"></a>00414     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00415"></a>00415     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_USEMAP);
<a name="l00416"></a>00416 }
<a name="l00417"></a>00417 
<a name="l00418"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#a0c7e58a35a64ad318f03c4f873ab5fdf">00418</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a0c7e58a35a64ad318f03c4f873ab5fdf" title="see useMap">HTMLObjectElement::setUseMap</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00419"></a>00419 {
<a name="l00420"></a>00420     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_USEMAP, value);
<a name="l00421"></a>00421 }
<a name="l00422"></a>00422 
<a name="l00423"></a>00423 <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLObjectElement.html#ac0f3f04aa5daa580007129d305050f5c">HTMLObjectElement::vspace</a>()<span class="keyword"> const</span>
<a name="l00424"></a>00424 <span class="keyword"></span>{
<a name="l00425"></a>00425     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00426"></a>00426     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_VSPACE);
<a name="l00427"></a>00427 }
<a name="l00428"></a>00428 
<a name="l00429"></a>00429 <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#abf1329ea40ba1e345b5dd826ac88fded" title="see vspace">HTMLObjectElement::setVspace</a>( <span class="keyword">const</span> DOMString &amp;value )
<a name="l00430"></a>00430 {
<a name="l00431"></a>00431     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_VSPACE, value);
<a name="l00432"></a>00432 }
<a name="l00433"></a>00433 
<a name="l00434"></a>00434 <span class="keywordtype">long</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#aa295b49be41be734e5ad4abb6ffda43c" title="Vertical space, in pixels, above and below this image, applet, or object.">HTMLObjectElement::getVspace</a>()<span class="keyword"> const</span>
<a name="l00435"></a>00435 <span class="keyword"></span>{
<a name="l00436"></a>00436     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00437"></a>00437     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_VSPACE).toInt();
<a name="l00438"></a>00438 }
<a name="l00439"></a>00439 
<a name="l00440"></a>00440 <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#abf1329ea40ba1e345b5dd826ac88fded" title="see vspace">HTMLObjectElement::setVspace</a>( <span class="keywordtype">long</span> value )
<a name="l00441"></a>00441 {
<a name="l00442"></a>00442     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_VSPACE, <a class="codeRef" href="qstring.html#number">QString::number</a>(value));
<a name="l00443"></a>00443 }
<a name="l00444"></a>00444 
<a name="l00445"></a>00445 DOMString <a class="code" href="classDOM_1_1HTMLObjectElement.html#a5ad0a93862ecebbea5b2423c0774619f" title="Override width.">HTMLObjectElement::width</a>()<span class="keyword"> const</span>
<a name="l00446"></a>00446 <span class="keyword"></span>{
<a name="l00447"></a>00447     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> DOMString();
<a name="l00448"></a>00448     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_WIDTH);
<a name="l00449"></a>00449 }
<a name="l00450"></a>00450 
<a name="l00451"></a>00451 <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLObjectElement.html#af1a413fffa1ce348c67d2a98a044582b" title="see width">HTMLObjectElement::setWidth</a>( <span class="keyword">const</span> DOMString &amp;value )
<a name="l00452"></a>00452 {
<a name="l00453"></a>00453     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_WIDTH, value);
<a name="l00454"></a>00454 }
<a name="l00455"></a>00455 
<a name="l00456"></a><a class="code" href="classDOM_1_1HTMLObjectElement.html#a4c24f9d916d5ee214713986158cc3084">00456</a> <a class="code" href="classDOM_1_1Document.html" title="The Document interface represents the entire HTML or XML document.">Document</a> <a class="code" href="classDOM_1_1HTMLObjectElement.html#a4c24f9d916d5ee214713986158cc3084" title="Introduced in DOM Level 2.">HTMLObjectElement::contentDocument</a>()<span class="keyword"> const</span>
<a name="l00457"></a>00457 <span class="keyword"></span>{
<a name="l00458"></a>00458     <span class="keywordflow">if</span> (impl) <span class="keywordflow">return</span> <span class="keyword">static_cast&lt;</span>HTMLObjectElementImpl*<span class="keyword">&gt;</span>(impl)-&gt;<a class="code" href="classDOM_1_1HTMLObjectElement.html#a4c24f9d916d5ee214713986158cc3084" title="Introduced in DOM Level 2.">contentDocument</a>();
<a name="l00459"></a>00459     <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1Document.html" title="The Document interface represents the entire HTML or XML document.">Document</a>();
<a name="l00460"></a>00460 }
<a name="l00461"></a>00461 
<a name="l00462"></a>00462 <span class="comment">// --------------------------------------------------------------------------</span>
<a name="l00463"></a>00463 
<a name="l00464"></a>00464 HTMLParamElement::HTMLParamElement() : <a class="code" href="classDOM_1_1HTMLElement.html" title="All HTML element interfaces derive from this class.">HTMLElement</a>()
<a name="l00465"></a>00465 {
<a name="l00466"></a>00466 }
<a name="l00467"></a>00467 
<a name="l00468"></a>00468 HTMLParamElement::HTMLParamElement(<span class="keyword">const</span> HTMLParamElement &amp;other) : HTMLElement(other)
<a name="l00469"></a>00469 {
<a name="l00470"></a>00470 }
<a name="l00471"></a>00471 
<a name="l00472"></a>00472 HTMLParamElement::HTMLParamElement(HTMLParamElementImpl *impl) : HTMLElement(impl)
<a name="l00473"></a>00473 {
<a name="l00474"></a>00474 }
<a name="l00475"></a>00475 
<a name="l00476"></a>00476 HTMLParamElement &amp;HTMLParamElement::operator = (<span class="keyword">const</span> Node &amp;other)
<a name="l00477"></a>00477 {
<a name="l00478"></a>00478     assignOther( other, ID_PARAM );
<a name="l00479"></a>00479     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00480"></a>00480 }
<a name="l00481"></a>00481 
<a name="l00482"></a>00482 HTMLParamElement &amp;HTMLParamElement::operator = (<span class="keyword">const</span> HTMLParamElement &amp;other)
<a name="l00483"></a>00483 {
<a name="l00484"></a>00484     HTMLElement::operator = (other);
<a name="l00485"></a>00485     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00486"></a>00486 }
<a name="l00487"></a>00487 
<a name="l00488"></a>00488 HTMLParamElement::~HTMLParamElement()
<a name="l00489"></a>00489 {
<a name="l00490"></a>00490 }
<a name="l00491"></a>00491 
<a name="l00492"></a>00492 DOMString <a class="code" href="classDOM_1_1HTMLParamElement.html#aa662f91f7e265f9f17314f96b2cfbd33" title="The name of a run-time parameter.">HTMLParamElement::name</a>()<span class="keyword"> const</span>
<a name="l00493"></a>00493 <span class="keyword"></span>{
<a name="l00494"></a>00494     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> DOMString();
<a name="l00495"></a>00495     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_NAME);
<a name="l00496"></a>00496 }
<a name="l00497"></a>00497 
<a name="l00498"></a>00498 <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLParamElement.html#ae51e443e4183d3afc76c27e9e107aa5e" title="see name">HTMLParamElement::setName</a>( <span class="keyword">const</span> DOMString &amp;value )
<a name="l00499"></a>00499 {
<a name="l00500"></a>00500     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_NAME, value);
<a name="l00501"></a>00501 }
<a name="l00502"></a>00502 
<a name="l00503"></a>00503 DOMString <a class="code" href="classDOM_1_1HTMLParamElement.html#aeba081fa89b4f0dad135d0a57778da86" title="Content type for the value attribute when valuetype has the value &quot;ref&quot;.">HTMLParamElement::type</a>()<span class="keyword"> const</span>
<a name="l00504"></a>00504 <span class="keyword"></span>{
<a name="l00505"></a>00505     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> DOMString();
<a name="l00506"></a>00506     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_TYPE);
<a name="l00507"></a>00507 }
<a name="l00508"></a>00508 
<a name="l00509"></a>00509 <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLParamElement.html#a4d8a407853b2cd6a4e81720cdb549cae" title="see type">HTMLParamElement::setType</a>( <span class="keyword">const</span> DOMString &amp;value )
<a name="l00510"></a>00510 {
<a name="l00511"></a>00511     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_TYPE, value);
<a name="l00512"></a>00512 }
<a name="l00513"></a>00513 
<a name="l00514"></a><a class="code" href="classDOM_1_1HTMLParamElement.html#a0ab39e80b376d3b7e59f8f8309cc9ecc">00514</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLParamElement.html#a0ab39e80b376d3b7e59f8f8309cc9ecc" title="The value of a run-time parameter.">HTMLParamElement::value</a>()<span class="keyword"> const</span>
<a name="l00515"></a>00515 <span class="keyword"></span>{
<a name="l00516"></a>00516     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00517"></a>00517     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_VALUE);
<a name="l00518"></a>00518 }
<a name="l00519"></a>00519 
<a name="l00520"></a><a class="code" href="classDOM_1_1HTMLParamElement.html#a50991d79533e6d93c7f2882fbeb9c15a">00520</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLParamElement.html#a50991d79533e6d93c7f2882fbeb9c15a" title="see value">HTMLParamElement::setValue</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00521"></a>00521 {
<a name="l00522"></a>00522     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_VALUE, value);
<a name="l00523"></a>00523 }
<a name="l00524"></a>00524 
<a name="l00525"></a><a class="code" href="classDOM_1_1HTMLParamElement.html#a06ab6c8f0e09b2c9dbce0d13836a092a">00525</a> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> <a class="code" href="classDOM_1_1HTMLParamElement.html#a06ab6c8f0e09b2c9dbce0d13836a092a" title="Information about the meaning of the value attribute value.">HTMLParamElement::valueType</a>()<span class="keyword"> const</span>
<a name="l00526"></a>00526 <span class="keyword"></span>{
<a name="l00527"></a>00527     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a>();
<a name="l00528"></a>00528     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(ATTR_VALUETYPE);
<a name="l00529"></a>00529 }
<a name="l00530"></a>00530 
<a name="l00531"></a><a class="code" href="classDOM_1_1HTMLParamElement.html#a8c18488407a8995a5db46d117542bcf5">00531</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1HTMLParamElement.html#a8c18488407a8995a5db46d117542bcf5" title="see valueType">HTMLParamElement::setValueType</a>( <span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html" title="This class implements the basic string we use in the DOM.">DOMString</a> &amp;value )
<a name="l00532"></a>00532 {
<a name="l00533"></a>00533     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(ATTR_VALUETYPE, value);
<a name="l00534"></a>00534 }
<a name="l00535"></a>00535 
</pre></div></div>
</div>
    </div></div>


      </td>
  </tr>
  <tr>
    <td valign="top" id="leftmenu" width="25%">
      <a name="navigation"></a>
      <div class="menu_box"><h2>khtml</h2>
<div class="nav_list">
<ul><li><a href="index.html">Main Page</a></li><li><a href="namespaces.html">Namespace List</a></li><li><a href="hierarchy.html">Class Hierarchy</a></li><li><a href="classes.html">Alphabetical List</a></li><li><a href="annotated.html">Class List</a></li><li><a href="files.html">File List</a></li><li><a href="namespacemembers.html">Namespace Members</a></li><li><a href="functions.html">Class Members</a></li><li><a href="pages.html">Related Pages</a></li></ul>
<!--
<h2>Class Picker</h2>
<div style="text-align: center;">
<form name="guideform">
<select name="guidelinks" style="width:100%;" onChange="window.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value">
<option value="annotated.html">-- Choose --</option>
  <option value="classDOM_1_1AbstractView.html">dom::abstractview</option>,  <option value="classDOM_1_1Attr.html">dom::attr</option>,  <option value="classDOM_1_1CDATASection.html">dom::cdatasection</option>,  <option value="classDOM_1_1CharacterData.html">dom::characterdata</option>,  <option value="classDOM_1_1Comment.html">dom::comment</option>,  <option value="classDOM_1_1Counter.html">dom::counter</option>,  <option value="classDOM_1_1CSS2Azimuth.html">dom::css2azimuth</option>,  <option value="classDOM_1_1CSS2BackgroundPosition.html">dom::css2backgroundposition</option>,  <option value="classDOM_1_1CSS2BorderSpacing.html">dom::css2borderspacing</option>,  <option value="classDOM_1_1CSS2CounterIncrement.html">dom::css2counterincrement</option>,  <option value="classDOM_1_1CSS2CounterReset.html">dom::css2counterreset</option>,  <option value="classDOM_1_1CSS2Cursor.html">dom::css2cursor</option>,  <option value="classDOM_1_1CSS2FontFaceSrc.html">dom::css2fontfacesrc</option>,  <option value="classDOM_1_1CSS2FontFaceWidths.html">dom::css2fontfacewidths</option>,  <option value="classDOM_1_1CSS2PageSize.html">dom::css2pagesize</option>,  <option value="classDOM_1_1CSS2PlayDuring.html">dom::css2playduring</option>,  <option value="classDOM_1_1CSS2Properties.html">dom::css2properties</option>,  <option value="classDOM_1_1CSS2TextShadow.html">dom::css2textshadow</option>,  <option value="classDOM_1_1CSSCharsetRule.html">dom::csscharsetrule</option>,  <option value="classDOM_1_1CSSException.html">dom::cssexception</option>,  <option value="classDOM_1_1CSSFontFaceRule.html">dom::cssfontfacerule</option>,  <option value="classDOM_1_1CSSImportRule.html">dom::cssimportrule</option>,  <option value="classDOM_1_1CSSMediaRule.html">dom::cssmediarule</option>,  <option value="classDOM_1_1CSSPrimitiveValue.html">dom::cssprimitivevalue</option>,  <option value="classDOM_1_1CSSRule.html">dom::cssrule</option>,  <option value="classDOM_1_1CSSRuleList.html">dom::cssrulelist</option>,  <option value="classDOM_1_1CSSStyleDeclaration.html">dom::cssstyledeclaration</option>,  <option value="classDOM_1_1CSSStyleRule.html">dom::cssstylerule</option>,  <option value="classDOM_1_1CSSStyleSheet.html">dom::cssstylesheet</option>,  <option value="classDOM_1_1CSSUnknownRule.html">dom::cssunknownrule</option>,  <option value="classDOM_1_1CSSValue.html">dom::cssvalue</option>,  <option value="classDOM_1_1CSSValueList.html">dom::cssvaluelist</option>,  <option value="classDOM_1_1CustomNodeFilter.html">dom::customnodefilter</option>,  <option value="classDOM_1_1Document.html">dom::document</option>,  <option value="classDOM_1_1DocumentFragment.html">dom::documentfragment</option>,  <option value="classDOM_1_1DocumentType.html">dom::documenttype</option>,  <option value="classDOM_1_1DOMException.html">dom::domexception</option>,  <option value="classDOM_1_1DOMImplementation.html">dom::domimplementation</option>,  <option value="classDOM_1_1DOMString.html">dom::domstring</option>,  <option value="classDOM_1_1Element.html">dom::element</option>,  <option value="classDOM_1_1Entity.html">dom::entity</option>,  <option value="classDOM_1_1EntityReference.html">dom::entityreference</option>,  <option value="classDOM_1_1Event.html">dom::event</option>,  <option value="classDOM_1_1EventException.html">dom::eventexception</option>,  <option value="classDOM_1_1EventListener.html">dom::eventlistener</option>,  <option value="classDOM_1_1HTMLAnchorElement.html">dom::htmlanchorelement</option>,  <option value="classDOM_1_1HTMLAppletElement.html">dom::htmlappletelement</option>,  <option value="classDOM_1_1HTMLAreaElement.html">dom::htmlareaelement</option>,  <option value="classDOM_1_1HTMLBaseElement.html">dom::htmlbaseelement</option>,  <option value="classDOM_1_1HTMLBaseFontElement.html">dom::htmlbasefontelement</option>,  <option value="classDOM_1_1HTMLBlockquoteElement.html">dom::htmlblockquoteelement</option>,  <option value="classDOM_1_1HTMLBodyElement.html">dom::htmlbodyelement</option>,  <option value="classDOM_1_1HTMLBRElement.html">dom::htmlbrelement</option>,  <option value="classDOM_1_1HTMLButtonElement.html">dom::htmlbuttonelement</option>,  <option value="classDOM_1_1HTMLCollection.html">dom::htmlcollection</option>,  <option value="classDOM_1_1HTMLDirectoryElement.html">dom::htmldirectoryelement</option>,  <option value="classDOM_1_1HTMLDivElement.html">dom::htmldivelement</option>,  <option value="classDOM_1_1HTMLDListElement.html">dom::htmldlistelement</option>,  <option value="classDOM_1_1HTMLDocument.html">dom::htmldocument</option>,  <option value="classDOM_1_1HTMLElement.html">dom::htmlelement</option>,  <option value="classDOM_1_1HTMLFieldSetElement.html">dom::htmlfieldsetelement</option>,  <option value="classDOM_1_1HTMLFontElement.html">dom::htmlfontelement</option>,  <option value="classDOM_1_1HTMLFormElement.html">dom::htmlformelement</option>,  <option value="classDOM_1_1HTMLFrameElement.html">dom::htmlframeelement</option>,  <option value="classDOM_1_1HTMLFrameSetElement.html">dom::htmlframesetelement</option>,  <option value="classDOM_1_1HTMLHeadElement.html">dom::htmlheadelement</option>,  <option value="classDOM_1_1HTMLHeadingElement.html">dom::htmlheadingelement</option>,  <option value="classDOM_1_1HTMLHRElement.html">dom::htmlhrelement</option>,  <option value="classDOM_1_1HTMLHtmlElement.html">dom::htmlhtmlelement</option>,  <option value="classDOM_1_1HTMLIFrameElement.html">dom::htmliframeelement</option>,  <option value="classDOM_1_1HTMLImageElement.html">dom::htmlimageelement</option>,  <option value="classDOM_1_1HTMLInputElement.html">dom::htmlinputelement</option>,  <option value="classDOM_1_1HTMLIsIndexElement.html">dom::htmlisindexelement</option>,  <option value="classDOM_1_1HTMLLabelElement.html">dom::htmllabelelement</option>,  <option value="classDOM_1_1HTMLLayerElement.html">dom::htmllayerelement</option>,  <option value="classDOM_1_1HTMLLegendElement.html">dom::htmllegendelement</option>,  <option value="classDOM_1_1HTMLLIElement.html">dom::htmllielement</option>,  <option value="classDOM_1_1HTMLLinkElement.html">dom::htmllinkelement</option>,  <option value="classDOM_1_1HTMLMapElement.html">dom::htmlmapelement</option>,  <option value="classDOM_1_1HTMLMenuElement.html">dom::htmlmenuelement</option>,  <option value="classDOM_1_1HTMLMetaElement.html">dom::htmlmetaelement</option>,  <option value="classDOM_1_1HTMLModElement.html">dom::htmlmodelement</option>,  <option value="classDOM_1_1HTMLObjectElement.html">dom::htmlobjectelement</option>,  <option value="classDOM_1_1HTMLOListElement.html">dom::htmlolistelement</option>,  <option value="classDOM_1_1HTMLOptGroupElement.html">dom::htmloptgroupelement</option>,  <option value="classDOM_1_1HTMLOptionElement.html">dom::htmloptionelement</option>,  <option value="classDOM_1_1HTMLParagraphElement.html">dom::htmlparagraphelement</option>,  <option value="classDOM_1_1HTMLParamElement.html">dom::htmlparamelement</option>,  <option value="classDOM_1_1HTMLPreElement.html">dom::htmlpreelement</option>,  <option value="classDOM_1_1HTMLQuoteElement.html">dom::htmlquoteelement</option>,  <option value="classDOM_1_1HTMLScriptElement.html">dom::htmlscriptelement</option>,  <option value="classDOM_1_1HTMLSelectElement.html">dom::htmlselectelement</option>,  <option value="classDOM_1_1HTMLStyleElement.html">dom::htmlstyleelement</option>,  <option value="classDOM_1_1HTMLTableCaptionElement.html">dom::htmltablecaptionelement</option>,  <option value="classDOM_1_1HTMLTableCellElement.html">dom::htmltablecellelement</option>,  <option value="classDOM_1_1HTMLTableColElement.html">dom::htmltablecolelement</option>,  <option value="classDOM_1_1HTMLTableElement.html">dom::htmltableelement</option>,  <option value="classDOM_1_1HTMLTableRowElement.html">dom::htmltablerowelement</option>,  <option value="classDOM_1_1HTMLTableSectionElement.html">dom::htmltablesectionelement</option>,  <option value="classDOM_1_1HTMLTextAreaElement.html">dom::htmltextareaelement</option>,  <option value="classDOM_1_1HTMLTitleElement.html">dom::htmltitleelement</option>,  <option value="classDOM_1_1HTMLUListElement.html">dom::htmlulistelement</option>,  <option value="classDOM_1_1MediaList.html">dom::medialist</option>,  <option value="classDOM_1_1MouseEvent.html">dom::mouseevent</option>,  <option value="classDOM_1_1MutationEvent.html">dom::mutationevent</option>,  <option value="classDOM_1_1NamedNodeMap.html">dom::namednodemap</option>,  <option value="classDOM_1_1Node.html">dom::node</option>,  <option value="classDOM_1_1NodeFilter.html">dom::nodefilter</option>,  <option value="classDOM_1_1NodeIterator.html">dom::nodeiterator</option>,  <option value="classDOM_1_1NodeList.html">dom::nodelist</option>,  <option value="classDOM_1_1Notation.html">dom::notation</option>,  <option value="classDOM_1_1ProcessingInstruction.html">dom::processinginstruction</option>,  <option value="classDOM_1_1Rect.html">dom::rect</option>,  <option value="classDOM_1_1RGBColor.html">dom::rgbcolor</option>,  <option value="classDOM_1_1StyleSheet.html">dom::stylesheet</option>,  <option value="classDOM_1_1StyleSheetList.html">dom::stylesheetlist</option>,  <option value="classDOM_1_1Text.html">dom::text</option>,  <option value="classDOM_1_1TextEvent.html">dom::textevent</option>,  <option value="classDOM_1_1TreeWalker.html">dom::treewalker</option>,  <option value="classDOM_1_1UIEvent.html">dom::uievent</option>,  <option value="classKHTMLPageCache.html">khtmlpagecache</option>,  <option value="classKHTMLPart.html">khtmlpart</option>,  <option value="classKHTMLPartBrowserExtension.html">khtmlpartbrowserextension</option>,  <option value="classKHTMLPartIface.html">khtmlpartiface</option>,  <option value="classKHTMLSettings.html">khtmlsettings</option>,  <option value="classKHTMLView.html">khtmlview</option>,
</select>
</form>
</div>
-->
</div></div>
<div class="menu_box"><h2>API Dox</h2>
<div class="nav_list">
<ul>
<li><a href="../../arts/html/index.html">arts</a></li><li><a href="../../dcop/html/index.html">dcop</a></li><li><a href="../../dnssd/html/index.html">dnssd</a></li><li><a href="../../interfaces/html/index.html">interfaces</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../interfaces/kimproxy/interface/html/index.html">interface</a></li><li>&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../interfaces/kimproxy/library/html/index.html">library</a></li><li>&nbsp;&nbsp;<a href="../../interfaces/kspeech/html/index.html">kspeech</a></li><li>&nbsp;&nbsp;<a href="../../interfaces/ktexteditor/html/index.html">ktexteditor</a></li><li><a href="../../kabc/html/index.html">kabc</a></li><li><a href="../../kate/html/index.html">kate</a></li><li><a href="../../kcmshell/html/index.html">kcmshell</a></li><li><a href="../../kdecore/html/index.html">kdecore</a></li><li><a href="../../kded/html/index.html">kded</a></li><li><a href="../../kdefx/html/index.html">kdefx</a></li><li><a href="../../kdeprint/html/index.html">kdeprint</a></li><li><a href="../../kdesu/html/index.html">kdesu</a></li><li><a href="../../kdeui/html/index.html">kdeui</a></li><li><a href="../../kdoctools/html/index.html">kdoctools</a></li><li><a href="../../khtml/html/index.html">khtml</a></li><li><a href="../../kimgio/html/index.html">kimgio</a></li><li><a href="../../kinit/html/index.html">kinit</a></li><li><a href="../../kio/html/index.html">kio</a></li><li>&nbsp;&nbsp;<a href="../../kio/bookmarks/html/index.html">bookmarks</a></li><li>&nbsp;&nbsp;<a href="../../kio/httpfilter/html/index.html">httpfilter</a></li><li>&nbsp;&nbsp;<a href="../../kio/kfile/html/index.html">kfile</a></li><li>&nbsp;&nbsp;<a href="../../kio/kio/html/index.html">kio</a></li><li>&nbsp;&nbsp;<a href="../../kio/kioexec/html/index.html">kioexec</a></li><li>&nbsp;&nbsp;<a href="../../kio/kpasswdserver/html/index.html">kpasswdserver</a></li><li>&nbsp;&nbsp;<a href="../../kio/kssl/html/index.html">kssl</a></li><li><a href="../../kioslave/html/index.html">kioslave</a></li><li>&nbsp;&nbsp;<a href="../../kioslave/http/html/index.html">http</a></li><li><a href="../../kjs/html/index.html">kjs</a></li><li><a href="../../kmdi/html/index.html">kmdi</a></li><li>&nbsp;&nbsp;<a href="../../kmdi/kmdi/html/index.html">kmdi</a></li><li><a href="../../knewstuff/html/index.html">knewstuff</a></li><li><a href="../../kparts/html/index.html">kparts</a></li><li><a href="../../kresources/html/index.html">kresources</a></li><li><a href="../../kspell2/html/index.html">kspell2</a></li><li><a href="../../kunittest/html/index.html">kunittest</a></li><li><a href="../../kutils/html/index.html">kutils</a></li><li><a href="../../kwallet/html/index.html">kwallet</a></li><li><a href="../../libkmid/html/index.html">libkmid</a></li><li><a href="../../libkscreensaver/html/index.html">libkscreensaver</a></li>
</ul></div></div>


        </td>
</tr>
</table>

<span class="doNotDisplay">
  <a href="http://www.kde.org/" accesskey="8">KDE Home</a> |
  <a href="http://accessibility.kde.org/" accesskey="9">KDE Accessibility Home</a> |
  <a href="http://www.kde.org/media/accesskeys.php" accesskey="0">Description of Access Keys</a>
</span>


<div style="height: 8px"></div>

<div id="footer">
  <div id="footer_left">
    Maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groo&#116;&#64;kde&#46;or&#x67;">Adriaan de Groot</a>
and
<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;nter&#64;kde&#46;or&#x67">Allen Winter</a>.
<br/>
    KDE and K Desktop Environment are trademarks of <a href="http://www.kde.org/areas/kde-ev/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
    <a href="http://www.kde.org/contact/impressum.php">Legal</a>
  </div>
  <div id="footer_right"><img src="/media/images/footer_right.png" style="margin: 0px" alt="" /></div>
</div>

<!--
WARNING: DO NOT SEND MAIL TO THE FOLLOWING EMAIL ADDRESS! YOU WILL
BE BLOCKED INSTANTLY AND PERMANENTLY!
<a href="mailto:aaaatrap-425acc3b5374943f@kde.org">Block me</a>
WARNING END
-->

</body>
</html>