Sophie

Sophie

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

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: css_extensions.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">css_extensions.cpp</div>  </div>
</div>
<div class="contents">
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 
<a name="l00022"></a>00022 <span class="preprocessor">#include &quot;dom_exception.h&quot;</span>
<a name="l00023"></a>00023 <span class="preprocessor">#include &quot;dom_string.h&quot;</span>
<a name="l00024"></a>00024 
<a name="l00025"></a>00025 <span class="preprocessor">#include &quot;css_extensions.h&quot;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &quot;css_extensionsimpl.h&quot;</span>
<a name="l00027"></a>00027 <span class="keyword">using namespace </span>DOM;
<a name="l00028"></a>00028 
<a name="l00029"></a>00029 
<a name="l00030"></a>00030 CSS2Azimuth::CSS2Azimuth() : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>()
<a name="l00031"></a>00031 {
<a name="l00032"></a>00032 }
<a name="l00033"></a>00033 
<a name="l00034"></a>00034 CSS2Azimuth::CSS2Azimuth(<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2Azimuth.html" title="The CSS2Azimuth interface represents the azimuth  CSS Level 2 property.">CSS2Azimuth</a> &amp;other) : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>(other)
<a name="l00035"></a>00035 {
<a name="l00036"></a>00036 }
<a name="l00037"></a>00037 
<a name="l00038"></a>00038 CSS2Azimuth::CSS2Azimuth(CSS2AzimuthImpl *impl) : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>(impl)
<a name="l00039"></a>00039 {
<a name="l00040"></a>00040 }
<a name="l00041"></a>00041 
<a name="l00042"></a>00042 <a class="code" href="classDOM_1_1CSS2Azimuth.html" title="The CSS2Azimuth interface represents the azimuth  CSS Level 2 property.">CSS2Azimuth</a> &amp;CSS2Azimuth::operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2Azimuth.html" title="The CSS2Azimuth interface represents the azimuth  CSS Level 2 property.">CSS2Azimuth</a> &amp;other)
<a name="l00043"></a>00043 {
<a name="l00044"></a>00044     CSSValue::operator = (other);
<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 CSS2Azimuth::~CSS2Azimuth()
<a name="l00049"></a>00049 {
<a name="l00050"></a>00050 }
<a name="l00051"></a>00051 
<a name="l00052"></a><a class="code" href="classDOM_1_1CSS2Azimuth.html#a0fa8021dee656c1332a45933fd59c110">00052</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> <a class="code" href="classDOM_1_1CSS2Azimuth.html#a0fa8021dee656c1332a45933fd59c110" title="A code defining the type of the value as defined in CSSValue .">CSS2Azimuth::azimuthType</a>()<span class="keyword"> const</span>
<a name="l00053"></a>00053 <span class="keyword"></span>{
<a name="l00054"></a>00054     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00055"></a>00055     <span class="keywordflow">return</span> ((CSS2AzimuthImpl *)impl)-&gt;azimuthType();
<a name="l00056"></a>00056 }
<a name="l00057"></a>00057 
<a name="l00058"></a><a class="code" href="classDOM_1_1CSS2Azimuth.html#a1d1e067f6605b3d38285c33d052e12fd">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_1CSS2Azimuth.html#a1d1e067f6605b3d38285c33d052e12fd" title="If azimuthType is CSS_IDENT , identifier contains one of left-side, far-left, left, center-left, center, center-right, right, far-right, right-side, leftwards, rightwards.">CSS2Azimuth::identifier</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> 0;
<a name="l00061"></a>00061     <span class="keywordflow">return</span> ((CSS2AzimuthImpl *)impl)-&gt;identifier();
<a name="l00062"></a>00062 }
<a name="l00063"></a>00063 
<a name="l00064"></a><a class="code" href="classDOM_1_1CSS2Azimuth.html#a06d343d8bf4ef7dd59c4ad8e09ba148c">00064</a> <span class="keywordtype">bool</span> <a class="code" href="classDOM_1_1CSS2Azimuth.html#a06d343d8bf4ef7dd59c4ad8e09ba148c" title="behind indicates whether the behind identifier has been set.">CSS2Azimuth::behind</a>()<span class="keyword"> const</span>
<a name="l00065"></a>00065 <span class="keyword"></span>{
<a name="l00066"></a>00066     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00067"></a>00067     <span class="keywordflow">return</span> ((CSS2AzimuthImpl *)impl)-&gt;behind();
<a name="l00068"></a>00068 }
<a name="l00069"></a>00069 
<a name="l00070"></a><a class="code" href="classDOM_1_1CSS2Azimuth.html#a1c3a18dfe055a6d0e625c6504570e692">00070</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Azimuth.html#a1c3a18dfe055a6d0e625c6504570e692" title="A method to set the angle value with a specified unit.">CSS2Azimuth::setAngleValue</a>( <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> unitType, <span class="keyword">const</span> <span class="keywordtype">float</span> floatValue )
<a name="l00071"></a>00071 {
<a name="l00072"></a>00072     <span class="keywordflow">if</span>(impl)
<a name="l00073"></a>00073         ((CSS2AzimuthImpl *)impl)-&gt;setAngleValue( unitType, floatValue );
<a name="l00074"></a>00074 }
<a name="l00075"></a>00075 
<a name="l00076"></a><a class="code" href="classDOM_1_1CSS2Azimuth.html#af904f35e6fe6bc597779b14f31aa1504">00076</a> <span class="keywordtype">float</span> <a class="code" href="classDOM_1_1CSS2Azimuth.html#af904f35e6fe6bc597779b14f31aa1504" title="Used to retrieved the float value of the azimuth property.">CSS2Azimuth::getAngleValue</a>( <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> unitType )
<a name="l00077"></a>00077 {
<a name="l00078"></a>00078     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00079"></a>00079     <span class="keywordflow">return</span> ((CSS2AzimuthImpl *)impl)-&gt;getAngleValue( unitType );
<a name="l00080"></a>00080 }
<a name="l00081"></a>00081 
<a name="l00082"></a><a class="code" href="classDOM_1_1CSS2Azimuth.html#a29cae4ef1cc624800a2055ff94c26b2c">00082</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Azimuth.html#a29cae4ef1cc624800a2055ff94c26b2c" title="Setting the identifier for the azimuth property will unset any previously set angle value...">CSS2Azimuth::setIdentifier</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;identifier, <span class="keyword">const</span> <span class="keywordtype">bool</span> behind )
<a name="l00083"></a>00083 {
<a name="l00084"></a>00084     <span class="keywordflow">if</span>(impl)
<a name="l00085"></a>00085         ((CSS2AzimuthImpl *)impl)-&gt;setIdentifier( identifier, behind );
<a name="l00086"></a>00086 }
<a name="l00087"></a>00087 
<a name="l00088"></a>00088 
<a name="l00089"></a>00089 
<a name="l00090"></a>00090 CSS2BackgroundPosition::CSS2BackgroundPosition() : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>()
<a name="l00091"></a>00091 {
<a name="l00092"></a>00092 }
<a name="l00093"></a>00093 
<a name="l00094"></a>00094 CSS2BackgroundPosition::CSS2BackgroundPosition(<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2BackgroundPosition.html" title="The CSS2BackgroundPosition interface represents the background-position  CSS Level 2 property...">CSS2BackgroundPosition</a> &amp;other) : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>(other)
<a name="l00095"></a>00095 {
<a name="l00096"></a>00096 }
<a name="l00097"></a>00097 
<a name="l00098"></a>00098 CSS2BackgroundPosition::CSS2BackgroundPosition(CSS2BackgroundPositionImpl *impl) : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>(impl)
<a name="l00099"></a>00099 {
<a name="l00100"></a>00100 }
<a name="l00101"></a>00101 
<a name="l00102"></a>00102 <a class="code" href="classDOM_1_1CSS2BackgroundPosition.html" title="The CSS2BackgroundPosition interface represents the background-position  CSS Level 2 property...">CSS2BackgroundPosition</a> &amp;CSS2BackgroundPosition::operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2BackgroundPosition.html" title="The CSS2BackgroundPosition interface represents the background-position  CSS Level 2 property...">CSS2BackgroundPosition</a> &amp;other)
<a name="l00103"></a>00103 {
<a name="l00104"></a>00104     CSSValue::operator = (other);
<a name="l00105"></a>00105     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00106"></a>00106 }
<a name="l00107"></a>00107 
<a name="l00108"></a>00108 CSS2BackgroundPosition::~CSS2BackgroundPosition()
<a name="l00109"></a>00109 {
<a name="l00110"></a>00110 }
<a name="l00111"></a>00111 
<a name="l00112"></a><a class="code" href="classDOM_1_1CSS2BackgroundPosition.html#a1219d3ba8789267417035867ba2529eb">00112</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> <a class="code" href="classDOM_1_1CSS2BackgroundPosition.html#a1219d3ba8789267417035867ba2529eb" title="A code defining the type of the horizontal value.">CSS2BackgroundPosition::horizontalType</a>()<span class="keyword"> const</span>
<a name="l00113"></a>00113 <span class="keyword"></span>{
<a name="l00114"></a>00114     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00115"></a>00115     <span class="keywordflow">return</span> ((CSS2BackgroundPositionImpl *)impl)-&gt;horizontalType();
<a name="l00116"></a>00116 }
<a name="l00117"></a>00117 
<a name="l00118"></a><a class="code" href="classDOM_1_1CSS2BackgroundPosition.html#a0153f5cf24b51b2112e7605974cc3522">00118</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> <a class="code" href="classDOM_1_1CSS2BackgroundPosition.html#a0153f5cf24b51b2112e7605974cc3522" title="A code defining the type of the horizontal value.">CSS2BackgroundPosition::verticalType</a>()<span class="keyword"> const</span>
<a name="l00119"></a>00119 <span class="keyword"></span>{
<a name="l00120"></a>00120     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00121"></a>00121     <span class="keywordflow">return</span> ((CSS2BackgroundPositionImpl *)impl)-&gt;verticalType();
<a name="l00122"></a>00122 }
<a name="l00123"></a>00123 
<a name="l00124"></a><a class="code" href="classDOM_1_1CSS2BackgroundPosition.html#a9cf3c81b779f52770d01b5cfa1997543">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_1CSS2BackgroundPosition.html#a9cf3c81b779f52770d01b5cfa1997543" title="If horizontalType is CSS_IDENT or CSS_INHERIT , this attribute contains the string representation of ...">CSS2BackgroundPosition::horizontalIdentifier</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> 0;
<a name="l00127"></a>00127     <span class="keywordflow">return</span> ((CSS2BackgroundPositionImpl *)impl)-&gt;horizontalIdentifier();
<a name="l00128"></a>00128 }
<a name="l00129"></a>00129 
<a name="l00130"></a><a class="code" href="classDOM_1_1CSS2BackgroundPosition.html#a1f57622f56f464cd570e82de84905809">00130</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_1CSS2BackgroundPosition.html#a1f57622f56f464cd570e82de84905809" title="If verticalType is CSS_IDENT or CSS_INHERIT , this attribute contains the string representation of th...">CSS2BackgroundPosition::verticalIdentifier</a>()<span class="keyword"> const</span>
<a name="l00131"></a>00131 <span class="keyword"></span>{
<a name="l00132"></a>00132     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00133"></a>00133     <span class="keywordflow">return</span> ((CSS2BackgroundPositionImpl *)impl)-&gt;verticalIdentifier();
<a name="l00134"></a>00134 }
<a name="l00135"></a>00135 
<a name="l00136"></a><a class="code" href="classDOM_1_1CSS2BackgroundPosition.html#a9e7bd635b26c30426a92ce0e5e344347">00136</a> <span class="keywordtype">float</span> <a class="code" href="classDOM_1_1CSS2BackgroundPosition.html#a9e7bd635b26c30426a92ce0e5e344347" title="This method is used to get the float value in a specified unit if the horizontalPosition represents a...">CSS2BackgroundPosition::getHorizontalPosition</a>( <span class="keyword">const</span> <span class="keywordtype">float</span> horizontalType )
<a name="l00137"></a>00137 {
<a name="l00138"></a>00138     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00139"></a>00139     <span class="keywordflow">return</span> ((CSS2BackgroundPositionImpl *)impl)-&gt;getHorizontalPosition( horizontalType );
<a name="l00140"></a>00140 }
<a name="l00141"></a>00141 
<a name="l00142"></a><a class="code" href="classDOM_1_1CSS2BackgroundPosition.html#a48944c9a775c4627e103b5e5839e8ba0">00142</a> <span class="keywordtype">float</span> <a class="code" href="classDOM_1_1CSS2BackgroundPosition.html#a48944c9a775c4627e103b5e5839e8ba0" title="This method is used to get the float value in a specified unit if the verticalPosition represents a l...">CSS2BackgroundPosition::getVerticalPosition</a>( <span class="keyword">const</span> <span class="keywordtype">float</span> verticalType )
<a name="l00143"></a>00143 {
<a name="l00144"></a>00144     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00145"></a>00145     <span class="keywordflow">return</span> ((CSS2BackgroundPositionImpl *)impl)-&gt;getVerticalPosition( verticalType );
<a name="l00146"></a>00146 }
<a name="l00147"></a>00147 
<a name="l00148"></a><a class="code" href="classDOM_1_1CSS2BackgroundPosition.html#af450d0abc502e2006570432c2e0706f7">00148</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2BackgroundPosition.html#af450d0abc502e2006570432c2e0706f7" title="This method is used to set the horizontal position with a specified unit.">CSS2BackgroundPosition::setHorizontalPosition</a>( <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> horizontalType, <span class="keyword">const</span> <span class="keywordtype">float</span> value )
<a name="l00149"></a>00149 {
<a name="l00150"></a>00150     <span class="keywordflow">if</span>(impl)
<a name="l00151"></a>00151         ((CSS2BackgroundPositionImpl *)impl)-&gt;setHorizontalPosition( horizontalType, value );
<a name="l00152"></a>00152 }
<a name="l00153"></a>00153 
<a name="l00154"></a><a class="code" href="classDOM_1_1CSS2BackgroundPosition.html#a3d0a07ab0c22890e7d1b7fd8ba08dd4e">00154</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2BackgroundPosition.html#a3d0a07ab0c22890e7d1b7fd8ba08dd4e" title="This method is used to set the vertical position with a specified unit.">CSS2BackgroundPosition::setVerticalPosition</a>( <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> verticalType, <span class="keyword">const</span> <span class="keywordtype">float</span> value )
<a name="l00155"></a>00155 {
<a name="l00156"></a>00156     <span class="keywordflow">if</span>(impl)
<a name="l00157"></a>00157         ((CSS2BackgroundPositionImpl *)impl)-&gt;setVerticalPosition( verticalType, value );
<a name="l00158"></a>00158 }
<a name="l00159"></a>00159 
<a name="l00160"></a><a class="code" href="classDOM_1_1CSS2BackgroundPosition.html#ae6b4a6eeb2ef0dd403cd5aea4856f8fc">00160</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2BackgroundPosition.html#ae6b4a6eeb2ef0dd403cd5aea4856f8fc" title="Sets the identifiers.">CSS2BackgroundPosition::setPositionIdentifier</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;horizontalIdentifier, <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;verticalIdentifier )
<a name="l00161"></a>00161 {
<a name="l00162"></a>00162     <span class="keywordflow">if</span>(impl)
<a name="l00163"></a>00163         ((CSS2BackgroundPositionImpl *)impl)-&gt;setPositionIdentifier( horizontalIdentifier, verticalIdentifier );
<a name="l00164"></a>00164 }
<a name="l00165"></a>00165 
<a name="l00166"></a>00166 
<a name="l00167"></a>00167 
<a name="l00168"></a>00168 CSS2BorderSpacing::CSS2BorderSpacing() : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>()
<a name="l00169"></a>00169 {
<a name="l00170"></a>00170 }
<a name="l00171"></a>00171 
<a name="l00172"></a>00172 CSS2BorderSpacing::CSS2BorderSpacing(<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2BorderSpacing.html" title="The CSS2BorderSpacing interface represents the border-spacing  CSS Level 2 property.">CSS2BorderSpacing</a> &amp;other) : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>(other)
<a name="l00173"></a>00173 {
<a name="l00174"></a>00174 }
<a name="l00175"></a>00175 
<a name="l00176"></a>00176 CSS2BorderSpacing::CSS2BorderSpacing(CSS2BorderSpacingImpl *impl) : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>(impl)
<a name="l00177"></a>00177 {
<a name="l00178"></a>00178 }
<a name="l00179"></a>00179 
<a name="l00180"></a>00180 <a class="code" href="classDOM_1_1CSS2BorderSpacing.html" title="The CSS2BorderSpacing interface represents the border-spacing  CSS Level 2 property.">CSS2BorderSpacing</a> &amp;CSS2BorderSpacing::operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2BorderSpacing.html" title="The CSS2BorderSpacing interface represents the border-spacing  CSS Level 2 property.">CSS2BorderSpacing</a> &amp;other)
<a name="l00181"></a>00181 {
<a name="l00182"></a>00182     CSSValue::operator = (other);
<a name="l00183"></a>00183     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00184"></a>00184 }
<a name="l00185"></a>00185 
<a name="l00186"></a>00186 CSS2BorderSpacing::~CSS2BorderSpacing()
<a name="l00187"></a>00187 {
<a name="l00188"></a>00188 }
<a name="l00189"></a>00189 
<a name="l00190"></a><a class="code" href="classDOM_1_1CSS2BorderSpacing.html#a6ef6b4f0827d2aea1653e948e025aa6b">00190</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> <a class="code" href="classDOM_1_1CSS2BorderSpacing.html#a6ef6b4f0827d2aea1653e948e025aa6b" title="The A code defining the type of the value as defined in CSSValue .">CSS2BorderSpacing::horizontalType</a>()<span class="keyword"> const</span>
<a name="l00191"></a>00191 <span class="keyword"></span>{
<a name="l00192"></a>00192     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00193"></a>00193     <span class="keywordflow">return</span> ((CSS2BorderSpacingImpl *)impl)-&gt;horizontalType();
<a name="l00194"></a>00194 }
<a name="l00195"></a>00195 
<a name="l00196"></a><a class="code" href="classDOM_1_1CSS2BorderSpacing.html#acb0a64736eaf86cea5b9f99f27dd3ece">00196</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> <a class="code" href="classDOM_1_1CSS2BorderSpacing.html#acb0a64736eaf86cea5b9f99f27dd3ece" title="The A code defining the type of the value as defined in CSSValue .">CSS2BorderSpacing::verticalType</a>()<span class="keyword"> const</span>
<a name="l00197"></a>00197 <span class="keyword"></span>{
<a name="l00198"></a>00198     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00199"></a>00199     <span class="keywordflow">return</span> ((CSS2BorderSpacingImpl *)impl)-&gt;verticalType();
<a name="l00200"></a>00200 }
<a name="l00201"></a>00201 
<a name="l00202"></a><a class="code" href="classDOM_1_1CSS2BorderSpacing.html#aaa614128e9b74e2796c8e1dfcbfda1b5">00202</a> <span class="keywordtype">float</span> <a class="code" href="classDOM_1_1CSS2BorderSpacing.html#aaa614128e9b74e2796c8e1dfcbfda1b5" title="This method is used to get the float value in a specified unit if the horizontalSpacing represents a ...">CSS2BorderSpacing::getHorizontalSpacing</a>( <span class="keyword">const</span> <span class="keywordtype">float</span> horizontalType )
<a name="l00203"></a>00203 {
<a name="l00204"></a>00204     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00205"></a>00205     <span class="keywordflow">return</span> ((CSS2BorderSpacingImpl *)impl)-&gt;getHorizontalSpacing( horizontalType );
<a name="l00206"></a>00206 }
<a name="l00207"></a>00207 
<a name="l00208"></a><a class="code" href="classDOM_1_1CSS2BorderSpacing.html#a18ce9ffc35bd7550dbf263b1ab32009c">00208</a> <span class="keywordtype">float</span> <a class="code" href="classDOM_1_1CSS2BorderSpacing.html#a18ce9ffc35bd7550dbf263b1ab32009c" title="This method is used to get the float value in a specified unit if the verticalSpacing represents a le...">CSS2BorderSpacing::getVerticalSpacing</a>( <span class="keyword">const</span> <span class="keywordtype">float</span> verticalType )
<a name="l00209"></a>00209 {
<a name="l00210"></a>00210     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00211"></a>00211     <span class="keywordflow">return</span> ((CSS2BorderSpacingImpl *)impl)-&gt;getVerticalSpacing( verticalType );
<a name="l00212"></a>00212 }
<a name="l00213"></a>00213 
<a name="l00214"></a><a class="code" href="classDOM_1_1CSS2BorderSpacing.html#a48d7a417c7cf062661c4c4c22aff11f9">00214</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2BorderSpacing.html#a48d7a417c7cf062661c4c4c22aff11f9" title="This method is used to set the horizontal spacing with a specified unit.">CSS2BorderSpacing::setHorizontalSpacing</a>( <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> horizontalType, <span class="keyword">const</span> <span class="keywordtype">float</span> value )
<a name="l00215"></a>00215 {
<a name="l00216"></a>00216     <span class="keywordflow">if</span>(impl)
<a name="l00217"></a>00217         ((CSS2BorderSpacingImpl *)impl)-&gt;setHorizontalSpacing( horizontalType, value );
<a name="l00218"></a>00218 }
<a name="l00219"></a>00219 
<a name="l00220"></a><a class="code" href="classDOM_1_1CSS2BorderSpacing.html#aa2e862a4fca8607e650ba19a1dd714b8">00220</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2BorderSpacing.html#aa2e862a4fca8607e650ba19a1dd714b8" title="This method is used to set the vertical spacing with a specified unit.">CSS2BorderSpacing::setVerticalSpacing</a>( <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> verticalType, <span class="keyword">const</span> <span class="keywordtype">float</span> value )
<a name="l00221"></a>00221 {
<a name="l00222"></a>00222     <span class="keywordflow">if</span>(impl)
<a name="l00223"></a>00223         ((CSS2BorderSpacingImpl *)impl)-&gt;setVerticalSpacing( verticalType, value );
<a name="l00224"></a>00224 }
<a name="l00225"></a>00225 
<a name="l00226"></a><a class="code" href="classDOM_1_1CSS2BorderSpacing.html#a20989672a33b3e3f342e122e114d93bb">00226</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2BorderSpacing.html#a20989672a33b3e3f342e122e114d93bb" title="Set this property as inherit.">CSS2BorderSpacing::setInherit</a>()
<a name="l00227"></a>00227 {
<a name="l00228"></a>00228     <span class="keywordflow">if</span>(impl)
<a name="l00229"></a>00229         ((CSS2BorderSpacingImpl *)impl)-&gt;setInherit();
<a name="l00230"></a>00230 }
<a name="l00231"></a>00231 
<a name="l00232"></a>00232 
<a name="l00233"></a>00233 
<a name="l00234"></a>00234 CSS2CounterIncrement::CSS2CounterIncrement()
<a name="l00235"></a>00235 {
<a name="l00236"></a>00236 }
<a name="l00237"></a>00237 
<a name="l00238"></a>00238 CSS2CounterIncrement::CSS2CounterIncrement(<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2CounterIncrement.html" title="The CSS2CounterIncrement interface represents a imple value for the counter-increment  CSS Level 2 pr...">CSS2CounterIncrement</a> &amp;other)
<a name="l00239"></a>00239 {
<a name="l00240"></a>00240 }
<a name="l00241"></a>00241 
<a name="l00242"></a>00242 CSS2CounterIncrement::CSS2CounterIncrement(CSS2CounterIncrementImpl *impl)
<a name="l00243"></a>00243 {
<a name="l00244"></a>00244 }
<a name="l00245"></a>00245 
<a name="l00246"></a>00246 <a class="code" href="classDOM_1_1CSS2CounterIncrement.html" title="The CSS2CounterIncrement interface represents a imple value for the counter-increment  CSS Level 2 pr...">CSS2CounterIncrement</a> &amp;CSS2CounterIncrement::operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2CounterIncrement.html" title="The CSS2CounterIncrement interface represents a imple value for the counter-increment  CSS Level 2 pr...">CSS2CounterIncrement</a> &amp;other)
<a name="l00247"></a>00247 {
<a name="l00248"></a>00248     ::operator = (other);
<a name="l00249"></a>00249     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00250"></a>00250 }
<a name="l00251"></a>00251 
<a name="l00252"></a>00252 CSS2CounterIncrement::~CSS2CounterIncrement()
<a name="l00253"></a>00253 {
<a name="l00254"></a>00254 }
<a name="l00255"></a>00255 
<a name="l00256"></a><a class="code" href="classDOM_1_1CSS2CounterIncrement.html#a29653e4ef70719f8e7b54af103e3b1f5">00256</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_1CSS2CounterIncrement.html#a29653e4ef70719f8e7b54af103e3b1f5" title="The element name.">CSS2CounterIncrement::identifier</a>()<span class="keyword"> const</span>
<a name="l00257"></a>00257 <span class="keyword"></span>{
<a name="l00258"></a>00258     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00259"></a>00259     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;identifier&quot;</span>);
<a name="l00260"></a>00260 }
<a name="l00261"></a>00261 
<a name="l00262"></a><a class="code" href="classDOM_1_1CSS2CounterIncrement.html#aff8235d5d2a0e146f8e2d1aa5d9a3aa5">00262</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2CounterIncrement.html#aff8235d5d2a0e146f8e2d1aa5d9a3aa5" title="see identifier SYNTAX_ERR: Raised if the specified identifier has a syntax error and is unparsable...">CSS2CounterIncrement::setIdentifier</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="l00263"></a>00263 {
<a name="l00264"></a>00264     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;identifier&quot;</span>, value);
<a name="l00265"></a>00265 }
<a name="l00266"></a>00266 
<a name="l00267"></a><a class="code" href="classDOM_1_1CSS2CounterIncrement.html#a9415e18a6646696271c8056129bdb908">00267</a> <span class="keywordtype">short</span> <a class="code" href="classDOM_1_1CSS2CounterIncrement.html#a9415e18a6646696271c8056129bdb908" title="The increment (default value is 1).">CSS2CounterIncrement::increment</a>()<span class="keyword"> const</span>
<a name="l00268"></a>00268 <span class="keyword"></span>{
<a name="l00269"></a>00269     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00270"></a>00270     <span class="keywordflow">return</span> ((CSS2CounterIncrementImpl *)impl)-&gt;increment();
<a name="l00271"></a>00271 }
<a name="l00272"></a>00272 
<a name="l00273"></a><a class="code" href="classDOM_1_1CSS2CounterIncrement.html#afa0dbbd07d445c72c09885fe8a6bdf24">00273</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2CounterIncrement.html#afa0dbbd07d445c72c09885fe8a6bdf24" title="see increment NO_MODIFICATION_ALLOWED_ERR: Raised if this identifier is readonly.">CSS2CounterIncrement::setIncrement</a>( <span class="keyword">const</span> <span class="keywordtype">short</span> _increment )
<a name="l00274"></a>00274 {
<a name="l00275"></a>00275 
<a name="l00276"></a>00276     <span class="keywordflow">if</span>(impl)
<a name="l00277"></a>00277         ((CSS2CounterIncrementImpl *)impl)-&gt;setIncrement( _increment );
<a name="l00278"></a>00278 }
<a name="l00279"></a>00279 
<a name="l00280"></a>00280 
<a name="l00281"></a>00281 
<a name="l00282"></a>00282 
<a name="l00283"></a>00283 CSS2CounterReset::CSS2CounterReset()
<a name="l00284"></a>00284 {
<a name="l00285"></a>00285 }
<a name="l00286"></a>00286 
<a name="l00287"></a>00287 CSS2CounterReset::CSS2CounterReset(<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2CounterReset.html" title="The CSS2CounterReset interface represents a simple value for the counter-reset  CSS Level 2 property...">CSS2CounterReset</a> &amp;other)
<a name="l00288"></a>00288 {
<a name="l00289"></a>00289 }
<a name="l00290"></a>00290 
<a name="l00291"></a>00291 CSS2CounterReset::CSS2CounterReset(CSS2CounterResetImpl *impl)
<a name="l00292"></a>00292 {
<a name="l00293"></a>00293 }
<a name="l00294"></a>00294 
<a name="l00295"></a>00295 <a class="code" href="classDOM_1_1CSS2CounterReset.html" title="The CSS2CounterReset interface represents a simple value for the counter-reset  CSS Level 2 property...">CSS2CounterReset</a> &amp;CSS2CounterReset::operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2CounterReset.html" title="The CSS2CounterReset interface represents a simple value for the counter-reset  CSS Level 2 property...">CSS2CounterReset</a> &amp;other)
<a name="l00296"></a>00296 {
<a name="l00297"></a>00297     ::operator = (other);
<a name="l00298"></a>00298     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00299"></a>00299 }
<a name="l00300"></a>00300 
<a name="l00301"></a>00301 CSS2CounterReset::~CSS2CounterReset()
<a name="l00302"></a>00302 {
<a name="l00303"></a>00303 }
<a name="l00304"></a>00304 
<a name="l00305"></a><a class="code" href="classDOM_1_1CSS2CounterReset.html#a66b6f6ee00192a492cef4a43cfe48672">00305</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_1CSS2CounterReset.html#a66b6f6ee00192a492cef4a43cfe48672" title="The element name.">CSS2CounterReset::identifier</a>()<span class="keyword"> const</span>
<a name="l00306"></a>00306 <span class="keyword"></span>{
<a name="l00307"></a>00307     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00308"></a>00308     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;identifier&quot;</span>);
<a name="l00309"></a>00309 }
<a name="l00310"></a>00310 
<a name="l00311"></a><a class="code" href="classDOM_1_1CSS2CounterReset.html#a018c30c45051888445f4b00c8a5304fa">00311</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2CounterReset.html#a018c30c45051888445f4b00c8a5304fa" title="see identifier SYNTAX_ERR: Raised if the specified identifier has a syntax error and is unparsable...">CSS2CounterReset::setIdentifier</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="l00312"></a>00312 {
<a name="l00313"></a>00313     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;identifier&quot;</span>, value);
<a name="l00314"></a>00314 }
<a name="l00315"></a>00315 
<a name="l00316"></a><a class="code" href="classDOM_1_1CSS2CounterReset.html#a7b5d832b02f610b5709eb26d6ac527de">00316</a> <span class="keywordtype">short</span> <a class="code" href="classDOM_1_1CSS2CounterReset.html#a7b5d832b02f610b5709eb26d6ac527de" title="The reset (default value is 0).">CSS2CounterReset::reset</a>()<span class="keyword"> const</span>
<a name="l00317"></a>00317 <span class="keyword"></span>{
<a name="l00318"></a>00318     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00319"></a>00319     <span class="keywordflow">return</span> ((CSS2CounterResetImpl *)impl)-&gt;reset();
<a name="l00320"></a>00320 }
<a name="l00321"></a>00321 
<a name="l00322"></a><a class="code" href="classDOM_1_1CSS2CounterReset.html#a7930c518aaf5e07ba15e8b6e79e4c38f">00322</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2CounterReset.html#a7930c518aaf5e07ba15e8b6e79e4c38f" title="see reset NO_MODIFICATION_ALLOWED_ERR: Raised if this identifier is readonly.">CSS2CounterReset::setReset</a>( <span class="keyword">const</span> <span class="keywordtype">short</span> _reset )
<a name="l00323"></a>00323 {
<a name="l00324"></a>00324 
<a name="l00325"></a>00325     <span class="keywordflow">if</span>(impl)
<a name="l00326"></a>00326         ((CSS2CounterResetImpl *)impl)-&gt;setReset( _reset );
<a name="l00327"></a>00327 }
<a name="l00328"></a>00328 
<a name="l00329"></a>00329 
<a name="l00330"></a>00330 
<a name="l00331"></a>00331 
<a name="l00332"></a>00332 CSS2Cursor::CSS2Cursor() : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>()
<a name="l00333"></a>00333 {
<a name="l00334"></a>00334 }
<a name="l00335"></a>00335 
<a name="l00336"></a>00336 CSS2Cursor::CSS2Cursor(<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2Cursor.html" title="The CSS2Cursor interface represents the cursor  CSS Level 2 property.">CSS2Cursor</a> &amp;other) : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>(other)
<a name="l00337"></a>00337 {
<a name="l00338"></a>00338 }
<a name="l00339"></a>00339 
<a name="l00340"></a>00340 CSS2Cursor::CSS2Cursor(CSS2CursorImpl *impl) : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>(impl)
<a name="l00341"></a>00341 {
<a name="l00342"></a>00342 }
<a name="l00343"></a>00343 
<a name="l00344"></a>00344 <a class="code" href="classDOM_1_1CSS2Cursor.html" title="The CSS2Cursor interface represents the cursor  CSS Level 2 property.">CSS2Cursor</a> &amp;CSS2Cursor::operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2Cursor.html" title="The CSS2Cursor interface represents the cursor  CSS Level 2 property.">CSS2Cursor</a> &amp;other)
<a name="l00345"></a>00345 {
<a name="l00346"></a>00346     CSSValue::operator = (other);
<a name="l00347"></a>00347     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00348"></a>00348 }
<a name="l00349"></a>00349 
<a name="l00350"></a>00350 CSS2Cursor::~CSS2Cursor()
<a name="l00351"></a>00351 {
<a name="l00352"></a>00352 }
<a name="l00353"></a>00353 
<a name="l00354"></a><a class="code" href="classDOM_1_1CSS2Cursor.html#a89cedf01e81989536f078e6b6d034a1f">00354</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> <a class="code" href="classDOM_1_1CSS2Cursor.html#a89cedf01e81989536f078e6b6d034a1f" title="A code defining the type of the property.">CSS2Cursor::cursorType</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> ((CSS2CursorImpl *)impl)-&gt;cursorType();
<a name="l00358"></a>00358 }
<a name="l00359"></a>00359 
<a name="l00360"></a><a class="code" href="classDOM_1_1CSS2Cursor.html#a125318eb7a1030a970a1a7d0015694a9">00360</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Cursor.html#a125318eb7a1030a970a1a7d0015694a9" title="see cursorType">CSS2Cursor::setCursorType</a>( <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> _cursorType )
<a name="l00361"></a>00361 {
<a name="l00362"></a>00362 
<a name="l00363"></a>00363     <span class="keywordflow">if</span>(impl)
<a name="l00364"></a>00364         ((CSS2CursorImpl *)impl)-&gt;setCursorType( _cursorType );
<a name="l00365"></a>00365 }
<a name="l00366"></a>00366 
<a name="l00367"></a><a class="code" href="classDOM_1_1CSS2Cursor.html#a1f8954a0acea62800a0c7ce3080c4902">00367</a> <a class="code" href="classDOM_1_1CSSValueList.html" title="The CSSValueList interface provides the absraction of an ordered collection of CSS values...">CSSValueList</a> <a class="code" href="classDOM_1_1CSS2Cursor.html#a1f8954a0acea62800a0c7ce3080c4902" title="uris represents the list of URIs ( CSS_URI ) on the cursor property.">CSS2Cursor::uris</a>()<span class="keyword"> const</span>
<a name="l00368"></a>00368 <span class="keyword"></span>{
<a name="l00369"></a>00369     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00370"></a>00370     <span class="keywordflow">return</span> ((CSS2CursorImpl *)impl)-&gt;uris();
<a name="l00371"></a>00371 }
<a name="l00372"></a>00372 
<a name="l00373"></a><a class="code" href="classDOM_1_1CSS2Cursor.html#a3c6c03260bc5a8cb66968584703198e3">00373</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_1CSS2Cursor.html#a3c6c03260bc5a8cb66968584703198e3" title="This identifier represents a generic cursor name or an empty string.">CSS2Cursor::predefinedCursor</a>()<span class="keyword"> const</span>
<a name="l00374"></a>00374 <span class="keyword"></span>{
<a name="l00375"></a>00375     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00376"></a>00376     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;predefinedCursor&quot;</span>);
<a name="l00377"></a>00377 }
<a name="l00378"></a>00378 
<a name="l00379"></a><a class="code" href="classDOM_1_1CSS2Cursor.html#a7a5a414a9acc34364357bc8adf1d218c">00379</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Cursor.html#a7a5a414a9acc34364357bc8adf1d218c" title="see predefinedCursor SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is u...">CSS2Cursor::setPredefinedCursor</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="l00380"></a>00380 {
<a name="l00381"></a>00381     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;predefinedCursor&quot;</span>, value);
<a name="l00382"></a>00382 }
<a name="l00383"></a>00383 
<a name="l00384"></a>00384 
<a name="l00385"></a>00385 
<a name="l00386"></a>00386 CSS2FontFaceSrc::CSS2FontFaceSrc()
<a name="l00387"></a>00387 {
<a name="l00388"></a>00388 }
<a name="l00389"></a>00389 
<a name="l00390"></a>00390 CSS2FontFaceSrc::CSS2FontFaceSrc(<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2FontFaceSrc.html" title="The CSS2Cursor interface represents the src  CSS Level 2 descriptor.">CSS2FontFaceSrc</a> &amp;other)
<a name="l00391"></a>00391 {
<a name="l00392"></a>00392 }
<a name="l00393"></a>00393 
<a name="l00394"></a>00394 CSS2FontFaceSrc::CSS2FontFaceSrc(CSS2FontFaceSrcImpl *impl)
<a name="l00395"></a>00395 {
<a name="l00396"></a>00396 }
<a name="l00397"></a>00397 
<a name="l00398"></a>00398 <a class="code" href="classDOM_1_1CSS2FontFaceSrc.html" title="The CSS2Cursor interface represents the src  CSS Level 2 descriptor.">CSS2FontFaceSrc</a> &amp;CSS2FontFaceSrc::operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2FontFaceSrc.html" title="The CSS2Cursor interface represents the src  CSS Level 2 descriptor.">CSS2FontFaceSrc</a> &amp;other)
<a name="l00399"></a>00399 {
<a name="l00400"></a>00400     ::operator = (other);
<a name="l00401"></a>00401     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00402"></a>00402 }
<a name="l00403"></a>00403 
<a name="l00404"></a>00404 CSS2FontFaceSrc::~CSS2FontFaceSrc()
<a name="l00405"></a>00405 {
<a name="l00406"></a>00406 }
<a name="l00407"></a>00407 
<a name="l00408"></a><a class="code" href="classDOM_1_1CSS2FontFaceSrc.html#a722fbb933dc5f002468b06f6ff5ab1f8">00408</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_1CSS2FontFaceSrc.html#a722fbb933dc5f002468b06f6ff5ab1f8" title="Specifies the source of the font, empty string otherwise.">CSS2FontFaceSrc::uri</a>()<span class="keyword"> const</span>
<a name="l00409"></a>00409 <span class="keyword"></span>{
<a name="l00410"></a>00410     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00411"></a>00411     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;uri&quot;</span>);
<a name="l00412"></a>00412 }
<a name="l00413"></a>00413 
<a name="l00414"></a><a class="code" href="classDOM_1_1CSS2FontFaceSrc.html#ae01f37fa6b99751448bbc792aa8afe60">00414</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2FontFaceSrc.html#ae01f37fa6b99751448bbc792aa8afe60" title="see uri SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is unparsable...">CSS2FontFaceSrc::setUri</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="l00415"></a>00415 {
<a name="l00416"></a>00416     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;uri&quot;</span>, value);
<a name="l00417"></a>00417 }
<a name="l00418"></a>00418 
<a name="l00419"></a><a class="code" href="classDOM_1_1CSS2FontFaceSrc.html#a78f00aab4e9dba7ed6ff4a8019ab6f5f">00419</a> <a class="code" href="classDOM_1_1CSSValueList.html" title="The CSSValueList interface provides the absraction of an ordered collection of CSS values...">CSSValueList</a> <a class="code" href="classDOM_1_1CSS2FontFaceSrc.html#a78f00aab4e9dba7ed6ff4a8019ab6f5f" title="This attribute contains a list of strings for the format CSS function.">CSS2FontFaceSrc::format</a>()<span class="keyword"> const</span>
<a name="l00420"></a>00420 <span class="keyword"></span>{
<a name="l00421"></a>00421     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00422"></a>00422     <span class="keywordflow">return</span> ((CSS2FontFaceSrcImpl *)impl)-&gt;format();
<a name="l00423"></a>00423 }
<a name="l00424"></a>00424 
<a name="l00425"></a><a class="code" href="classDOM_1_1CSS2FontFaceSrc.html#a85d8e55dfc2c796b98709521c1b822d8">00425</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_1CSS2FontFaceSrc.html#a85d8e55dfc2c796b98709521c1b822d8" title="Specifies the full font name of a locally installed font.">CSS2FontFaceSrc::fontFaceName</a>()<span class="keyword"> const</span>
<a name="l00426"></a>00426 <span class="keyword"></span>{
<a name="l00427"></a>00427     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00428"></a>00428     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;fontFaceName&quot;</span>);
<a name="l00429"></a>00429 }
<a name="l00430"></a>00430 
<a name="l00431"></a><a class="code" href="classDOM_1_1CSS2FontFaceSrc.html#a50e9fdc4373ea2e7d914baafb183c20b">00431</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2FontFaceSrc.html#a50e9fdc4373ea2e7d914baafb183c20b" title="see fontFaceName SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is unpar...">CSS2FontFaceSrc::setFontFaceName</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="l00432"></a>00432 {
<a name="l00433"></a>00433     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;fontFaceName&quot;</span>, value);
<a name="l00434"></a>00434 }
<a name="l00435"></a>00435 
<a name="l00436"></a>00436 
<a name="l00437"></a>00437 
<a name="l00438"></a>00438 CSS2FontFaceWidths::CSS2FontFaceWidths()
<a name="l00439"></a>00439 {
<a name="l00440"></a>00440 }
<a name="l00441"></a>00441 
<a name="l00442"></a>00442 CSS2FontFaceWidths::CSS2FontFaceWidths(<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2FontFaceWidths.html" title="The CSS2Cursor interface represents a simple value for the widths  CSS Level 2 descriptor.">CSS2FontFaceWidths</a> &amp;other)
<a name="l00443"></a>00443 {
<a name="l00444"></a>00444 }
<a name="l00445"></a>00445 
<a name="l00446"></a>00446 CSS2FontFaceWidths::CSS2FontFaceWidths(CSS2FontFaceWidthsImpl *impl)
<a name="l00447"></a>00447 {
<a name="l00448"></a>00448 }
<a name="l00449"></a>00449 
<a name="l00450"></a>00450 <a class="code" href="classDOM_1_1CSS2FontFaceWidths.html" title="The CSS2Cursor interface represents a simple value for the widths  CSS Level 2 descriptor.">CSS2FontFaceWidths</a> &amp;CSS2FontFaceWidths::operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2FontFaceWidths.html" title="The CSS2Cursor interface represents a simple value for the widths  CSS Level 2 descriptor.">CSS2FontFaceWidths</a> &amp;other)
<a name="l00451"></a>00451 {
<a name="l00452"></a>00452     ::operator = (other);
<a name="l00453"></a>00453     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00454"></a>00454 }
<a name="l00455"></a>00455 
<a name="l00456"></a>00456 CSS2FontFaceWidths::~CSS2FontFaceWidths()
<a name="l00457"></a>00457 {
<a name="l00458"></a>00458 }
<a name="l00459"></a>00459 
<a name="l00460"></a><a class="code" href="classDOM_1_1CSS2FontFaceWidths.html#a78a07f41147a10a682b81568714322cd">00460</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_1CSS2FontFaceWidths.html#a78a07f41147a10a682b81568714322cd" title="The range for the characters.">CSS2FontFaceWidths::urange</a>()<span class="keyword"> const</span>
<a name="l00461"></a>00461 <span class="keyword"></span>{
<a name="l00462"></a>00462     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00463"></a>00463     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;urange&quot;</span>);
<a name="l00464"></a>00464 }
<a name="l00465"></a>00465 
<a name="l00466"></a><a class="code" href="classDOM_1_1CSS2FontFaceWidths.html#ab7133c839ef5d386091b21b4e877a041">00466</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2FontFaceWidths.html#ab7133c839ef5d386091b21b4e877a041" title="see urange SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is unparsable...">CSS2FontFaceWidths::setUrange</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="l00467"></a>00467 {
<a name="l00468"></a>00468     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;urange&quot;</span>, value);
<a name="l00469"></a>00469 }
<a name="l00470"></a>00470 
<a name="l00471"></a><a class="code" href="classDOM_1_1CSS2FontFaceWidths.html#abaf702c62f920528e74c08df17280a67">00471</a> <a class="code" href="classDOM_1_1CSSValueList.html" title="The CSSValueList interface provides the absraction of an ordered collection of CSS values...">CSSValueList</a> <a class="code" href="classDOM_1_1CSS2FontFaceWidths.html#abaf702c62f920528e74c08df17280a67" title="A list of numbers representing the glyph widths.">CSS2FontFaceWidths::numbers</a>()<span class="keyword"> const</span>
<a name="l00472"></a>00472 <span class="keyword"></span>{
<a name="l00473"></a>00473     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00474"></a>00474     <span class="keywordflow">return</span> ((CSS2FontFaceWidthsImpl *)impl)-&gt;numbers();
<a name="l00475"></a>00475 }
<a name="l00476"></a>00476 
<a name="l00477"></a>00477 
<a name="l00478"></a>00478 
<a name="l00479"></a>00479 
<a name="l00480"></a>00480 CSS2PageSize::CSS2PageSize() : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>()
<a name="l00481"></a>00481 {
<a name="l00482"></a>00482 }
<a name="l00483"></a>00483 
<a name="l00484"></a>00484 CSS2PageSize::CSS2PageSize(<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2PageSize.html" title="The CSS2Cursor interface represents the size  CSS Level 2 descriptor.">CSS2PageSize</a> &amp;other) : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>(other)
<a name="l00485"></a>00485 {
<a name="l00486"></a>00486 }
<a name="l00487"></a>00487 
<a name="l00488"></a>00488 CSS2PageSize::CSS2PageSize(CSS2PageSizeImpl *impl) : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>(impl)
<a name="l00489"></a>00489 {
<a name="l00490"></a>00490 }
<a name="l00491"></a>00491 
<a name="l00492"></a>00492 <a class="code" href="classDOM_1_1CSS2PageSize.html" title="The CSS2Cursor interface represents the size  CSS Level 2 descriptor.">CSS2PageSize</a> &amp;CSS2PageSize::operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2PageSize.html" title="The CSS2Cursor interface represents the size  CSS Level 2 descriptor.">CSS2PageSize</a> &amp;other)
<a name="l00493"></a>00493 {
<a name="l00494"></a>00494     CSSValue::operator = (other);
<a name="l00495"></a>00495     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00496"></a>00496 }
<a name="l00497"></a>00497 
<a name="l00498"></a>00498 CSS2PageSize::~CSS2PageSize()
<a name="l00499"></a>00499 {
<a name="l00500"></a>00500 }
<a name="l00501"></a>00501 
<a name="l00502"></a><a class="code" href="classDOM_1_1CSS2PageSize.html#ab5c56d4cd6fc8e66532eafd9b062adb7">00502</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> <a class="code" href="classDOM_1_1CSS2PageSize.html#ab5c56d4cd6fc8e66532eafd9b062adb7" title="A code defining the type of the width of the page.">CSS2PageSize::widthType</a>()<span class="keyword"> const</span>
<a name="l00503"></a>00503 <span class="keyword"></span>{
<a name="l00504"></a>00504     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00505"></a>00505     <span class="keywordflow">return</span> ((CSS2PageSizeImpl *)impl)-&gt;widthType();
<a name="l00506"></a>00506 }
<a name="l00507"></a>00507 
<a name="l00508"></a><a class="code" href="classDOM_1_1CSS2PageSize.html#ac300e18fcdd75fdc1c4b09c41cd464de">00508</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> <a class="code" href="classDOM_1_1CSS2PageSize.html#ac300e18fcdd75fdc1c4b09c41cd464de" title="A code defining the type of the height of the page.">CSS2PageSize::heightType</a>()<span class="keyword"> const</span>
<a name="l00509"></a>00509 <span class="keyword"></span>{
<a name="l00510"></a>00510     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00511"></a>00511     <span class="keywordflow">return</span> ((CSS2PageSizeImpl *)impl)-&gt;heightType();
<a name="l00512"></a>00512 }
<a name="l00513"></a>00513 
<a name="l00514"></a><a class="code" href="classDOM_1_1CSS2PageSize.html#adfe68051b614382cf3ec8e5d3359ccf5">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_1CSS2PageSize.html#adfe68051b614382cf3ec8e5d3359ccf5" title="If width is CSS_IDENT or CSS_INHERIT , this attribute contains the string representation of the ident...">CSS2PageSize::identifier</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> 0;
<a name="l00517"></a>00517     <span class="keywordflow">return</span> ((CSS2PageSizeImpl *)impl)-&gt;identifier();
<a name="l00518"></a>00518 }
<a name="l00519"></a>00519 
<a name="l00520"></a><a class="code" href="classDOM_1_1CSS2PageSize.html#a3835dff40bc68d59a85c579ac6fc2d30">00520</a> <span class="keywordtype">float</span> <a class="code" href="classDOM_1_1CSS2PageSize.html#a3835dff40bc68d59a85c579ac6fc2d30" title="This method is used to get the float value in a specified unit if the widthType represents a length...">CSS2PageSize::getWidth</a>( <span class="keyword">const</span> <span class="keywordtype">float</span> widthType )
<a name="l00521"></a>00521 {
<a name="l00522"></a>00522     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00523"></a>00523     <span class="keywordflow">return</span> ((CSS2PageSizeImpl *)impl)-&gt;getWidth( widthType );
<a name="l00524"></a>00524 }
<a name="l00525"></a>00525 
<a name="l00526"></a><a class="code" href="classDOM_1_1CSS2PageSize.html#ae02def6852eb5b814d1dffaf013e49e8">00526</a> <span class="keywordtype">float</span> <a class="code" href="classDOM_1_1CSS2PageSize.html#ae02def6852eb5b814d1dffaf013e49e8" title="This method is used to get the float value in a specified unit if the heightType represents a length...">CSS2PageSize::getHeightSize</a>( <span class="keyword">const</span> <span class="keywordtype">float</span> heightType )
<a name="l00527"></a>00527 {
<a name="l00528"></a>00528     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00529"></a>00529     <span class="keywordflow">return</span> ((CSS2PageSizeImpl *)impl)-&gt;getHeightSize( heightType );
<a name="l00530"></a>00530 }
<a name="l00531"></a>00531 
<a name="l00532"></a><a class="code" href="classDOM_1_1CSS2PageSize.html#a41bc476e6996ed844bdc66362390b0c0">00532</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2PageSize.html#a41bc476e6996ed844bdc66362390b0c0" title="This method is used to set the width position with a specified unit.">CSS2PageSize::setWidthSize</a>( <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> widthType, <span class="keyword">const</span> <span class="keywordtype">float</span> value )
<a name="l00533"></a>00533 {
<a name="l00534"></a>00534     <span class="keywordflow">if</span>(impl)
<a name="l00535"></a>00535         ((CSS2PageSizeImpl *)impl)-&gt;setWidthSize( widthType, value );
<a name="l00536"></a>00536 }
<a name="l00537"></a>00537 
<a name="l00538"></a><a class="code" href="classDOM_1_1CSS2PageSize.html#aaa01a3f735d89a217d981c9086d04cf7">00538</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2PageSize.html#aaa01a3f735d89a217d981c9086d04cf7" title="This method is used to set the height position with a specified unit.">CSS2PageSize::setHeightSize</a>( <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> heightType, <span class="keyword">const</span> <span class="keywordtype">float</span> value )
<a name="l00539"></a>00539 {
<a name="l00540"></a>00540     <span class="keywordflow">if</span>(impl)
<a name="l00541"></a>00541         ((CSS2PageSizeImpl *)impl)-&gt;setHeightSize( heightType, value );
<a name="l00542"></a>00542 }
<a name="l00543"></a>00543 
<a name="l00544"></a><a class="code" href="classDOM_1_1CSS2PageSize.html#af5ba44dda23588c75b1c1e4a987bfac7">00544</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2PageSize.html#af5ba44dda23588c75b1c1e4a987bfac7" title="Sets the identifier.">CSS2PageSize::setIdentifier</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;identifier )
<a name="l00545"></a>00545 {
<a name="l00546"></a>00546     <span class="keywordflow">if</span>(impl)
<a name="l00547"></a>00547         ((CSS2PageSizeImpl *)impl)-&gt;setIdentifier( identifier );
<a name="l00548"></a>00548 }
<a name="l00549"></a>00549 
<a name="l00550"></a>00550 
<a name="l00551"></a>00551 
<a name="l00552"></a>00552 CSS2PlayDuring::CSS2PlayDuring() : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>()
<a name="l00553"></a>00553 {
<a name="l00554"></a>00554 }
<a name="l00555"></a>00555 
<a name="l00556"></a>00556 CSS2PlayDuring::CSS2PlayDuring(<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2PlayDuring.html" title="The CSS2PlayDuring interface represents the play-during  CSS Level 2 property.">CSS2PlayDuring</a> &amp;other) : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>(other)
<a name="l00557"></a>00557 {
<a name="l00558"></a>00558 }
<a name="l00559"></a>00559 
<a name="l00560"></a>00560 CSS2PlayDuring::CSS2PlayDuring(CSS2PlayDuringImpl *impl) : <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a>(impl)
<a name="l00561"></a>00561 {
<a name="l00562"></a>00562 }
<a name="l00563"></a>00563 
<a name="l00564"></a>00564 <a class="code" href="classDOM_1_1CSS2PlayDuring.html" title="The CSS2PlayDuring interface represents the play-during  CSS Level 2 property.">CSS2PlayDuring</a> &amp;CSS2PlayDuring::operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2PlayDuring.html" title="The CSS2PlayDuring interface represents the play-during  CSS Level 2 property.">CSS2PlayDuring</a> &amp;other)
<a name="l00565"></a>00565 {
<a name="l00566"></a>00566     CSSValue::operator = (other);
<a name="l00567"></a>00567     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00568"></a>00568 }
<a name="l00569"></a>00569 
<a name="l00570"></a>00570 CSS2PlayDuring::~CSS2PlayDuring()
<a name="l00571"></a>00571 {
<a name="l00572"></a>00572 }
<a name="l00573"></a>00573 
<a name="l00574"></a><a class="code" href="classDOM_1_1CSS2PlayDuring.html#a81a72ab718ccb2bc04babbef8b14250b">00574</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> <a class="code" href="classDOM_1_1CSS2PlayDuring.html#a81a72ab718ccb2bc04babbef8b14250b" title="A code defining the type of the value as define in CSSvalue .">CSS2PlayDuring::playDuringType</a>()<span class="keyword"> const</span>
<a name="l00575"></a>00575 <span class="keyword"></span>{
<a name="l00576"></a>00576     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00577"></a>00577     <span class="keywordflow">return</span> ((CSS2PlayDuringImpl *)impl)-&gt;playDuringType();
<a name="l00578"></a>00578 }
<a name="l00579"></a>00579 
<a name="l00580"></a><a class="code" href="classDOM_1_1CSS2PlayDuring.html#a6738eabb82db9de78bdeaeb8d8b18cce">00580</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_1CSS2PlayDuring.html#a6738eabb82db9de78bdeaeb8d8b18cce" title="One of &quot;inherit&quot; , &quot;auto&quot; , &quot;none&quot; or the empty string if the playDuringType is CSS_UNKNOWN ...">CSS2PlayDuring::playDuringIdentifier</a>()<span class="keyword"> const</span>
<a name="l00581"></a>00581 <span class="keyword"></span>{
<a name="l00582"></a>00582     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00583"></a>00583     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;playDuringIdentifier&quot;</span>);
<a name="l00584"></a>00584 }
<a name="l00585"></a>00585 
<a name="l00586"></a><a class="code" href="classDOM_1_1CSS2PlayDuring.html#aa176410e220a37bcdb8f043bca04a305">00586</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2PlayDuring.html#aa176410e220a37bcdb8f043bca04a305" title="see playDuringIdentifier SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and ...">CSS2PlayDuring::setPlayDuringIdentifier</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="l00587"></a>00587 {
<a name="l00588"></a>00588     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;playDuringIdentifier&quot;</span>, value);
<a name="l00589"></a>00589 }
<a name="l00590"></a>00590 
<a name="l00591"></a><a class="code" href="classDOM_1_1CSS2PlayDuring.html#a696e5f4be3a1f9c794989067e5392d7d">00591</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_1CSS2PlayDuring.html#a696e5f4be3a1f9c794989067e5392d7d" title="The sound specified by the uri .">CSS2PlayDuring::uri</a>()<span class="keyword"> const</span>
<a name="l00592"></a>00592 <span class="keyword"></span>{
<a name="l00593"></a>00593     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00594"></a>00594     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;uri&quot;</span>);
<a name="l00595"></a>00595 }
<a name="l00596"></a>00596 
<a name="l00597"></a><a class="code" href="classDOM_1_1CSS2PlayDuring.html#a88cf89f05e7c30513abd6c1926f3b92a">00597</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2PlayDuring.html#a88cf89f05e7c30513abd6c1926f3b92a" title="see uri SYNTAX_ERR: Raised if the specified CSS string value has a syntax error and is unparsable...">CSS2PlayDuring::setUri</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="l00598"></a>00598 {
<a name="l00599"></a>00599     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;uri&quot;</span>, value);
<a name="l00600"></a>00600 }
<a name="l00601"></a>00601 
<a name="l00602"></a><a class="code" href="classDOM_1_1CSS2PlayDuring.html#a3222619a958b0b54c657fad39736c216">00602</a> <span class="keywordtype">bool</span> <a class="code" href="classDOM_1_1CSS2PlayDuring.html#a3222619a958b0b54c657fad39736c216" title="true if the sound should be mixed.">CSS2PlayDuring::mix</a>()<span class="keyword"> const</span>
<a name="l00603"></a>00603 <span class="keyword"></span>{
<a name="l00604"></a>00604     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00605"></a>00605     <span class="keywordflow">return</span> ((CSS2PlayDuringImpl *)impl)-&gt;mix();
<a name="l00606"></a>00606 }
<a name="l00607"></a>00607 
<a name="l00608"></a><a class="code" href="classDOM_1_1CSS2PlayDuring.html#a67aca5c5332067924c854f004102b644">00608</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2PlayDuring.html#a67aca5c5332067924c854f004102b644" title="see mix NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.">CSS2PlayDuring::setMix</a>( <span class="keyword">const</span> <span class="keywordtype">bool</span> _mix )
<a name="l00609"></a>00609 {
<a name="l00610"></a>00610 
<a name="l00611"></a>00611     <span class="keywordflow">if</span>(impl)
<a name="l00612"></a>00612         ((CSS2PlayDuringImpl *)impl)-&gt;setMix( _mix );
<a name="l00613"></a>00613 }
<a name="l00614"></a>00614 
<a name="l00615"></a><a class="code" href="classDOM_1_1CSS2PlayDuring.html#a4f312460041613be1781b9841a49452e">00615</a> <span class="keywordtype">bool</span> <a class="code" href="classDOM_1_1CSS2PlayDuring.html#a4f312460041613be1781b9841a49452e" title="true if the sound should be repeated.">CSS2PlayDuring::repeat</a>()<span class="keyword"> const</span>
<a name="l00616"></a>00616 <span class="keyword"></span>{
<a name="l00617"></a>00617     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00618"></a>00618     <span class="keywordflow">return</span> ((CSS2PlayDuringImpl *)impl)-&gt;repeat();
<a name="l00619"></a>00619 }
<a name="l00620"></a>00620 
<a name="l00621"></a><a class="code" href="classDOM_1_1CSS2PlayDuring.html#a94e8f6bedc76fb18902a9246eb407312">00621</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2PlayDuring.html#a94e8f6bedc76fb18902a9246eb407312" title="see repeat NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.">CSS2PlayDuring::setRepeat</a>( <span class="keyword">const</span> <span class="keywordtype">bool</span> _repeat )
<a name="l00622"></a>00622 {
<a name="l00623"></a>00623 
<a name="l00624"></a>00624     <span class="keywordflow">if</span>(impl)
<a name="l00625"></a>00625         ((CSS2PlayDuringImpl *)impl)-&gt;setRepeat( _repeat );
<a name="l00626"></a>00626 }
<a name="l00627"></a>00627 
<a name="l00628"></a>00628 
<a name="l00629"></a>00629 
<a name="l00630"></a>00630 CSS2Properties::CSS2Properties()
<a name="l00631"></a>00631 {
<a name="l00632"></a>00632 }
<a name="l00633"></a>00633 
<a name="l00634"></a>00634 CSS2Properties::CSS2Properties(<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2Properties.html" title="The CSS2Properties interface represents a convenience mechanism for retrieving and setting properties...">CSS2Properties</a> &amp;other)
<a name="l00635"></a>00635 {
<a name="l00636"></a>00636 }
<a name="l00637"></a>00637 
<a name="l00638"></a>00638 CSS2Properties::CSS2Properties(CSS2PropertiesImpl *impl)
<a name="l00639"></a>00639 {
<a name="l00640"></a>00640 }
<a name="l00641"></a>00641 
<a name="l00642"></a>00642 <a class="code" href="classDOM_1_1CSS2Properties.html" title="The CSS2Properties interface represents a convenience mechanism for retrieving and setting properties...">CSS2Properties</a> &amp;CSS2Properties::operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2Properties.html" title="The CSS2Properties interface represents a convenience mechanism for retrieving and setting properties...">CSS2Properties</a> &amp;other)
<a name="l00643"></a>00643 {
<a name="l00644"></a>00644     ::operator = (other);
<a name="l00645"></a>00645     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00646"></a>00646 }
<a name="l00647"></a>00647 
<a name="l00648"></a>00648 CSS2Properties::~CSS2Properties()
<a name="l00649"></a>00649 {
<a name="l00650"></a>00650 }
<a name="l00651"></a>00651 
<a name="l00652"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ae752275d3d520346a9cd68ebad28e5f3">00652</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_1CSS2Properties.html#ae752275d3d520346a9cd68ebad28e5f3" title="See the azimuth property definition  in CSS2.">CSS2Properties::azimuth</a>()<span class="keyword"> const</span>
<a name="l00653"></a>00653 <span class="keyword"></span>{
<a name="l00654"></a>00654     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00655"></a>00655     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;azimuth&quot;</span>);
<a name="l00656"></a>00656 }
<a name="l00657"></a>00657 
<a name="l00658"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a2b32ff4111eb1c7141d366954bd3ed15">00658</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a2b32ff4111eb1c7141d366954bd3ed15" title="see azimuth">CSS2Properties::setAzimuth</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="l00659"></a>00659 {
<a name="l00660"></a>00660     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;azimuth&quot;</span>, value);
<a name="l00661"></a>00661 }
<a name="l00662"></a>00662 
<a name="l00663"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ab9c1faebe737be8ded94f8ffefcd075f">00663</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_1CSS2Properties.html#ab9c1faebe737be8ded94f8ffefcd075f" title="See the background property definition  in CSS2.">CSS2Properties::background</a>()<span class="keyword"> const</span>
<a name="l00664"></a>00664 <span class="keyword"></span>{
<a name="l00665"></a>00665     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00666"></a>00666     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;background&quot;</span>);
<a name="l00667"></a>00667 }
<a name="l00668"></a>00668 
<a name="l00669"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ab28ec97bd0f5ad160495e1f942727732">00669</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#ab28ec97bd0f5ad160495e1f942727732" title="see background">CSS2Properties::setBackground</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="l00670"></a>00670 {
<a name="l00671"></a>00671     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;background&quot;</span>, value);
<a name="l00672"></a>00672 }
<a name="l00673"></a>00673 
<a name="l00674"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a2017abf4f7482c2b482274585bfe900f">00674</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_1CSS2Properties.html#a2017abf4f7482c2b482274585bfe900f" title="See the background-attachment property definition  in CSS2.">CSS2Properties::backgroundAttachment</a>()<span class="keyword"> const</span>
<a name="l00675"></a>00675 <span class="keyword"></span>{
<a name="l00676"></a>00676     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00677"></a>00677     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;backgroundAttachment&quot;</span>);
<a name="l00678"></a>00678 }
<a name="l00679"></a>00679 
<a name="l00680"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a18b80945740c11193de8d5d1a2750b01">00680</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a18b80945740c11193de8d5d1a2750b01" title="see backgroundAttachment">CSS2Properties::setBackgroundAttachment</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="l00681"></a>00681 {
<a name="l00682"></a>00682     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;backgroundAttachment&quot;</span>, value);
<a name="l00683"></a>00683 }
<a name="l00684"></a>00684 
<a name="l00685"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a925e58187e401c76b4cdd9ad2d18eb05">00685</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_1CSS2Properties.html#a925e58187e401c76b4cdd9ad2d18eb05" title="See the background-color property definition  in CSS2.">CSS2Properties::backgroundColor</a>()<span class="keyword"> const</span>
<a name="l00686"></a>00686 <span class="keyword"></span>{
<a name="l00687"></a>00687     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00688"></a>00688     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;backgroundColor&quot;</span>);
<a name="l00689"></a>00689 }
<a name="l00690"></a>00690 
<a name="l00691"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a97b855e57e36a9c4dcdfb25637fb6366">00691</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a97b855e57e36a9c4dcdfb25637fb6366" title="see backgroundColor">CSS2Properties::setBackgroundColor</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="l00692"></a>00692 {
<a name="l00693"></a>00693     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;backgroundColor&quot;</span>, value);
<a name="l00694"></a>00694 }
<a name="l00695"></a>00695 
<a name="l00696"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ae6e4739bc336659135d0b1ae3eb37a9c">00696</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_1CSS2Properties.html#ae6e4739bc336659135d0b1ae3eb37a9c" title="See the background-image property definition  in CSS2.">CSS2Properties::backgroundImage</a>()<span class="keyword"> const</span>
<a name="l00697"></a>00697 <span class="keyword"></span>{
<a name="l00698"></a>00698     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00699"></a>00699     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;backgroundImage&quot;</span>);
<a name="l00700"></a>00700 }
<a name="l00701"></a>00701 
<a name="l00702"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a492ce583d9dd41bcba7283d708350fca">00702</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a492ce583d9dd41bcba7283d708350fca" title="see backgroundImage">CSS2Properties::setBackgroundImage</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="l00703"></a>00703 {
<a name="l00704"></a>00704     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;backgroundImage&quot;</span>, value);
<a name="l00705"></a>00705 }
<a name="l00706"></a>00706 
<a name="l00707"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a38f694a947fe61791009db4dd099fff4">00707</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_1CSS2Properties.html#a38f694a947fe61791009db4dd099fff4" title="See the background-position property definition  in CSS2.">CSS2Properties::backgroundPosition</a>()<span class="keyword"> const</span>
<a name="l00708"></a>00708 <span class="keyword"></span>{
<a name="l00709"></a>00709     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00710"></a>00710     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;backgroundPosition&quot;</span>);
<a name="l00711"></a>00711 }
<a name="l00712"></a>00712 
<a name="l00713"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a19b20210c0bf7d2828b314c7a3e1a43b">00713</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a19b20210c0bf7d2828b314c7a3e1a43b" title="see backgroundPosition">CSS2Properties::setBackgroundPosition</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="l00714"></a>00714 {
<a name="l00715"></a>00715     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;backgroundPosition&quot;</span>, value);
<a name="l00716"></a>00716 }
<a name="l00717"></a>00717 
<a name="l00718"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ab555c8bd99b0dcaff2580993a5d6653a">00718</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_1CSS2Properties.html#ab555c8bd99b0dcaff2580993a5d6653a" title="See the background-repeat property definition  in CSS2.">CSS2Properties::backgroundRepeat</a>()<span class="keyword"> const</span>
<a name="l00719"></a>00719 <span class="keyword"></span>{
<a name="l00720"></a>00720     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00721"></a>00721     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;backgroundRepeat&quot;</span>);
<a name="l00722"></a>00722 }
<a name="l00723"></a>00723 
<a name="l00724"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aeb22d8bd3bd7ac007845e9978d3cb7bd">00724</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#aeb22d8bd3bd7ac007845e9978d3cb7bd" title="see backgroundRepeat">CSS2Properties::setBackgroundRepeat</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="l00725"></a>00725 {
<a name="l00726"></a>00726     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;backgroundRepeat&quot;</span>, value);
<a name="l00727"></a>00727 }
<a name="l00728"></a>00728 
<a name="l00729"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a15d70cb7d7fb9b1ad65b05bfbe8ee4ea">00729</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_1CSS2Properties.html#a15d70cb7d7fb9b1ad65b05bfbe8ee4ea" title="See the border property definition  in CSS2.">CSS2Properties::border</a>()<span class="keyword"> const</span>
<a name="l00730"></a>00730 <span class="keyword"></span>{
<a name="l00731"></a>00731     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00732"></a>00732     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;border&quot;</span>);
<a name="l00733"></a>00733 }
<a name="l00734"></a>00734 
<a name="l00735"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ad55c1967c4a669bde292bb63d7fd5e33">00735</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#ad55c1967c4a669bde292bb63d7fd5e33" title="see border">CSS2Properties::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="l00736"></a>00736 {
<a name="l00737"></a>00737     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;border&quot;</span>, value);
<a name="l00738"></a>00738 }
<a name="l00739"></a>00739 
<a name="l00740"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a1c4f069ddd5f76f928181724c33f7c08">00740</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_1CSS2Properties.html#a1c4f069ddd5f76f928181724c33f7c08" title="See the border-collapse property definition  in CSS2.">CSS2Properties::borderCollapse</a>()<span class="keyword"> const</span>
<a name="l00741"></a>00741 <span class="keyword"></span>{
<a name="l00742"></a>00742     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00743"></a>00743     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderCollapse&quot;</span>);
<a name="l00744"></a>00744 }
<a name="l00745"></a>00745 
<a name="l00746"></a><a class="code" href="classDOM_1_1CSS2Properties.html#adcde3dfc07501ef4d536c7473a335c26">00746</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#adcde3dfc07501ef4d536c7473a335c26" title="see borderCollapse">CSS2Properties::setBorderCollapse</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="l00747"></a>00747 {
<a name="l00748"></a>00748     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderCollapse&quot;</span>, value);
<a name="l00749"></a>00749 }
<a name="l00750"></a>00750 
<a name="l00751"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ace436afd83c2ec821e7d7ccddfe284cf">00751</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_1CSS2Properties.html#ace436afd83c2ec821e7d7ccddfe284cf" title="See the border-color property definition  in CSS2.">CSS2Properties::borderColor</a>()<span class="keyword"> const</span>
<a name="l00752"></a>00752 <span class="keyword"></span>{
<a name="l00753"></a>00753     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00754"></a>00754     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderColor&quot;</span>);
<a name="l00755"></a>00755 }
<a name="l00756"></a>00756 
<a name="l00757"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a130c1ada9f9ab0116e94335146020abb">00757</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a130c1ada9f9ab0116e94335146020abb" title="see borderColor">CSS2Properties::setBorderColor</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="l00758"></a>00758 {
<a name="l00759"></a>00759     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderColor&quot;</span>, value);
<a name="l00760"></a>00760 }
<a name="l00761"></a>00761 
<a name="l00762"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a9660812b454dfc15f9b15448cc882a01">00762</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_1CSS2Properties.html#a9660812b454dfc15f9b15448cc882a01" title="See the border-spacing property definition  in CSS2.">CSS2Properties::borderSpacing</a>()<span class="keyword"> const</span>
<a name="l00763"></a>00763 <span class="keyword"></span>{
<a name="l00764"></a>00764     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00765"></a>00765     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderSpacing&quot;</span>);
<a name="l00766"></a>00766 }
<a name="l00767"></a>00767 
<a name="l00768"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a6c746556b055734d6ca49831315a30c4">00768</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a6c746556b055734d6ca49831315a30c4" title="see borderSpacing">CSS2Properties::setBorderSpacing</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="l00769"></a>00769 {
<a name="l00770"></a>00770     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderSpacing&quot;</span>, value);
<a name="l00771"></a>00771 }
<a name="l00772"></a>00772 
<a name="l00773"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ac439a9f770717da5b315d475ff77bc14">00773</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_1CSS2Properties.html#ac439a9f770717da5b315d475ff77bc14" title="See the border-style property definition  in CSS2.">CSS2Properties::borderStyle</a>()<span class="keyword"> const</span>
<a name="l00774"></a>00774 <span class="keyword"></span>{
<a name="l00775"></a>00775     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00776"></a>00776     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderStyle&quot;</span>);
<a name="l00777"></a>00777 }
<a name="l00778"></a>00778 
<a name="l00779"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a4bf0563f1ee181340b51111ed7032344">00779</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a4bf0563f1ee181340b51111ed7032344" title="see borderStyle">CSS2Properties::setBorderStyle</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="l00780"></a>00780 {
<a name="l00781"></a>00781     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderStyle&quot;</span>, value);
<a name="l00782"></a>00782 }
<a name="l00783"></a>00783 
<a name="l00784"></a><a class="code" href="classDOM_1_1CSS2Properties.html#af44afd2e221a1ef628ab6c41c941cae9">00784</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_1CSS2Properties.html#af44afd2e221a1ef628ab6c41c941cae9" title="See the border-top property definition  in CSS2.">CSS2Properties::borderTop</a>()<span class="keyword"> const</span>
<a name="l00785"></a>00785 <span class="keyword"></span>{
<a name="l00786"></a>00786     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00787"></a>00787     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderTop&quot;</span>);
<a name="l00788"></a>00788 }
<a name="l00789"></a>00789 
<a name="l00790"></a><a class="code" href="classDOM_1_1CSS2Properties.html#abf5012a69ef80393dfd0190ef8039c6d">00790</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#abf5012a69ef80393dfd0190ef8039c6d" title="see borderTop">CSS2Properties::setBorderTop</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="l00791"></a>00791 {
<a name="l00792"></a>00792     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderTop&quot;</span>, value);
<a name="l00793"></a>00793 }
<a name="l00794"></a>00794 
<a name="l00795"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a42152f161d5be982695b5fa0fcc5333e">00795</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_1CSS2Properties.html#a42152f161d5be982695b5fa0fcc5333e" title="See the border-right property definition  in CSS2.">CSS2Properties::borderRight</a>()<span class="keyword"> const</span>
<a name="l00796"></a>00796 <span class="keyword"></span>{
<a name="l00797"></a>00797     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00798"></a>00798     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderRight&quot;</span>);
<a name="l00799"></a>00799 }
<a name="l00800"></a>00800 
<a name="l00801"></a><a class="code" href="classDOM_1_1CSS2Properties.html#af7ecaf69d4b4267ae1a4b58bf36fd880">00801</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#af7ecaf69d4b4267ae1a4b58bf36fd880" title="see borderRight">CSS2Properties::setBorderRight</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="l00802"></a>00802 {
<a name="l00803"></a>00803     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderRight&quot;</span>, value);
<a name="l00804"></a>00804 }
<a name="l00805"></a>00805 
<a name="l00806"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a346d42dc533e7a39a9f6944382dbb175">00806</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_1CSS2Properties.html#a346d42dc533e7a39a9f6944382dbb175" title="See the border-bottom property definition  in CSS2.">CSS2Properties::borderBottom</a>()<span class="keyword"> const</span>
<a name="l00807"></a>00807 <span class="keyword"></span>{
<a name="l00808"></a>00808     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00809"></a>00809     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderBottom&quot;</span>);
<a name="l00810"></a>00810 }
<a name="l00811"></a>00811 
<a name="l00812"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a0b30394fe6b810bf570943cb73d4c9c7">00812</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a0b30394fe6b810bf570943cb73d4c9c7" title="see borderBottom">CSS2Properties::setBorderBottom</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="l00813"></a>00813 {
<a name="l00814"></a>00814     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderBottom&quot;</span>, value);
<a name="l00815"></a>00815 }
<a name="l00816"></a>00816 
<a name="l00817"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ae74d5e18345a9eed28165101478bd95c">00817</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_1CSS2Properties.html#ae74d5e18345a9eed28165101478bd95c" title="See the border-left property definition  in CSS2.">CSS2Properties::borderLeft</a>()<span class="keyword"> const</span>
<a name="l00818"></a>00818 <span class="keyword"></span>{
<a name="l00819"></a>00819     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00820"></a>00820     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderLeft&quot;</span>);
<a name="l00821"></a>00821 }
<a name="l00822"></a>00822 
<a name="l00823"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a59a21af3844c102b503b8913cbb42727">00823</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a59a21af3844c102b503b8913cbb42727" title="see borderLeft">CSS2Properties::setBorderLeft</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="l00824"></a>00824 {
<a name="l00825"></a>00825     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderLeft&quot;</span>, value);
<a name="l00826"></a>00826 }
<a name="l00827"></a>00827 
<a name="l00828"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aa4ccff6248cd3c60f0cb972039f30a77">00828</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_1CSS2Properties.html#aa4ccff6248cd3c60f0cb972039f30a77" title="See the border-top-color property definition  in CSS2.">CSS2Properties::borderTopColor</a>()<span class="keyword"> const</span>
<a name="l00829"></a>00829 <span class="keyword"></span>{
<a name="l00830"></a>00830     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00831"></a>00831     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderTopColor&quot;</span>);
<a name="l00832"></a>00832 }
<a name="l00833"></a>00833 
<a name="l00834"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a709a88688061b0ccfcafb2e721d57a7e">00834</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a709a88688061b0ccfcafb2e721d57a7e" title="see borderTopColor">CSS2Properties::setBorderTopColor</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="l00835"></a>00835 {
<a name="l00836"></a>00836     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderTopColor&quot;</span>, value);
<a name="l00837"></a>00837 }
<a name="l00838"></a>00838 
<a name="l00839"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a4facdd832394845b721bae75edb207c4">00839</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_1CSS2Properties.html#a4facdd832394845b721bae75edb207c4" title="See the border-right-color property definition  in CSS2.">CSS2Properties::borderRightColor</a>()<span class="keyword"> const</span>
<a name="l00840"></a>00840 <span class="keyword"></span>{
<a name="l00841"></a>00841     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00842"></a>00842     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderRightColor&quot;</span>);
<a name="l00843"></a>00843 }
<a name="l00844"></a>00844 
<a name="l00845"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a2d1a12a77fc92fd93e324f3614f5f23e">00845</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a2d1a12a77fc92fd93e324f3614f5f23e" title="see borderRightColor">CSS2Properties::setBorderRightColor</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="l00846"></a>00846 {
<a name="l00847"></a>00847     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderRightColor&quot;</span>, value);
<a name="l00848"></a>00848 }
<a name="l00849"></a>00849 
<a name="l00850"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a13f5c5b88ec120f3d2a70463fcdf4d10">00850</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_1CSS2Properties.html#a13f5c5b88ec120f3d2a70463fcdf4d10" title="See the border-bottom-color property definition  in CSS2.">CSS2Properties::borderBottomColor</a>()<span class="keyword"> const</span>
<a name="l00851"></a>00851 <span class="keyword"></span>{
<a name="l00852"></a>00852     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00853"></a>00853     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderBottomColor&quot;</span>);
<a name="l00854"></a>00854 }
<a name="l00855"></a>00855 
<a name="l00856"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a1307bc30bb4b82f0c64c40a909ff14df">00856</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a1307bc30bb4b82f0c64c40a909ff14df" title="see borderBottomColor">CSS2Properties::setBorderBottomColor</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="l00857"></a>00857 {
<a name="l00858"></a>00858     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderBottomColor&quot;</span>, value);
<a name="l00859"></a>00859 }
<a name="l00860"></a>00860 
<a name="l00861"></a><a class="code" href="classDOM_1_1CSS2Properties.html#afe6052233a69650cc57208c5b1281bca">00861</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_1CSS2Properties.html#afe6052233a69650cc57208c5b1281bca" title="See the border-left-color property definition  in CSS2.">CSS2Properties::borderLeftColor</a>()<span class="keyword"> const</span>
<a name="l00862"></a>00862 <span class="keyword"></span>{
<a name="l00863"></a>00863     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00864"></a>00864     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderLeftColor&quot;</span>);
<a name="l00865"></a>00865 }
<a name="l00866"></a>00866 
<a name="l00867"></a><a class="code" href="classDOM_1_1CSS2Properties.html#adb80657e197d3f770534e35938a6ef49">00867</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#adb80657e197d3f770534e35938a6ef49" title="see borderLeftColor">CSS2Properties::setBorderLeftColor</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="l00868"></a>00868 {
<a name="l00869"></a>00869     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderLeftColor&quot;</span>, value);
<a name="l00870"></a>00870 }
<a name="l00871"></a>00871 
<a name="l00872"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a74711eff681023ccc20985be91cab616">00872</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_1CSS2Properties.html#a74711eff681023ccc20985be91cab616" title="See the border-top-style property definition  in CSS2.">CSS2Properties::borderTopStyle</a>()<span class="keyword"> const</span>
<a name="l00873"></a>00873 <span class="keyword"></span>{
<a name="l00874"></a>00874     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00875"></a>00875     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderTopStyle&quot;</span>);
<a name="l00876"></a>00876 }
<a name="l00877"></a>00877 
<a name="l00878"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ab8452efd5d146fe23f2275e947aef146">00878</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#ab8452efd5d146fe23f2275e947aef146" title="see borderTopStyle">CSS2Properties::setBorderTopStyle</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="l00879"></a>00879 {
<a name="l00880"></a>00880     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderTopStyle&quot;</span>, value);
<a name="l00881"></a>00881 }
<a name="l00882"></a>00882 
<a name="l00883"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ac8ba61e5457461591d6b830b36b94769">00883</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_1CSS2Properties.html#ac8ba61e5457461591d6b830b36b94769" title="See the border-right-style property definition  in CSS2.">CSS2Properties::borderRightStyle</a>()<span class="keyword"> const</span>
<a name="l00884"></a>00884 <span class="keyword"></span>{
<a name="l00885"></a>00885     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00886"></a>00886     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderRightStyle&quot;</span>);
<a name="l00887"></a>00887 }
<a name="l00888"></a>00888 
<a name="l00889"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a69467df6aac8ba0f5d09ea34114c51e1">00889</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a69467df6aac8ba0f5d09ea34114c51e1" title="see borderRightStyle">CSS2Properties::setBorderRightStyle</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="l00890"></a>00890 {
<a name="l00891"></a>00891     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderRightStyle&quot;</span>, value);
<a name="l00892"></a>00892 }
<a name="l00893"></a>00893 
<a name="l00894"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a15d34d5d17db7e7039e72c155addbf08">00894</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_1CSS2Properties.html#a15d34d5d17db7e7039e72c155addbf08" title="See the border-bottom-style property definition  in CSS2.">CSS2Properties::borderBottomStyle</a>()<span class="keyword"> const</span>
<a name="l00895"></a>00895 <span class="keyword"></span>{
<a name="l00896"></a>00896     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00897"></a>00897     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderBottomStyle&quot;</span>);
<a name="l00898"></a>00898 }
<a name="l00899"></a>00899 
<a name="l00900"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a7739045c084dd1020cd47715a0dc23a8">00900</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a7739045c084dd1020cd47715a0dc23a8" title="see borderBottomStyle">CSS2Properties::setBorderBottomStyle</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="l00901"></a>00901 {
<a name="l00902"></a>00902     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderBottomStyle&quot;</span>, value);
<a name="l00903"></a>00903 }
<a name="l00904"></a>00904 
<a name="l00905"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ac1203d48f748adff587a16da4469127d">00905</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_1CSS2Properties.html#ac1203d48f748adff587a16da4469127d" title="See the border-left-style property definition  in CSS2.">CSS2Properties::borderLeftStyle</a>()<span class="keyword"> const</span>
<a name="l00906"></a>00906 <span class="keyword"></span>{
<a name="l00907"></a>00907     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00908"></a>00908     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderLeftStyle&quot;</span>);
<a name="l00909"></a>00909 }
<a name="l00910"></a>00910 
<a name="l00911"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a7e0fda384be0dc14e5761d4a5b2693d4">00911</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a7e0fda384be0dc14e5761d4a5b2693d4" title="see borderLeftStyle">CSS2Properties::setBorderLeftStyle</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="l00912"></a>00912 {
<a name="l00913"></a>00913     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderLeftStyle&quot;</span>, value);
<a name="l00914"></a>00914 }
<a name="l00915"></a>00915 
<a name="l00916"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aece6b3a73818eb54a8b354c438bdba57">00916</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_1CSS2Properties.html#aece6b3a73818eb54a8b354c438bdba57" title="See the border-top-width property definition  in CSS2.">CSS2Properties::borderTopWidth</a>()<span class="keyword"> const</span>
<a name="l00917"></a>00917 <span class="keyword"></span>{
<a name="l00918"></a>00918     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00919"></a>00919     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderTopWidth&quot;</span>);
<a name="l00920"></a>00920 }
<a name="l00921"></a>00921 
<a name="l00922"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ab146ee386b1e1a37cce12a57e9886359">00922</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#ab146ee386b1e1a37cce12a57e9886359" title="see borderTopWidth">CSS2Properties::setBorderTopWidth</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="l00923"></a>00923 {
<a name="l00924"></a>00924     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderTopWidth&quot;</span>, value);
<a name="l00925"></a>00925 }
<a name="l00926"></a>00926 
<a name="l00927"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aa964f680b0959a39aa43b76008ce37bc">00927</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_1CSS2Properties.html#aa964f680b0959a39aa43b76008ce37bc" title="See the border-right-width property definition  in CSS2.">CSS2Properties::borderRightWidth</a>()<span class="keyword"> const</span>
<a name="l00928"></a>00928 <span class="keyword"></span>{
<a name="l00929"></a>00929     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00930"></a>00930     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderRightWidth&quot;</span>);
<a name="l00931"></a>00931 }
<a name="l00932"></a>00932 
<a name="l00933"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a33cad136f5615b33698a24bc3dd770f4">00933</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a33cad136f5615b33698a24bc3dd770f4" title="see borderRightWidth">CSS2Properties::setBorderRightWidth</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="l00934"></a>00934 {
<a name="l00935"></a>00935     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderRightWidth&quot;</span>, value);
<a name="l00936"></a>00936 }
<a name="l00937"></a>00937 
<a name="l00938"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a3c6deaff107f052f85c156079baf81a3">00938</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_1CSS2Properties.html#a3c6deaff107f052f85c156079baf81a3" title="See the border-bottom-width property definition  in CSS2.">CSS2Properties::borderBottomWidth</a>()<span class="keyword"> const</span>
<a name="l00939"></a>00939 <span class="keyword"></span>{
<a name="l00940"></a>00940     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00941"></a>00941     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderBottomWidth&quot;</span>);
<a name="l00942"></a>00942 }
<a name="l00943"></a>00943 
<a name="l00944"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a33e2741ce9caba8dd29d4bd4612f3855">00944</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a33e2741ce9caba8dd29d4bd4612f3855" title="see borderBottomWidth">CSS2Properties::setBorderBottomWidth</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="l00945"></a>00945 {
<a name="l00946"></a>00946     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderBottomWidth&quot;</span>, value);
<a name="l00947"></a>00947 }
<a name="l00948"></a>00948 
<a name="l00949"></a><a class="code" href="classDOM_1_1CSS2Properties.html#af9cd7655ebba30003539324e7447b94f">00949</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_1CSS2Properties.html#af9cd7655ebba30003539324e7447b94f" title="See the border-left-width property definition  in CSS2.">CSS2Properties::borderLeftWidth</a>()<span class="keyword"> const</span>
<a name="l00950"></a>00950 <span class="keyword"></span>{
<a name="l00951"></a>00951     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00952"></a>00952     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderLeftWidth&quot;</span>);
<a name="l00953"></a>00953 }
<a name="l00954"></a>00954 
<a name="l00955"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a5d0bcefad625fd2fb5553044e1761386">00955</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a5d0bcefad625fd2fb5553044e1761386" title="see borderLeftWidth">CSS2Properties::setBorderLeftWidth</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="l00956"></a>00956 {
<a name="l00957"></a>00957     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderLeftWidth&quot;</span>, value);
<a name="l00958"></a>00958 }
<a name="l00959"></a>00959 
<a name="l00960"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ad6366a183b7cabac13ca18860de086c8">00960</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_1CSS2Properties.html#ad6366a183b7cabac13ca18860de086c8" title="See the border-width property definition  in CSS2.">CSS2Properties::borderWidth</a>()<span class="keyword"> const</span>
<a name="l00961"></a>00961 <span class="keyword"></span>{
<a name="l00962"></a>00962     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00963"></a>00963     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;borderWidth&quot;</span>);
<a name="l00964"></a>00964 }
<a name="l00965"></a>00965 
<a name="l00966"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a9b00835f7e434b2a92419f6a789c5ed7">00966</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a9b00835f7e434b2a92419f6a789c5ed7" title="see borderWidth">CSS2Properties::setBorderWidth</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="l00967"></a>00967 {
<a name="l00968"></a>00968     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;borderWidth&quot;</span>, value);
<a name="l00969"></a>00969 }
<a name="l00970"></a>00970 
<a name="l00971"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a14222b8405ec5013d57dae801003a687">00971</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_1CSS2Properties.html#a14222b8405ec5013d57dae801003a687" title="See the bottom property definition  in CSS2.">CSS2Properties::bottom</a>()<span class="keyword"> const</span>
<a name="l00972"></a>00972 <span class="keyword"></span>{
<a name="l00973"></a>00973     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00974"></a>00974     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;bottom&quot;</span>);
<a name="l00975"></a>00975 }
<a name="l00976"></a>00976 
<a name="l00977"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a1cca1ec4399de71ac6a390897ba7884c">00977</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a1cca1ec4399de71ac6a390897ba7884c" title="see bottom">CSS2Properties::setBottom</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="l00978"></a>00978 {
<a name="l00979"></a>00979     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;bottom&quot;</span>, value);
<a name="l00980"></a>00980 }
<a name="l00981"></a>00981 
<a name="l00982"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ab2992a6700c83af3ea143171f04c7b09">00982</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_1CSS2Properties.html#ab2992a6700c83af3ea143171f04c7b09" title="See the caption-side property definition  in CSS2.">CSS2Properties::captionSide</a>()<span class="keyword"> const</span>
<a name="l00983"></a>00983 <span class="keyword"></span>{
<a name="l00984"></a>00984     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00985"></a>00985     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;captionSide&quot;</span>);
<a name="l00986"></a>00986 }
<a name="l00987"></a>00987 
<a name="l00988"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a20f4899b7aa9fa2ba0aac5e23f940728">00988</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a20f4899b7aa9fa2ba0aac5e23f940728" title="see captionSide">CSS2Properties::setCaptionSide</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="l00989"></a>00989 {
<a name="l00990"></a>00990     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;captionSide&quot;</span>, value);
<a name="l00991"></a>00991 }
<a name="l00992"></a>00992 
<a name="l00993"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aedb64a240dd1e0bf8344d857a15305c7">00993</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_1CSS2Properties.html#aedb64a240dd1e0bf8344d857a15305c7" title="See the clear property definition  in CSS2.">CSS2Properties::clear</a>()<span class="keyword"> const</span>
<a name="l00994"></a>00994 <span class="keyword"></span>{
<a name="l00995"></a>00995     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l00996"></a>00996     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;clear&quot;</span>);
<a name="l00997"></a>00997 }
<a name="l00998"></a>00998 
<a name="l00999"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a90b35bfe21ad47d2ad8875b59be7c76f">00999</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a90b35bfe21ad47d2ad8875b59be7c76f" title="see clear">CSS2Properties::setClear</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="l01000"></a>01000 {
<a name="l01001"></a>01001     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;clear&quot;</span>, value);
<a name="l01002"></a>01002 }
<a name="l01003"></a>01003 
<a name="l01004"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a3b3347a749672f06f9a42dc4f913e7d7">01004</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_1CSS2Properties.html#a3b3347a749672f06f9a42dc4f913e7d7" title="See the clip property definition  in CSS2.">CSS2Properties::clip</a>()<span class="keyword"> const</span>
<a name="l01005"></a>01005 <span class="keyword"></span>{
<a name="l01006"></a>01006     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01007"></a>01007     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;clip&quot;</span>);
<a name="l01008"></a>01008 }
<a name="l01009"></a>01009 
<a name="l01010"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a46e214acc85a0e44645fa70a988bcf03">01010</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a46e214acc85a0e44645fa70a988bcf03" title="see clip">CSS2Properties::setClip</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="l01011"></a>01011 {
<a name="l01012"></a>01012     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;clip&quot;</span>, value);
<a name="l01013"></a>01013 }
<a name="l01014"></a>01014 
<a name="l01015"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a73020fcf8811bb3a25f18952b8187caa">01015</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_1CSS2Properties.html#a73020fcf8811bb3a25f18952b8187caa" title="See the color property definition  in CSS2.">CSS2Properties::color</a>()<span class="keyword"> const</span>
<a name="l01016"></a>01016 <span class="keyword"></span>{
<a name="l01017"></a>01017     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01018"></a>01018     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;color&quot;</span>);
<a name="l01019"></a>01019 }
<a name="l01020"></a>01020 
<a name="l01021"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aac094c2cef3be31212895e3f534fa706">01021</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#aac094c2cef3be31212895e3f534fa706" title="see color">CSS2Properties::setColor</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="l01022"></a>01022 {
<a name="l01023"></a>01023     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;color&quot;</span>, value);
<a name="l01024"></a>01024 }
<a name="l01025"></a>01025 
<a name="l01026"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aae61625ded9bc4b045835d81bf338183">01026</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_1CSS2Properties.html#aae61625ded9bc4b045835d81bf338183" title="See the content property definition  in CSS2.">CSS2Properties::content</a>()<span class="keyword"> const</span>
<a name="l01027"></a>01027 <span class="keyword"></span>{
<a name="l01028"></a>01028     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01029"></a>01029     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;content&quot;</span>);
<a name="l01030"></a>01030 }
<a name="l01031"></a>01031 
<a name="l01032"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a986bb1632fa90f5dc90e7c94ce3cf119">01032</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a986bb1632fa90f5dc90e7c94ce3cf119" title="see content">CSS2Properties::setContent</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="l01033"></a>01033 {
<a name="l01034"></a>01034     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;content&quot;</span>, value);
<a name="l01035"></a>01035 }
<a name="l01036"></a>01036 
<a name="l01037"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a0062d1c20efa6af961f8122dc652e0ba">01037</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_1CSS2Properties.html#a0062d1c20efa6af961f8122dc652e0ba" title="See the counter-increment property definition  in CSS2.">CSS2Properties::counterIncrement</a>()<span class="keyword"> const</span>
<a name="l01038"></a>01038 <span class="keyword"></span>{
<a name="l01039"></a>01039     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01040"></a>01040     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;counterIncrement&quot;</span>);
<a name="l01041"></a>01041 }
<a name="l01042"></a>01042 
<a name="l01043"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a0ae4853aa342ef432d8b8175711e83f7">01043</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a0ae4853aa342ef432d8b8175711e83f7" title="see counterIncrement">CSS2Properties::setCounterIncrement</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="l01044"></a>01044 {
<a name="l01045"></a>01045     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;counterIncrement&quot;</span>, value);
<a name="l01046"></a>01046 }
<a name="l01047"></a>01047 
<a name="l01048"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a4eef3bf5be58592ab58596b7aa385c38">01048</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_1CSS2Properties.html#a4eef3bf5be58592ab58596b7aa385c38" title="See the counter-reset property definition  in CSS2.">CSS2Properties::counterReset</a>()<span class="keyword"> const</span>
<a name="l01049"></a>01049 <span class="keyword"></span>{
<a name="l01050"></a>01050     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01051"></a>01051     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;counterReset&quot;</span>);
<a name="l01052"></a>01052 }
<a name="l01053"></a>01053 
<a name="l01054"></a><a class="code" href="classDOM_1_1CSS2Properties.html#abbf0325c5a5cc90e7689f28b0dd4dbdc">01054</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#abbf0325c5a5cc90e7689f28b0dd4dbdc" title="see counterReset">CSS2Properties::setCounterReset</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="l01055"></a>01055 {
<a name="l01056"></a>01056     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;counterReset&quot;</span>, value);
<a name="l01057"></a>01057 }
<a name="l01058"></a>01058 
<a name="l01059"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a714b8fa47ce8014449ca20a03010e5da">01059</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_1CSS2Properties.html#a714b8fa47ce8014449ca20a03010e5da" title="See the cue property definition  in CSS2.">CSS2Properties::cue</a>()<span class="keyword"> const</span>
<a name="l01060"></a>01060 <span class="keyword"></span>{
<a name="l01061"></a>01061     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01062"></a>01062     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;cue&quot;</span>);
<a name="l01063"></a>01063 }
<a name="l01064"></a>01064 
<a name="l01065"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ae9255579cdbdfcf4b446c9f8fea5fa70">01065</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#ae9255579cdbdfcf4b446c9f8fea5fa70" title="see cue">CSS2Properties::setCue</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="l01066"></a>01066 {
<a name="l01067"></a>01067     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;cue&quot;</span>, value);
<a name="l01068"></a>01068 }
<a name="l01069"></a>01069 
<a name="l01070"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a07e101e0d18b00fb6a4de3b904ae279d">01070</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_1CSS2Properties.html#a07e101e0d18b00fb6a4de3b904ae279d" title="See the cue-after property definition  in CSS2.">CSS2Properties::cueAfter</a>()<span class="keyword"> const</span>
<a name="l01071"></a>01071 <span class="keyword"></span>{
<a name="l01072"></a>01072     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01073"></a>01073     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;cueAfter&quot;</span>);
<a name="l01074"></a>01074 }
<a name="l01075"></a>01075 
<a name="l01076"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a52a9b6d058c1a842bea8a0b3e82dc690">01076</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a52a9b6d058c1a842bea8a0b3e82dc690" title="see cueAfter">CSS2Properties::setCueAfter</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="l01077"></a>01077 {
<a name="l01078"></a>01078     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;cueAfter&quot;</span>, value);
<a name="l01079"></a>01079 }
<a name="l01080"></a>01080 
<a name="l01081"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a83ee1807a284efef28cd8e0e87e2b535">01081</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_1CSS2Properties.html#a83ee1807a284efef28cd8e0e87e2b535" title="See the cue-before property definition  in CSS2.">CSS2Properties::cueBefore</a>()<span class="keyword"> const</span>
<a name="l01082"></a>01082 <span class="keyword"></span>{
<a name="l01083"></a>01083     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01084"></a>01084     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;cueBefore&quot;</span>);
<a name="l01085"></a>01085 }
<a name="l01086"></a>01086 
<a name="l01087"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a529bd584b8440a02690ecde68932fcc9">01087</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a529bd584b8440a02690ecde68932fcc9" title="see cueBefore">CSS2Properties::setCueBefore</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="l01088"></a>01088 {
<a name="l01089"></a>01089     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;cueBefore&quot;</span>, value);
<a name="l01090"></a>01090 }
<a name="l01091"></a>01091 
<a name="l01092"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a3eedbefa01d799534cf1b9ddb55cdf58">01092</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_1CSS2Properties.html#a3eedbefa01d799534cf1b9ddb55cdf58" title="See the cursor property definition  in CSS2.">CSS2Properties::cursor</a>()<span class="keyword"> const</span>
<a name="l01093"></a>01093 <span class="keyword"></span>{
<a name="l01094"></a>01094     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01095"></a>01095     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;cursor&quot;</span>);
<a name="l01096"></a>01096 }
<a name="l01097"></a>01097 
<a name="l01098"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ac271b3bfe7c58bb6b3ff6d54720ea3ef">01098</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#ac271b3bfe7c58bb6b3ff6d54720ea3ef" title="see cursor">CSS2Properties::setCursor</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="l01099"></a>01099 {
<a name="l01100"></a>01100     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;cursor&quot;</span>, value);
<a name="l01101"></a>01101 }
<a name="l01102"></a>01102 
<a name="l01103"></a><a class="code" href="classDOM_1_1CSS2Properties.html#abb11257e4aebc9c4b4a06f85c277d798">01103</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_1CSS2Properties.html#abb11257e4aebc9c4b4a06f85c277d798" title="See the direction property definition  in CSS2.">CSS2Properties::direction</a>()<span class="keyword"> const</span>
<a name="l01104"></a>01104 <span class="keyword"></span>{
<a name="l01105"></a>01105     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01106"></a>01106     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;direction&quot;</span>);
<a name="l01107"></a>01107 }
<a name="l01108"></a>01108 
<a name="l01109"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a2b79e26c41e34e3d826d35b4d85ddbc4">01109</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a2b79e26c41e34e3d826d35b4d85ddbc4" title="see direction">CSS2Properties::setDirection</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="l01110"></a>01110 {
<a name="l01111"></a>01111     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;direction&quot;</span>, value);
<a name="l01112"></a>01112 }
<a name="l01113"></a>01113 
<a name="l01114"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a4231a136b690efbf7365da003adc5c32">01114</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_1CSS2Properties.html#a4231a136b690efbf7365da003adc5c32" title="See the display property definition  in CSS2.">CSS2Properties::display</a>()<span class="keyword"> const</span>
<a name="l01115"></a>01115 <span class="keyword"></span>{
<a name="l01116"></a>01116     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01117"></a>01117     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;display&quot;</span>);
<a name="l01118"></a>01118 }
<a name="l01119"></a>01119 
<a name="l01120"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a2de1ac115c54d9efaf1d0a8e37c9b6e1">01120</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a2de1ac115c54d9efaf1d0a8e37c9b6e1" title="see display">CSS2Properties::setDisplay</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="l01121"></a>01121 {
<a name="l01122"></a>01122     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;display&quot;</span>, value);
<a name="l01123"></a>01123 }
<a name="l01124"></a>01124 
<a name="l01125"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ac19e1bff1a788ab679556a672664175a">01125</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_1CSS2Properties.html#ac19e1bff1a788ab679556a672664175a" title="See the elevation property definition  in CSS2.">CSS2Properties::elevation</a>()<span class="keyword"> const</span>
<a name="l01126"></a>01126 <span class="keyword"></span>{
<a name="l01127"></a>01127     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01128"></a>01128     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;elevation&quot;</span>);
<a name="l01129"></a>01129 }
<a name="l01130"></a>01130 
<a name="l01131"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a264f96bc3cf7e14eda437b4cfc9eca49">01131</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a264f96bc3cf7e14eda437b4cfc9eca49" title="see elevation">CSS2Properties::setElevation</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="l01132"></a>01132 {
<a name="l01133"></a>01133     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;elevation&quot;</span>, value);
<a name="l01134"></a>01134 }
<a name="l01135"></a>01135 
<a name="l01136"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a18b92bdcd9ecd9986db5b04e6e524326">01136</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_1CSS2Properties.html#a18b92bdcd9ecd9986db5b04e6e524326" title="See the empty-cells property definition  in CSS2.">CSS2Properties::emptyCells</a>()<span class="keyword"> const</span>
<a name="l01137"></a>01137 <span class="keyword"></span>{
<a name="l01138"></a>01138     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01139"></a>01139     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;emptyCells&quot;</span>);
<a name="l01140"></a>01140 }
<a name="l01141"></a>01141 
<a name="l01142"></a><a class="code" href="classDOM_1_1CSS2Properties.html#acfb6114a35e0d68830448f6fed1b3f91">01142</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#acfb6114a35e0d68830448f6fed1b3f91" title="see emptyCells">CSS2Properties::setEmptyCells</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="l01143"></a>01143 {
<a name="l01144"></a>01144     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;emptyCells&quot;</span>, value);
<a name="l01145"></a>01145 }
<a name="l01146"></a>01146 
<a name="l01147"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a4c31c12928f2b7bc0bc136476144e74f">01147</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_1CSS2Properties.html#a4c31c12928f2b7bc0bc136476144e74f" title="See the float property definition  in CSS2.">CSS2Properties::cssFloat</a>()<span class="keyword"> const</span>
<a name="l01148"></a>01148 <span class="keyword"></span>{
<a name="l01149"></a>01149     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01150"></a>01150     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;cssFloat&quot;</span>);
<a name="l01151"></a>01151 }
<a name="l01152"></a>01152 
<a name="l01153"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a15813e370832d88e45170d2f6920934e">01153</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a15813e370832d88e45170d2f6920934e" title="see cssFloat">CSS2Properties::setCssFloat</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="l01154"></a>01154 {
<a name="l01155"></a>01155     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;cssFloat&quot;</span>, value);
<a name="l01156"></a>01156 }
<a name="l01157"></a>01157 
<a name="l01158"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ace2ad0554524960e86e430c3bfb2bde7">01158</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_1CSS2Properties.html#ace2ad0554524960e86e430c3bfb2bde7" title="See the font property definition  in CSS2.">CSS2Properties::font</a>()<span class="keyword"> const</span>
<a name="l01159"></a>01159 <span class="keyword"></span>{
<a name="l01160"></a>01160     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01161"></a>01161     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;font&quot;</span>);
<a name="l01162"></a>01162 }
<a name="l01163"></a>01163 
<a name="l01164"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a7f3057dad0a8c5bed2d4adda3b1b8d76">01164</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a7f3057dad0a8c5bed2d4adda3b1b8d76" title="see font">CSS2Properties::setFont</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="l01165"></a>01165 {
<a name="l01166"></a>01166     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;font&quot;</span>, value);
<a name="l01167"></a>01167 }
<a name="l01168"></a>01168 
<a name="l01169"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a1e5f94c05a726cd78163a17e9a91d4f0">01169</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_1CSS2Properties.html#a1e5f94c05a726cd78163a17e9a91d4f0" title="See the font-family property definition  in CSS2.">CSS2Properties::fontFamily</a>()<span class="keyword"> const</span>
<a name="l01170"></a>01170 <span class="keyword"></span>{
<a name="l01171"></a>01171     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01172"></a>01172     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;fontFamily&quot;</span>);
<a name="l01173"></a>01173 }
<a name="l01174"></a>01174 
<a name="l01175"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a3871ba9cb08d4b5ce684754d592d273d">01175</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a3871ba9cb08d4b5ce684754d592d273d" title="see fontFamily">CSS2Properties::setFontFamily</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="l01176"></a>01176 {
<a name="l01177"></a>01177     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;fontFamily&quot;</span>, value);
<a name="l01178"></a>01178 }
<a name="l01179"></a>01179 
<a name="l01180"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a9ce4f63da4d60ae5af61e14dd1483378">01180</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_1CSS2Properties.html#a9ce4f63da4d60ae5af61e14dd1483378" title="See the font-size property definition  in CSS2.">CSS2Properties::fontSize</a>()<span class="keyword"> const</span>
<a name="l01181"></a>01181 <span class="keyword"></span>{
<a name="l01182"></a>01182     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01183"></a>01183     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;fontSize&quot;</span>);
<a name="l01184"></a>01184 }
<a name="l01185"></a>01185 
<a name="l01186"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ada3f3ba62ab02c8bcb6615ce630773b3">01186</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#ada3f3ba62ab02c8bcb6615ce630773b3" title="see fontSize">CSS2Properties::setFontSize</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="l01187"></a>01187 {
<a name="l01188"></a>01188     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;fontSize&quot;</span>, value);
<a name="l01189"></a>01189 }
<a name="l01190"></a>01190 
<a name="l01191"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ad92c13060d0fe76cdba0552eea09f7d3">01191</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_1CSS2Properties.html#ad92c13060d0fe76cdba0552eea09f7d3" title="See the font-size-adjust property definition  in CSS2.">CSS2Properties::fontSizeAdjust</a>()<span class="keyword"> const</span>
<a name="l01192"></a>01192 <span class="keyword"></span>{
<a name="l01193"></a>01193     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01194"></a>01194     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;fontSizeAdjust&quot;</span>);
<a name="l01195"></a>01195 }
<a name="l01196"></a>01196 
<a name="l01197"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ae505d7ed5d308d17c58ff45e5317fdbc">01197</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#ae505d7ed5d308d17c58ff45e5317fdbc" title="see fontSizeAdjust">CSS2Properties::setFontSizeAdjust</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="l01198"></a>01198 {
<a name="l01199"></a>01199     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;fontSizeAdjust&quot;</span>, value);
<a name="l01200"></a>01200 }
<a name="l01201"></a>01201 
<a name="l01202"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a46d162f209b4f0186a0802398653ce54">01202</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_1CSS2Properties.html#a46d162f209b4f0186a0802398653ce54" title="See the font-stretch property definition  in CSS2.">CSS2Properties::fontStretch</a>()<span class="keyword"> const</span>
<a name="l01203"></a>01203 <span class="keyword"></span>{
<a name="l01204"></a>01204     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01205"></a>01205     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;fontStretch&quot;</span>);
<a name="l01206"></a>01206 }
<a name="l01207"></a>01207 
<a name="l01208"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a080d4825405f2ea525d6fb26942f14bf">01208</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a080d4825405f2ea525d6fb26942f14bf" title="see fontStretch">CSS2Properties::setFontStretch</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="l01209"></a>01209 {
<a name="l01210"></a>01210     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;fontStretch&quot;</span>, value);
<a name="l01211"></a>01211 }
<a name="l01212"></a>01212 
<a name="l01213"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a7dbfc44ddb2efd6ee5851bac06812f2b">01213</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_1CSS2Properties.html#a7dbfc44ddb2efd6ee5851bac06812f2b" title="See the font-style property definition  in CSS2.">CSS2Properties::fontStyle</a>()<span class="keyword"> const</span>
<a name="l01214"></a>01214 <span class="keyword"></span>{
<a name="l01215"></a>01215     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01216"></a>01216     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;fontStyle&quot;</span>);
<a name="l01217"></a>01217 }
<a name="l01218"></a>01218 
<a name="l01219"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a0846c5c347c8677a92ba40a834e68445">01219</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a0846c5c347c8677a92ba40a834e68445" title="see fontStyle">CSS2Properties::setFontStyle</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="l01220"></a>01220 {
<a name="l01221"></a>01221     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;fontStyle&quot;</span>, value);
<a name="l01222"></a>01222 }
<a name="l01223"></a>01223 
<a name="l01224"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a6f236be6f0ca339abdd5aeb5e3e504f5">01224</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_1CSS2Properties.html#a6f236be6f0ca339abdd5aeb5e3e504f5" title="See the font-variant property definition  in CSS2.">CSS2Properties::fontVariant</a>()<span class="keyword"> const</span>
<a name="l01225"></a>01225 <span class="keyword"></span>{
<a name="l01226"></a>01226     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01227"></a>01227     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;fontVariant&quot;</span>);
<a name="l01228"></a>01228 }
<a name="l01229"></a>01229 
<a name="l01230"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a2629890142feb883f82961567bfe31c1">01230</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a2629890142feb883f82961567bfe31c1" title="see fontVariant">CSS2Properties::setFontVariant</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="l01231"></a>01231 {
<a name="l01232"></a>01232     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;fontVariant&quot;</span>, value);
<a name="l01233"></a>01233 }
<a name="l01234"></a>01234 
<a name="l01235"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a5d2a95c160b7f6b4af0ff95a4d44a43e">01235</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_1CSS2Properties.html#a5d2a95c160b7f6b4af0ff95a4d44a43e" title="See the font-weight property definition  in CSS2.">CSS2Properties::fontWeight</a>()<span class="keyword"> const</span>
<a name="l01236"></a>01236 <span class="keyword"></span>{
<a name="l01237"></a>01237     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01238"></a>01238     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;fontWeight&quot;</span>);
<a name="l01239"></a>01239 }
<a name="l01240"></a>01240 
<a name="l01241"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a7d4f0f65ed30bcecd97824ce81a3eef0">01241</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a7d4f0f65ed30bcecd97824ce81a3eef0" title="see fontWeight">CSS2Properties::setFontWeight</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="l01242"></a>01242 {
<a name="l01243"></a>01243     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;fontWeight&quot;</span>, value);
<a name="l01244"></a>01244 }
<a name="l01245"></a>01245 
<a name="l01246"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a5dd09b1a0258701f5664c13d94644c7d">01246</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_1CSS2Properties.html#a5dd09b1a0258701f5664c13d94644c7d" title="See the height property definition  in CSS2.">CSS2Properties::height</a>()<span class="keyword"> const</span>
<a name="l01247"></a>01247 <span class="keyword"></span>{
<a name="l01248"></a>01248     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01249"></a>01249     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;height&quot;</span>);
<a name="l01250"></a>01250 }
<a name="l01251"></a>01251 
<a name="l01252"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a25b4b8320165277626eb4f21ce694345">01252</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a25b4b8320165277626eb4f21ce694345" title="see height">CSS2Properties::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="l01253"></a>01253 {
<a name="l01254"></a>01254     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;height&quot;</span>, value);
<a name="l01255"></a>01255 }
<a name="l01256"></a>01256 
<a name="l01257"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ab3fe9fc66ed62f98969a5e3fd015e829">01257</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_1CSS2Properties.html#ab3fe9fc66ed62f98969a5e3fd015e829" title="See the left property definition  in CSS2.">CSS2Properties::left</a>()<span class="keyword"> const</span>
<a name="l01258"></a>01258 <span class="keyword"></span>{
<a name="l01259"></a>01259     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01260"></a>01260     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;left&quot;</span>);
<a name="l01261"></a>01261 }
<a name="l01262"></a>01262 
<a name="l01263"></a><a class="code" href="classDOM_1_1CSS2Properties.html#af1ac74cb851cb3835e25116c628e11b5">01263</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#af1ac74cb851cb3835e25116c628e11b5" title="see left">CSS2Properties::setLeft</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="l01264"></a>01264 {
<a name="l01265"></a>01265     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;left&quot;</span>, value);
<a name="l01266"></a>01266 }
<a name="l01267"></a>01267 
<a name="l01268"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a64e789ccba1e9b2c5762d719af29c634">01268</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_1CSS2Properties.html#a64e789ccba1e9b2c5762d719af29c634" title="See the letter-spacing property definition  in CSS2.">CSS2Properties::letterSpacing</a>()<span class="keyword"> const</span>
<a name="l01269"></a>01269 <span class="keyword"></span>{
<a name="l01270"></a>01270     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01271"></a>01271     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;letterSpacing&quot;</span>);
<a name="l01272"></a>01272 }
<a name="l01273"></a>01273 
<a name="l01274"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a9bcc091ccec7875c5895a68b24a974e8">01274</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a9bcc091ccec7875c5895a68b24a974e8" title="see letterSpacing">CSS2Properties::setLetterSpacing</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="l01275"></a>01275 {
<a name="l01276"></a>01276     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;letterSpacing&quot;</span>, value);
<a name="l01277"></a>01277 }
<a name="l01278"></a>01278 
<a name="l01279"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a6bfcf7e016d4d9b998975190621a4bee">01279</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_1CSS2Properties.html#a6bfcf7e016d4d9b998975190621a4bee" title="See the line-height property definition  in CSS2.">CSS2Properties::lineHeight</a>()<span class="keyword"> const</span>
<a name="l01280"></a>01280 <span class="keyword"></span>{
<a name="l01281"></a>01281     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01282"></a>01282     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;lineHeight&quot;</span>);
<a name="l01283"></a>01283 }
<a name="l01284"></a>01284 
<a name="l01285"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ac8f729f7df860400ab3de3b264806637">01285</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#ac8f729f7df860400ab3de3b264806637" title="see lineHeight">CSS2Properties::setLineHeight</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="l01286"></a>01286 {
<a name="l01287"></a>01287     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;lineHeight&quot;</span>, value);
<a name="l01288"></a>01288 }
<a name="l01289"></a>01289 
<a name="l01290"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a3b008df23c52345fee71f5ab32926fc6">01290</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_1CSS2Properties.html#a3b008df23c52345fee71f5ab32926fc6" title="See the list-style property definition  in CSS2.">CSS2Properties::listStyle</a>()<span class="keyword"> const</span>
<a name="l01291"></a>01291 <span class="keyword"></span>{
<a name="l01292"></a>01292     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01293"></a>01293     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;listStyle&quot;</span>);
<a name="l01294"></a>01294 }
<a name="l01295"></a>01295 
<a name="l01296"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a1d2d32ecbc24047e89c3dfbfa13430b8">01296</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a1d2d32ecbc24047e89c3dfbfa13430b8" title="see listStyle">CSS2Properties::setListStyle</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="l01297"></a>01297 {
<a name="l01298"></a>01298     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;listStyle&quot;</span>, value);
<a name="l01299"></a>01299 }
<a name="l01300"></a>01300 
<a name="l01301"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ad9fb5b586b8d8f89c1f81e87e2ba1c52">01301</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_1CSS2Properties.html#ad9fb5b586b8d8f89c1f81e87e2ba1c52" title="See the list-style-image property definition  in CSS2.">CSS2Properties::listStyleImage</a>()<span class="keyword"> const</span>
<a name="l01302"></a>01302 <span class="keyword"></span>{
<a name="l01303"></a>01303     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01304"></a>01304     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;listStyleImage&quot;</span>);
<a name="l01305"></a>01305 }
<a name="l01306"></a>01306 
<a name="l01307"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aa54182f5b1bb3870e7a2fc69a058b91f">01307</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#aa54182f5b1bb3870e7a2fc69a058b91f" title="see listStyleImage">CSS2Properties::setListStyleImage</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="l01308"></a>01308 {
<a name="l01309"></a>01309     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;listStyleImage&quot;</span>, value);
<a name="l01310"></a>01310 }
<a name="l01311"></a>01311 
<a name="l01312"></a><a class="code" href="classDOM_1_1CSS2Properties.html#acf6da0fbf6bd71dec3c8500d97244073">01312</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_1CSS2Properties.html#acf6da0fbf6bd71dec3c8500d97244073" title="See the list-style-position property definition  in CSS2.">CSS2Properties::listStylePosition</a>()<span class="keyword"> const</span>
<a name="l01313"></a>01313 <span class="keyword"></span>{
<a name="l01314"></a>01314     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01315"></a>01315     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;listStylePosition&quot;</span>);
<a name="l01316"></a>01316 }
<a name="l01317"></a>01317 
<a name="l01318"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ac8c6e5409cb6f25db5431a20b5998f63">01318</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#ac8c6e5409cb6f25db5431a20b5998f63" title="see listStylePosition">CSS2Properties::setListStylePosition</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="l01319"></a>01319 {
<a name="l01320"></a>01320     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;listStylePosition&quot;</span>, value);
<a name="l01321"></a>01321 }
<a name="l01322"></a>01322 
<a name="l01323"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a9b5e72c1b651a0904e35695d708069c7">01323</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_1CSS2Properties.html#a9b5e72c1b651a0904e35695d708069c7" title="See the list-style-type property definition  in CSS2.">CSS2Properties::listStyleType</a>()<span class="keyword"> const</span>
<a name="l01324"></a>01324 <span class="keyword"></span>{
<a name="l01325"></a>01325     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01326"></a>01326     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;listStyleType&quot;</span>);
<a name="l01327"></a>01327 }
<a name="l01328"></a>01328 
<a name="l01329"></a><a class="code" href="classDOM_1_1CSS2Properties.html#af70f4c5d0464b50571da5d957bcbc33e">01329</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#af70f4c5d0464b50571da5d957bcbc33e" title="see listStyleType">CSS2Properties::setListStyleType</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="l01330"></a>01330 {
<a name="l01331"></a>01331     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;listStyleType&quot;</span>, value);
<a name="l01332"></a>01332 }
<a name="l01333"></a>01333 
<a name="l01334"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ab1a101f92748525c5fd56e8ae255943d">01334</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_1CSS2Properties.html#ab1a101f92748525c5fd56e8ae255943d" title="See the margin property definition  in CSS2.">CSS2Properties::margin</a>()<span class="keyword"> const</span>
<a name="l01335"></a>01335 <span class="keyword"></span>{
<a name="l01336"></a>01336     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01337"></a>01337     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;margin&quot;</span>);
<a name="l01338"></a>01338 }
<a name="l01339"></a>01339 
<a name="l01340"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a43a48978cf3d6b9d5e603e77b642ac54">01340</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a43a48978cf3d6b9d5e603e77b642ac54" title="see margin">CSS2Properties::setMargin</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="l01341"></a>01341 {
<a name="l01342"></a>01342     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;margin&quot;</span>, value);
<a name="l01343"></a>01343 }
<a name="l01344"></a>01344 
<a name="l01345"></a><a class="code" href="classDOM_1_1CSS2Properties.html#af9aa981c38991cf821460ff6f80d4089">01345</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_1CSS2Properties.html#af9aa981c38991cf821460ff6f80d4089" title="See the margin-top property definition  in CSS2.">CSS2Properties::marginTop</a>()<span class="keyword"> const</span>
<a name="l01346"></a>01346 <span class="keyword"></span>{
<a name="l01347"></a>01347     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01348"></a>01348     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;marginTop&quot;</span>);
<a name="l01349"></a>01349 }
<a name="l01350"></a>01350 
<a name="l01351"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a711d0e99c0332cc8d2dcea86312fd9cc">01351</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a711d0e99c0332cc8d2dcea86312fd9cc" title="see marginTop">CSS2Properties::setMarginTop</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="l01352"></a>01352 {
<a name="l01353"></a>01353     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;marginTop&quot;</span>, value);
<a name="l01354"></a>01354 }
<a name="l01355"></a>01355 
<a name="l01356"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a5ba9062e91ab67027d19d75b651326f7">01356</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_1CSS2Properties.html#a5ba9062e91ab67027d19d75b651326f7" title="See the margin-right property definition  in CSS2.">CSS2Properties::marginRight</a>()<span class="keyword"> const</span>
<a name="l01357"></a>01357 <span class="keyword"></span>{
<a name="l01358"></a>01358     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01359"></a>01359     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;marginRight&quot;</span>);
<a name="l01360"></a>01360 }
<a name="l01361"></a>01361 
<a name="l01362"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a83f8091e92944e46ea19e9f9577952a0">01362</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a83f8091e92944e46ea19e9f9577952a0" title="see marginRight">CSS2Properties::setMarginRight</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="l01363"></a>01363 {
<a name="l01364"></a>01364     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;marginRight&quot;</span>, value);
<a name="l01365"></a>01365 }
<a name="l01366"></a>01366 
<a name="l01367"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a6a17fcd79c6db2ec9e29da43461eb01e">01367</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_1CSS2Properties.html#a6a17fcd79c6db2ec9e29da43461eb01e" title="See the margin-bottom property definition  in CSS2.">CSS2Properties::marginBottom</a>()<span class="keyword"> const</span>
<a name="l01368"></a>01368 <span class="keyword"></span>{
<a name="l01369"></a>01369     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01370"></a>01370     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;marginBottom&quot;</span>);
<a name="l01371"></a>01371 }
<a name="l01372"></a>01372 
<a name="l01373"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a43a74f61b25c648868d76d723c38f510">01373</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a43a74f61b25c648868d76d723c38f510" title="see marginBottom">CSS2Properties::setMarginBottom</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="l01374"></a>01374 {
<a name="l01375"></a>01375     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;marginBottom&quot;</span>, value);
<a name="l01376"></a>01376 }
<a name="l01377"></a>01377 
<a name="l01378"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ac324aed624934c5ffd017180f8265ae9">01378</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_1CSS2Properties.html#ac324aed624934c5ffd017180f8265ae9" title="See the margin-left property definition  in CSS2.">CSS2Properties::marginLeft</a>()<span class="keyword"> const</span>
<a name="l01379"></a>01379 <span class="keyword"></span>{
<a name="l01380"></a>01380     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01381"></a>01381     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;marginLeft&quot;</span>);
<a name="l01382"></a>01382 }
<a name="l01383"></a>01383 
<a name="l01384"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a4fcb62edb04d9e1b8b964ca938d1c96a">01384</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a4fcb62edb04d9e1b8b964ca938d1c96a" title="see marginLeft">CSS2Properties::setMarginLeft</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="l01385"></a>01385 {
<a name="l01386"></a>01386     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;marginLeft&quot;</span>, value);
<a name="l01387"></a>01387 }
<a name="l01388"></a>01388 
<a name="l01389"></a><a class="code" href="classDOM_1_1CSS2Properties.html#abf49fa3503aabed3be6202d2abede29a">01389</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_1CSS2Properties.html#abf49fa3503aabed3be6202d2abede29a" title="See the marker-offset property definition  in CSS2.">CSS2Properties::markerOffset</a>()<span class="keyword"> const</span>
<a name="l01390"></a>01390 <span class="keyword"></span>{
<a name="l01391"></a>01391     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01392"></a>01392     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;markerOffset&quot;</span>);
<a name="l01393"></a>01393 }
<a name="l01394"></a>01394 
<a name="l01395"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a5498923d3f39ca4ba957a7bf56cd4a8a">01395</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a5498923d3f39ca4ba957a7bf56cd4a8a" title="see markerOffset">CSS2Properties::setMarkerOffset</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="l01396"></a>01396 {
<a name="l01397"></a>01397     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;markerOffset&quot;</span>, value);
<a name="l01398"></a>01398 }
<a name="l01399"></a>01399 
<a name="l01400"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ac7da9fe2dd0b08cc8b504c153511488a">01400</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_1CSS2Properties.html#ac7da9fe2dd0b08cc8b504c153511488a" title="See the marks property definition  in CSS2.">CSS2Properties::marks</a>()<span class="keyword"> const</span>
<a name="l01401"></a>01401 <span class="keyword"></span>{
<a name="l01402"></a>01402     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01403"></a>01403     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;marks&quot;</span>);
<a name="l01404"></a>01404 }
<a name="l01405"></a>01405 
<a name="l01406"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a09d11caceea3ccd08f8578753488f492">01406</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a09d11caceea3ccd08f8578753488f492" title="see marks">CSS2Properties::setMarks</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="l01407"></a>01407 {
<a name="l01408"></a>01408     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;marks&quot;</span>, value);
<a name="l01409"></a>01409 }
<a name="l01410"></a>01410 
<a name="l01411"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a64ecd9d17c2de83c5bd2226ee7cbf343">01411</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_1CSS2Properties.html#a64ecd9d17c2de83c5bd2226ee7cbf343" title="See the max-height property definition  in CSS2.">CSS2Properties::maxHeight</a>()<span class="keyword"> const</span>
<a name="l01412"></a>01412 <span class="keyword"></span>{
<a name="l01413"></a>01413     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01414"></a>01414     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;maxHeight&quot;</span>);
<a name="l01415"></a>01415 }
<a name="l01416"></a>01416 
<a name="l01417"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a4cdca90283b24a1f2acfef15881f9e50">01417</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a4cdca90283b24a1f2acfef15881f9e50" title="see maxHeight">CSS2Properties::setMaxHeight</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="l01418"></a>01418 {
<a name="l01419"></a>01419     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;maxHeight&quot;</span>, value);
<a name="l01420"></a>01420 }
<a name="l01421"></a>01421 
<a name="l01422"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a9d99cd41e933c74500046dc59461a259">01422</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_1CSS2Properties.html#a9d99cd41e933c74500046dc59461a259" title="See the max-width property definition  in CSS2.">CSS2Properties::maxWidth</a>()<span class="keyword"> const</span>
<a name="l01423"></a>01423 <span class="keyword"></span>{
<a name="l01424"></a>01424     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01425"></a>01425     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;maxWidth&quot;</span>);
<a name="l01426"></a>01426 }
<a name="l01427"></a>01427 
<a name="l01428"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a878d7f64ade760cc671b636b9d5074fd">01428</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a878d7f64ade760cc671b636b9d5074fd" title="see maxWidth">CSS2Properties::setMaxWidth</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="l01429"></a>01429 {
<a name="l01430"></a>01430     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;maxWidth&quot;</span>, value);
<a name="l01431"></a>01431 }
<a name="l01432"></a>01432 
<a name="l01433"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ab41f4e0c14c950e29b95f280f9fa5c55">01433</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_1CSS2Properties.html#ab41f4e0c14c950e29b95f280f9fa5c55" title="See the min-height property definition  in CSS2.">CSS2Properties::minHeight</a>()<span class="keyword"> const</span>
<a name="l01434"></a>01434 <span class="keyword"></span>{
<a name="l01435"></a>01435     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01436"></a>01436     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;minHeight&quot;</span>);
<a name="l01437"></a>01437 }
<a name="l01438"></a>01438 
<a name="l01439"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a3d23980785c6fa77078f953ba0d49813">01439</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a3d23980785c6fa77078f953ba0d49813" title="see minHeight">CSS2Properties::setMinHeight</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="l01440"></a>01440 {
<a name="l01441"></a>01441     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;minHeight&quot;</span>, value);
<a name="l01442"></a>01442 }
<a name="l01443"></a>01443 
<a name="l01444"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a55bc1331c749fdee36593b9a0b4936b8">01444</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_1CSS2Properties.html#a55bc1331c749fdee36593b9a0b4936b8" title="See the min-width property definition  in CSS2.">CSS2Properties::minWidth</a>()<span class="keyword"> const</span>
<a name="l01445"></a>01445 <span class="keyword"></span>{
<a name="l01446"></a>01446     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01447"></a>01447     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;minWidth&quot;</span>);
<a name="l01448"></a>01448 }
<a name="l01449"></a>01449 
<a name="l01450"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a24ec8e0387570402af34a4534d4abba3">01450</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a24ec8e0387570402af34a4534d4abba3" title="see minWidth">CSS2Properties::setMinWidth</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="l01451"></a>01451 {
<a name="l01452"></a>01452     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;minWidth&quot;</span>, value);
<a name="l01453"></a>01453 }
<a name="l01454"></a>01454 
<a name="l01455"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a749925e636076a0e73a6bea84a0052e0">01455</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_1CSS2Properties.html#a749925e636076a0e73a6bea84a0052e0" title="See the orphans property definition  in CSS2.">CSS2Properties::orphans</a>()<span class="keyword"> const</span>
<a name="l01456"></a>01456 <span class="keyword"></span>{
<a name="l01457"></a>01457     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01458"></a>01458     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;orphans&quot;</span>);
<a name="l01459"></a>01459 }
<a name="l01460"></a>01460 
<a name="l01461"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a6b678744d7541c5bfdeffa3cf350aa3d">01461</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a6b678744d7541c5bfdeffa3cf350aa3d" title="see orphans">CSS2Properties::setOrphans</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="l01462"></a>01462 {
<a name="l01463"></a>01463     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;orphans&quot;</span>, value);
<a name="l01464"></a>01464 }
<a name="l01465"></a>01465 
<a name="l01466"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a695705d8de96ba2bdfb34c175970a307">01466</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_1CSS2Properties.html#a695705d8de96ba2bdfb34c175970a307" title="See the outline property definition  in CSS2.">CSS2Properties::outline</a>()<span class="keyword"> const</span>
<a name="l01467"></a>01467 <span class="keyword"></span>{
<a name="l01468"></a>01468     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01469"></a>01469     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;outline&quot;</span>);
<a name="l01470"></a>01470 }
<a name="l01471"></a>01471 
<a name="l01472"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a9635e1f8124a755a71cc44b17c154cc3">01472</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a9635e1f8124a755a71cc44b17c154cc3" title="see outline">CSS2Properties::setOutline</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="l01473"></a>01473 {
<a name="l01474"></a>01474     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;outline&quot;</span>, value);
<a name="l01475"></a>01475 }
<a name="l01476"></a>01476 
<a name="l01477"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a460f68749dd5db7bcda35f55cd85cb07">01477</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_1CSS2Properties.html#a460f68749dd5db7bcda35f55cd85cb07" title="See the outline-color property definition  in CSS2.">CSS2Properties::outlineColor</a>()<span class="keyword"> const</span>
<a name="l01478"></a>01478 <span class="keyword"></span>{
<a name="l01479"></a>01479     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01480"></a>01480     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;outlineColor&quot;</span>);
<a name="l01481"></a>01481 }
<a name="l01482"></a>01482 
<a name="l01483"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ae7886f661fbd868a6c46f297c2a6f38f">01483</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#ae7886f661fbd868a6c46f297c2a6f38f" title="see outlineColor">CSS2Properties::setOutlineColor</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="l01484"></a>01484 {
<a name="l01485"></a>01485     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;outlineColor&quot;</span>, value);
<a name="l01486"></a>01486 }
<a name="l01487"></a>01487 
<a name="l01488"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a8c9be3acee35da52889a3bdbf57d7177">01488</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_1CSS2Properties.html#a8c9be3acee35da52889a3bdbf57d7177" title="See the outline-style property definition  in CSS2.">CSS2Properties::outlineStyle</a>()<span class="keyword"> const</span>
<a name="l01489"></a>01489 <span class="keyword"></span>{
<a name="l01490"></a>01490     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01491"></a>01491     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;outlineStyle&quot;</span>);
<a name="l01492"></a>01492 }
<a name="l01493"></a>01493 
<a name="l01494"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aaf27d381f27b6792d73abdd449bfe1fd">01494</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#aaf27d381f27b6792d73abdd449bfe1fd" title="see outlineStyle">CSS2Properties::setOutlineStyle</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="l01495"></a>01495 {
<a name="l01496"></a>01496     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;outlineStyle&quot;</span>, value);
<a name="l01497"></a>01497 }
<a name="l01498"></a>01498 
<a name="l01499"></a><a class="code" href="classDOM_1_1CSS2Properties.html#abcfb08013d1d4a238528ca5d50b967ba">01499</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_1CSS2Properties.html#abcfb08013d1d4a238528ca5d50b967ba" title="See the outline-width property definition  in CSS2.">CSS2Properties::outlineWidth</a>()<span class="keyword"> const</span>
<a name="l01500"></a>01500 <span class="keyword"></span>{
<a name="l01501"></a>01501     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01502"></a>01502     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;outlineWidth&quot;</span>);
<a name="l01503"></a>01503 }
<a name="l01504"></a>01504 
<a name="l01505"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a26d8a76ea398ae8b23519f2a2b5cb225">01505</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a26d8a76ea398ae8b23519f2a2b5cb225" title="see outlineWidth">CSS2Properties::setOutlineWidth</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="l01506"></a>01506 {
<a name="l01507"></a>01507     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;outlineWidth&quot;</span>, value);
<a name="l01508"></a>01508 }
<a name="l01509"></a>01509 
<a name="l01510"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ad365c67170fe284cecf3966b2af279a3">01510</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_1CSS2Properties.html#ad365c67170fe284cecf3966b2af279a3" title="See the overflow property definition  in CSS2.">CSS2Properties::overflow</a>()<span class="keyword"> const</span>
<a name="l01511"></a>01511 <span class="keyword"></span>{
<a name="l01512"></a>01512     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01513"></a>01513     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;overflow&quot;</span>);
<a name="l01514"></a>01514 }
<a name="l01515"></a>01515 
<a name="l01516"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aa2ec794de796db12adef17c8760d9f86">01516</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#aa2ec794de796db12adef17c8760d9f86" title="see overflow">CSS2Properties::setOverflow</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="l01517"></a>01517 {
<a name="l01518"></a>01518     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;overflow&quot;</span>, value);
<a name="l01519"></a>01519 }
<a name="l01520"></a>01520 
<a name="l01521"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a1beff3e46f916ba424b5428e78768cf0">01521</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_1CSS2Properties.html#a1beff3e46f916ba424b5428e78768cf0" title="See the padding property definition  in CSS2.">CSS2Properties::padding</a>()<span class="keyword"> const</span>
<a name="l01522"></a>01522 <span class="keyword"></span>{
<a name="l01523"></a>01523     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01524"></a>01524     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;padding&quot;</span>);
<a name="l01525"></a>01525 }
<a name="l01526"></a>01526 
<a name="l01527"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a20970d53c6384732784c89eb57b57cb3">01527</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a20970d53c6384732784c89eb57b57cb3" title="see padding">CSS2Properties::setPadding</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="l01528"></a>01528 {
<a name="l01529"></a>01529     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;padding&quot;</span>, value);
<a name="l01530"></a>01530 }
<a name="l01531"></a>01531 
<a name="l01532"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a83ea7ad427201d1706e1c41f0b50449d">01532</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_1CSS2Properties.html#a83ea7ad427201d1706e1c41f0b50449d" title="See the padding-top property definition  in CSS2.">CSS2Properties::paddingTop</a>()<span class="keyword"> const</span>
<a name="l01533"></a>01533 <span class="keyword"></span>{
<a name="l01534"></a>01534     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01535"></a>01535     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;paddingTop&quot;</span>);
<a name="l01536"></a>01536 }
<a name="l01537"></a>01537 
<a name="l01538"></a><a class="code" href="classDOM_1_1CSS2Properties.html#af62b8b960c5678f986b941974639219f">01538</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#af62b8b960c5678f986b941974639219f" title="see paddingTop">CSS2Properties::setPaddingTop</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="l01539"></a>01539 {
<a name="l01540"></a>01540     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;paddingTop&quot;</span>, value);
<a name="l01541"></a>01541 }
<a name="l01542"></a>01542 
<a name="l01543"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a0b5ca56ef83b596627354a4f64138caf">01543</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_1CSS2Properties.html#a0b5ca56ef83b596627354a4f64138caf" title="See the padding-right property definition  in CSS2.">CSS2Properties::paddingRight</a>()<span class="keyword"> const</span>
<a name="l01544"></a>01544 <span class="keyword"></span>{
<a name="l01545"></a>01545     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01546"></a>01546     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;paddingRight&quot;</span>);
<a name="l01547"></a>01547 }
<a name="l01548"></a>01548 
<a name="l01549"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a67b2e94a2037950b597745fba5f16766">01549</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a67b2e94a2037950b597745fba5f16766" title="see paddingRight">CSS2Properties::setPaddingRight</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="l01550"></a>01550 {
<a name="l01551"></a>01551     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;paddingRight&quot;</span>, value);
<a name="l01552"></a>01552 }
<a name="l01553"></a>01553 
<a name="l01554"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a265b0713dd3c9564c68f9d5daf1ea87c">01554</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_1CSS2Properties.html#a265b0713dd3c9564c68f9d5daf1ea87c" title="See the padding-bottom property definition  in CSS2.">CSS2Properties::paddingBottom</a>()<span class="keyword"> const</span>
<a name="l01555"></a>01555 <span class="keyword"></span>{
<a name="l01556"></a>01556     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01557"></a>01557     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;paddingBottom&quot;</span>);
<a name="l01558"></a>01558 }
<a name="l01559"></a>01559 
<a name="l01560"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a3dab2f34555eff2b5013c2fbb187e426">01560</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a3dab2f34555eff2b5013c2fbb187e426" title="see paddingBottom">CSS2Properties::setPaddingBottom</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="l01561"></a>01561 {
<a name="l01562"></a>01562     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;paddingBottom&quot;</span>, value);
<a name="l01563"></a>01563 }
<a name="l01564"></a>01564 
<a name="l01565"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ac357bc988a021af94bd797246e54916f">01565</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_1CSS2Properties.html#ac357bc988a021af94bd797246e54916f" title="See the padding-left property definition  in CSS2.">CSS2Properties::paddingLeft</a>()<span class="keyword"> const</span>
<a name="l01566"></a>01566 <span class="keyword"></span>{
<a name="l01567"></a>01567     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01568"></a>01568     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;paddingLeft&quot;</span>);
<a name="l01569"></a>01569 }
<a name="l01570"></a>01570 
<a name="l01571"></a><a class="code" href="classDOM_1_1CSS2Properties.html#afeb63d872b822cfd6293cc391a6f6abc">01571</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#afeb63d872b822cfd6293cc391a6f6abc" title="see paddingLeft">CSS2Properties::setPaddingLeft</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="l01572"></a>01572 {
<a name="l01573"></a>01573     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;paddingLeft&quot;</span>, value);
<a name="l01574"></a>01574 }
<a name="l01575"></a>01575 
<a name="l01576"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a11a902e093bcda8a8f844c533e5fe94d">01576</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_1CSS2Properties.html#a11a902e093bcda8a8f844c533e5fe94d" title="See the page property definition  in CSS2.">CSS2Properties::page</a>()<span class="keyword"> const</span>
<a name="l01577"></a>01577 <span class="keyword"></span>{
<a name="l01578"></a>01578     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01579"></a>01579     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;page&quot;</span>);
<a name="l01580"></a>01580 }
<a name="l01581"></a>01581 
<a name="l01582"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a4a95cdd5d98525dd1c4c9d1e5c279b09">01582</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a4a95cdd5d98525dd1c4c9d1e5c279b09" title="see page">CSS2Properties::setPage</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="l01583"></a>01583 {
<a name="l01584"></a>01584     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;page&quot;</span>, value);
<a name="l01585"></a>01585 }
<a name="l01586"></a>01586 
<a name="l01587"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a34fbd4a6393f92d563c8ee63c4b02de9">01587</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_1CSS2Properties.html#a34fbd4a6393f92d563c8ee63c4b02de9" title="See the page-break-after property definition  in CSS2.">CSS2Properties::pageBreakAfter</a>()<span class="keyword"> const</span>
<a name="l01588"></a>01588 <span class="keyword"></span>{
<a name="l01589"></a>01589     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01590"></a>01590     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;pageBreakAfter&quot;</span>);
<a name="l01591"></a>01591 }
<a name="l01592"></a>01592 
<a name="l01593"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aca6cc9041d2f7d94d826369b76caca63">01593</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#aca6cc9041d2f7d94d826369b76caca63" title="see pageBreakAfter">CSS2Properties::setPageBreakAfter</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="l01594"></a>01594 {
<a name="l01595"></a>01595     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;pageBreakAfter&quot;</span>, value);
<a name="l01596"></a>01596 }
<a name="l01597"></a>01597 
<a name="l01598"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a7fd0a24739ccbd72063c9b18aec7f164">01598</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_1CSS2Properties.html#a7fd0a24739ccbd72063c9b18aec7f164" title="See the page-break-before property definition  in CSS2.">CSS2Properties::pageBreakBefore</a>()<span class="keyword"> const</span>
<a name="l01599"></a>01599 <span class="keyword"></span>{
<a name="l01600"></a>01600     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01601"></a>01601     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;pageBreakBefore&quot;</span>);
<a name="l01602"></a>01602 }
<a name="l01603"></a>01603 
<a name="l01604"></a><a class="code" href="classDOM_1_1CSS2Properties.html#af5d7992acdda57c2a1be6d0dfe20d57c">01604</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#af5d7992acdda57c2a1be6d0dfe20d57c" title="see pageBreakBefore">CSS2Properties::setPageBreakBefore</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="l01605"></a>01605 {
<a name="l01606"></a>01606     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;pageBreakBefore&quot;</span>, value);
<a name="l01607"></a>01607 }
<a name="l01608"></a>01608 
<a name="l01609"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a81e75acda372e48dcaa340796f6dcc5b">01609</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_1CSS2Properties.html#a81e75acda372e48dcaa340796f6dcc5b" title="See the page-break-inside property definition  in CSS2.">CSS2Properties::pageBreakInside</a>()<span class="keyword"> const</span>
<a name="l01610"></a>01610 <span class="keyword"></span>{
<a name="l01611"></a>01611     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01612"></a>01612     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;pageBreakInside&quot;</span>);
<a name="l01613"></a>01613 }
<a name="l01614"></a>01614 
<a name="l01615"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a275be5ed8d4b04cdb176f0e4d442152e">01615</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a275be5ed8d4b04cdb176f0e4d442152e" title="see pageBreakInside">CSS2Properties::setPageBreakInside</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="l01616"></a>01616 {
<a name="l01617"></a>01617     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;pageBreakInside&quot;</span>, value);
<a name="l01618"></a>01618 }
<a name="l01619"></a>01619 
<a name="l01620"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a88b9b19225c32a0d6e951a631183d1ea">01620</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_1CSS2Properties.html#a88b9b19225c32a0d6e951a631183d1ea" title="See the pause property definition  in CSS2.">CSS2Properties::pause</a>()<span class="keyword"> const</span>
<a name="l01621"></a>01621 <span class="keyword"></span>{
<a name="l01622"></a>01622     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01623"></a>01623     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;pause&quot;</span>);
<a name="l01624"></a>01624 }
<a name="l01625"></a>01625 
<a name="l01626"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a170b9ca3a0a9dd9a100b3998cb5a0442">01626</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a170b9ca3a0a9dd9a100b3998cb5a0442" title="see pause">CSS2Properties::setPause</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="l01627"></a>01627 {
<a name="l01628"></a>01628     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;pause&quot;</span>, value);
<a name="l01629"></a>01629 }
<a name="l01630"></a>01630 
<a name="l01631"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a28b210c31f5137225033af63848b2194">01631</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_1CSS2Properties.html#a28b210c31f5137225033af63848b2194" title="See the pause-after property definition  in CSS2.">CSS2Properties::pauseAfter</a>()<span class="keyword"> const</span>
<a name="l01632"></a>01632 <span class="keyword"></span>{
<a name="l01633"></a>01633     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01634"></a>01634     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;pauseAfter&quot;</span>);
<a name="l01635"></a>01635 }
<a name="l01636"></a>01636 
<a name="l01637"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a272cbef312ae18e08cab21f216bf244a">01637</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a272cbef312ae18e08cab21f216bf244a" title="see pauseAfter">CSS2Properties::setPauseAfter</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="l01638"></a>01638 {
<a name="l01639"></a>01639     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;pauseAfter&quot;</span>, value);
<a name="l01640"></a>01640 }
<a name="l01641"></a>01641 
<a name="l01642"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a71ccdce167a5d04e09380b3926efcc07">01642</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_1CSS2Properties.html#a71ccdce167a5d04e09380b3926efcc07" title="See the pause-before property definition  in CSS2.">CSS2Properties::pauseBefore</a>()<span class="keyword"> const</span>
<a name="l01643"></a>01643 <span class="keyword"></span>{
<a name="l01644"></a>01644     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01645"></a>01645     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;pauseBefore&quot;</span>);
<a name="l01646"></a>01646 }
<a name="l01647"></a>01647 
<a name="l01648"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a9446e8d5710bf1969167ada334269385">01648</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a9446e8d5710bf1969167ada334269385" title="see pauseBefore">CSS2Properties::setPauseBefore</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="l01649"></a>01649 {
<a name="l01650"></a>01650     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;pauseBefore&quot;</span>, value);
<a name="l01651"></a>01651 }
<a name="l01652"></a>01652 
<a name="l01653"></a><a class="code" href="classDOM_1_1CSS2Properties.html#acdc3248934d666f8915712547cd12684">01653</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_1CSS2Properties.html#acdc3248934d666f8915712547cd12684" title="See the pitch property definition  in CSS2.">CSS2Properties::pitch</a>()<span class="keyword"> const</span>
<a name="l01654"></a>01654 <span class="keyword"></span>{
<a name="l01655"></a>01655     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01656"></a>01656     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;pitch&quot;</span>);
<a name="l01657"></a>01657 }
<a name="l01658"></a>01658 
<a name="l01659"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a1960dac512a209c533f21fabf9b1499d">01659</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a1960dac512a209c533f21fabf9b1499d" title="see pitch">CSS2Properties::setPitch</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="l01660"></a>01660 {
<a name="l01661"></a>01661     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;pitch&quot;</span>, value);
<a name="l01662"></a>01662 }
<a name="l01663"></a>01663 
<a name="l01664"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ae971246c3f15d328e40f735a7f4bf315">01664</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_1CSS2Properties.html#ae971246c3f15d328e40f735a7f4bf315" title="See the pitch-range property definition  in CSS2.">CSS2Properties::pitchRange</a>()<span class="keyword"> const</span>
<a name="l01665"></a>01665 <span class="keyword"></span>{
<a name="l01666"></a>01666     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01667"></a>01667     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;pitchRange&quot;</span>);
<a name="l01668"></a>01668 }
<a name="l01669"></a>01669 
<a name="l01670"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ad9c3ce2084ca58cccda8f8bbc50196c0">01670</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#ad9c3ce2084ca58cccda8f8bbc50196c0" title="see pitchRange">CSS2Properties::setPitchRange</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="l01671"></a>01671 {
<a name="l01672"></a>01672     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;pitchRange&quot;</span>, value);
<a name="l01673"></a>01673 }
<a name="l01674"></a>01674 
<a name="l01675"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a0e7206e6218f571e83d0540993496f2d">01675</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_1CSS2Properties.html#a0e7206e6218f571e83d0540993496f2d" title="See the play-during property definition  in CSS2.">CSS2Properties::playDuring</a>()<span class="keyword"> const</span>
<a name="l01676"></a>01676 <span class="keyword"></span>{
<a name="l01677"></a>01677     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01678"></a>01678     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;playDuring&quot;</span>);
<a name="l01679"></a>01679 }
<a name="l01680"></a>01680 
<a name="l01681"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a395ed5f4133017cda45ec9862f86331e">01681</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a395ed5f4133017cda45ec9862f86331e" title="see playDuring">CSS2Properties::setPlayDuring</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="l01682"></a>01682 {
<a name="l01683"></a>01683     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;playDuring&quot;</span>, value);
<a name="l01684"></a>01684 }
<a name="l01685"></a>01685 
<a name="l01686"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a046f92f23e2e0c1f5deaa0183c2937ad">01686</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_1CSS2Properties.html#a046f92f23e2e0c1f5deaa0183c2937ad" title="See the position property definition  in CSS2.">CSS2Properties::position</a>()<span class="keyword"> const</span>
<a name="l01687"></a>01687 <span class="keyword"></span>{
<a name="l01688"></a>01688     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01689"></a>01689     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;position&quot;</span>);
<a name="l01690"></a>01690 }
<a name="l01691"></a>01691 
<a name="l01692"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aef6d174692d40358037b2e56c7020f6c">01692</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#aef6d174692d40358037b2e56c7020f6c" title="see position">CSS2Properties::setPosition</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="l01693"></a>01693 {
<a name="l01694"></a>01694     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;position&quot;</span>, value);
<a name="l01695"></a>01695 }
<a name="l01696"></a>01696 
<a name="l01697"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ae8f2182f00ea737b1fce15ae021549ee">01697</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_1CSS2Properties.html#ae8f2182f00ea737b1fce15ae021549ee" title="See the quotes property definition  in CSS2.">CSS2Properties::quotes</a>()<span class="keyword"> const</span>
<a name="l01698"></a>01698 <span class="keyword"></span>{
<a name="l01699"></a>01699     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01700"></a>01700     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;quotes&quot;</span>);
<a name="l01701"></a>01701 }
<a name="l01702"></a>01702 
<a name="l01703"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a848f965ed3cf6af13591a4d387616b5c">01703</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a848f965ed3cf6af13591a4d387616b5c" title="see quotes">CSS2Properties::setQuotes</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="l01704"></a>01704 {
<a name="l01705"></a>01705     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;quotes&quot;</span>, value);
<a name="l01706"></a>01706 }
<a name="l01707"></a>01707 
<a name="l01708"></a><a class="code" href="classDOM_1_1CSS2Properties.html#af58585ef1615cd327dfee9a38b2e4aec">01708</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_1CSS2Properties.html#af58585ef1615cd327dfee9a38b2e4aec" title="See the richness property definition  in CSS2.">CSS2Properties::richness</a>()<span class="keyword"> const</span>
<a name="l01709"></a>01709 <span class="keyword"></span>{
<a name="l01710"></a>01710     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01711"></a>01711     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;richness&quot;</span>);
<a name="l01712"></a>01712 }
<a name="l01713"></a>01713 
<a name="l01714"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a6c886f01ac36d9c0be75721979193152">01714</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a6c886f01ac36d9c0be75721979193152" title="see richness">CSS2Properties::setRichness</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="l01715"></a>01715 {
<a name="l01716"></a>01716     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;richness&quot;</span>, value);
<a name="l01717"></a>01717 }
<a name="l01718"></a>01718 
<a name="l01719"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a532983fba3768dd47fed73184619a097">01719</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_1CSS2Properties.html#a532983fba3768dd47fed73184619a097" title="See the right property definition  in CSS2.">CSS2Properties::right</a>()<span class="keyword"> const</span>
<a name="l01720"></a>01720 <span class="keyword"></span>{
<a name="l01721"></a>01721     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01722"></a>01722     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;right&quot;</span>);
<a name="l01723"></a>01723 }
<a name="l01724"></a>01724 
<a name="l01725"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aaa127c2eb3fdce66edb5e8b57c8cf364">01725</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#aaa127c2eb3fdce66edb5e8b57c8cf364" title="see right">CSS2Properties::setRight</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="l01726"></a>01726 {
<a name="l01727"></a>01727     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;right&quot;</span>, value);
<a name="l01728"></a>01728 }
<a name="l01729"></a>01729 
<a name="l01730"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aab661f9fa0cc75a656e5b9526bc1d50e">01730</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_1CSS2Properties.html#aab661f9fa0cc75a656e5b9526bc1d50e" title="See the size property definition  in CSS2.">CSS2Properties::size</a>()<span class="keyword"> const</span>
<a name="l01731"></a>01731 <span class="keyword"></span>{
<a name="l01732"></a>01732     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01733"></a>01733     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;size&quot;</span>);
<a name="l01734"></a>01734 }
<a name="l01735"></a>01735 
<a name="l01736"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ab4411b637c9d4950d6a91f301557944d">01736</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#ab4411b637c9d4950d6a91f301557944d" title="see size">CSS2Properties::setSize</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="l01737"></a>01737 {
<a name="l01738"></a>01738     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;size&quot;</span>, value);
<a name="l01739"></a>01739 }
<a name="l01740"></a>01740 
<a name="l01741"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a443282e35e1fe3c748de7582ad22b1dc">01741</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_1CSS2Properties.html#a443282e35e1fe3c748de7582ad22b1dc" title="See the speak property definition  in CSS2.">CSS2Properties::speak</a>()<span class="keyword"> const</span>
<a name="l01742"></a>01742 <span class="keyword"></span>{
<a name="l01743"></a>01743     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01744"></a>01744     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;speak&quot;</span>);
<a name="l01745"></a>01745 }
<a name="l01746"></a>01746 
<a name="l01747"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a3df2da2edaccbb80096787522dcc51fc">01747</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a3df2da2edaccbb80096787522dcc51fc" title="see speak">CSS2Properties::setSpeak</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="l01748"></a>01748 {
<a name="l01749"></a>01749     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;speak&quot;</span>, value);
<a name="l01750"></a>01750 }
<a name="l01751"></a>01751 
<a name="l01752"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a684eb01cebbbdaded2c66263d3667514">01752</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_1CSS2Properties.html#a684eb01cebbbdaded2c66263d3667514" title="See the speak-header property definition  in CSS2.">CSS2Properties::speakHeader</a>()<span class="keyword"> const</span>
<a name="l01753"></a>01753 <span class="keyword"></span>{
<a name="l01754"></a>01754     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01755"></a>01755     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;speakHeader&quot;</span>);
<a name="l01756"></a>01756 }
<a name="l01757"></a>01757 
<a name="l01758"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a8ee5f17432f7058418ffac1f77c1e5ba">01758</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a8ee5f17432f7058418ffac1f77c1e5ba" title="see speakHeader">CSS2Properties::setSpeakHeader</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="l01759"></a>01759 {
<a name="l01760"></a>01760     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;speakHeader&quot;</span>, value);
<a name="l01761"></a>01761 }
<a name="l01762"></a>01762 
<a name="l01763"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a6feac2a25aa1517a8d64c0b97f44ceee">01763</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_1CSS2Properties.html#a6feac2a25aa1517a8d64c0b97f44ceee" title="See the speak-numeral property definition  in CSS2.">CSS2Properties::speakNumeral</a>()<span class="keyword"> const</span>
<a name="l01764"></a>01764 <span class="keyword"></span>{
<a name="l01765"></a>01765     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01766"></a>01766     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;speakNumeral&quot;</span>);
<a name="l01767"></a>01767 }
<a name="l01768"></a>01768 
<a name="l01769"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a4f09a259931f366728e8b023fedeab36">01769</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a4f09a259931f366728e8b023fedeab36" title="see speakNumeral">CSS2Properties::setSpeakNumeral</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="l01770"></a>01770 {
<a name="l01771"></a>01771     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;speakNumeral&quot;</span>, value);
<a name="l01772"></a>01772 }
<a name="l01773"></a>01773 
<a name="l01774"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ad176d32466eeb17a2e86d80a18acbf8a">01774</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_1CSS2Properties.html#ad176d32466eeb17a2e86d80a18acbf8a" title="See the speak-punctuation property definition  in CSS2.">CSS2Properties::speakPunctuation</a>()<span class="keyword"> const</span>
<a name="l01775"></a>01775 <span class="keyword"></span>{
<a name="l01776"></a>01776     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01777"></a>01777     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;speakPunctuation&quot;</span>);
<a name="l01778"></a>01778 }
<a name="l01779"></a>01779 
<a name="l01780"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aafbdf6ec973e21bdf9863b2a38407e4d">01780</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#aafbdf6ec973e21bdf9863b2a38407e4d" title="see speakPunctuation">CSS2Properties::setSpeakPunctuation</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="l01781"></a>01781 {
<a name="l01782"></a>01782     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;speakPunctuation&quot;</span>, value);
<a name="l01783"></a>01783 }
<a name="l01784"></a>01784 
<a name="l01785"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aaf04477ae8f112ecac408406b79a4e75">01785</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_1CSS2Properties.html#aaf04477ae8f112ecac408406b79a4e75" title="See the speech-rate property definition  in CSS2.">CSS2Properties::speechRate</a>()<span class="keyword"> const</span>
<a name="l01786"></a>01786 <span class="keyword"></span>{
<a name="l01787"></a>01787     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01788"></a>01788     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;speechRate&quot;</span>);
<a name="l01789"></a>01789 }
<a name="l01790"></a>01790 
<a name="l01791"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a37743ab312cf07bd83f9d93166ec3484">01791</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a37743ab312cf07bd83f9d93166ec3484" title="see speechRate">CSS2Properties::setSpeechRate</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="l01792"></a>01792 {
<a name="l01793"></a>01793     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;speechRate&quot;</span>, value);
<a name="l01794"></a>01794 }
<a name="l01795"></a>01795 
<a name="l01796"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a1a8fafcb0e32b597d8c8e55f3018959f">01796</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_1CSS2Properties.html#a1a8fafcb0e32b597d8c8e55f3018959f" title="See the stress property definition  in CSS2.">CSS2Properties::stress</a>()<span class="keyword"> const</span>
<a name="l01797"></a>01797 <span class="keyword"></span>{
<a name="l01798"></a>01798     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01799"></a>01799     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;stress&quot;</span>);
<a name="l01800"></a>01800 }
<a name="l01801"></a>01801 
<a name="l01802"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a3a12e6ada969df37f044df937e18d576">01802</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a3a12e6ada969df37f044df937e18d576" title="see stress">CSS2Properties::setStress</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="l01803"></a>01803 {
<a name="l01804"></a>01804     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;stress&quot;</span>, value);
<a name="l01805"></a>01805 }
<a name="l01806"></a>01806 
<a name="l01807"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a36d0507b9ce10649dd62c4d6d58ff6b6">01807</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_1CSS2Properties.html#a36d0507b9ce10649dd62c4d6d58ff6b6" title="See the table-layout property definition  in CSS2.">CSS2Properties::tableLayout</a>()<span class="keyword"> const</span>
<a name="l01808"></a>01808 <span class="keyword"></span>{
<a name="l01809"></a>01809     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01810"></a>01810     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;tableLayout&quot;</span>);
<a name="l01811"></a>01811 }
<a name="l01812"></a>01812 
<a name="l01813"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ad9aa0c2f725adbe7bbe02a374effe271">01813</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#ad9aa0c2f725adbe7bbe02a374effe271" title="see tableLayout">CSS2Properties::setTableLayout</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="l01814"></a>01814 {
<a name="l01815"></a>01815     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;tableLayout&quot;</span>, value);
<a name="l01816"></a>01816 }
<a name="l01817"></a>01817 
<a name="l01818"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aea7dae3fcc46ff91d71604858a52bab9">01818</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_1CSS2Properties.html#aea7dae3fcc46ff91d71604858a52bab9" title="See the text-align property definition  in CSS2.">CSS2Properties::textAlign</a>()<span class="keyword"> const</span>
<a name="l01819"></a>01819 <span class="keyword"></span>{
<a name="l01820"></a>01820     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01821"></a>01821     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;textAlign&quot;</span>);
<a name="l01822"></a>01822 }
<a name="l01823"></a>01823 
<a name="l01824"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a9ac2004192a3f274963242994a197ec9">01824</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a9ac2004192a3f274963242994a197ec9" title="see textAlign">CSS2Properties::setTextAlign</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="l01825"></a>01825 {
<a name="l01826"></a>01826     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;textAlign&quot;</span>, value);
<a name="l01827"></a>01827 }
<a name="l01828"></a>01828 
<a name="l01829"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ad0c08e23f2c9681d2c7afea525be1362">01829</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_1CSS2Properties.html#ad0c08e23f2c9681d2c7afea525be1362" title="See the text-decoration property definition  in CSS2.">CSS2Properties::textDecoration</a>()<span class="keyword"> const</span>
<a name="l01830"></a>01830 <span class="keyword"></span>{
<a name="l01831"></a>01831     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01832"></a>01832     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;textDecoration&quot;</span>);
<a name="l01833"></a>01833 }
<a name="l01834"></a>01834 
<a name="l01835"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a5cd57ba7f7c9f07545d00c0c7eb50329">01835</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a5cd57ba7f7c9f07545d00c0c7eb50329" title="see textDecoration">CSS2Properties::setTextDecoration</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="l01836"></a>01836 {
<a name="l01837"></a>01837     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;textDecoration&quot;</span>, value);
<a name="l01838"></a>01838 }
<a name="l01839"></a>01839 
<a name="l01840"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ab14e17b74758500e7e0b0031cbad7947">01840</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_1CSS2Properties.html#ab14e17b74758500e7e0b0031cbad7947" title="See the text-indent property definition  in CSS2.">CSS2Properties::textIndent</a>()<span class="keyword"> const</span>
<a name="l01841"></a>01841 <span class="keyword"></span>{
<a name="l01842"></a>01842     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01843"></a>01843     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;textIndent&quot;</span>);
<a name="l01844"></a>01844 }
<a name="l01845"></a>01845 
<a name="l01846"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a9f8bef0dae5a63983d86065ca87a4996">01846</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a9f8bef0dae5a63983d86065ca87a4996" title="see textIndent">CSS2Properties::setTextIndent</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="l01847"></a>01847 {
<a name="l01848"></a>01848     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;textIndent&quot;</span>, value);
<a name="l01849"></a>01849 }
<a name="l01850"></a>01850 
<a name="l01851"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ad59479d17ab8b5519ce116d5b9f6b118">01851</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_1CSS2Properties.html#ad59479d17ab8b5519ce116d5b9f6b118" title="See the text-shadow property definition  in CSS2.">CSS2Properties::textShadow</a>()<span class="keyword"> const</span>
<a name="l01852"></a>01852 <span class="keyword"></span>{
<a name="l01853"></a>01853     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01854"></a>01854     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;textShadow&quot;</span>);
<a name="l01855"></a>01855 }
<a name="l01856"></a>01856 
<a name="l01857"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ace51e535407fd9761cbcbbaa83eedef2">01857</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#ace51e535407fd9761cbcbbaa83eedef2" title="see textShadow">CSS2Properties::setTextShadow</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="l01858"></a>01858 {
<a name="l01859"></a>01859     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;textShadow&quot;</span>, value);
<a name="l01860"></a>01860 }
<a name="l01861"></a>01861 
<a name="l01862"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a6918f28d06763a565eeccb2ef3a4d390">01862</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_1CSS2Properties.html#a6918f28d06763a565eeccb2ef3a4d390" title="See the text-transform property definition  in CSS2.">CSS2Properties::textTransform</a>()<span class="keyword"> const</span>
<a name="l01863"></a>01863 <span class="keyword"></span>{
<a name="l01864"></a>01864     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01865"></a>01865     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;textTransform&quot;</span>);
<a name="l01866"></a>01866 }
<a name="l01867"></a>01867 
<a name="l01868"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a65cc9acaa69ccae14f0425c46e455287">01868</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a65cc9acaa69ccae14f0425c46e455287" title="see textTransform">CSS2Properties::setTextTransform</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="l01869"></a>01869 {
<a name="l01870"></a>01870     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;textTransform&quot;</span>, value);
<a name="l01871"></a>01871 }
<a name="l01872"></a>01872 
<a name="l01873"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a605ebd7254a0e808edbc42881791d5d3">01873</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_1CSS2Properties.html#a605ebd7254a0e808edbc42881791d5d3" title="See the top property definition  in CSS2.">CSS2Properties::top</a>()<span class="keyword"> const</span>
<a name="l01874"></a>01874 <span class="keyword"></span>{
<a name="l01875"></a>01875     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01876"></a>01876     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;top&quot;</span>);
<a name="l01877"></a>01877 }
<a name="l01878"></a>01878 
<a name="l01879"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a49fe44ba417132bffa3b23a3e5c6cbf9">01879</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a49fe44ba417132bffa3b23a3e5c6cbf9" title="see top">CSS2Properties::setTop</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="l01880"></a>01880 {
<a name="l01881"></a>01881     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;top&quot;</span>, value);
<a name="l01882"></a>01882 }
<a name="l01883"></a>01883 
<a name="l01884"></a><a class="code" href="classDOM_1_1CSS2Properties.html#af619fe71412cea6b2671ad59b4081641">01884</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_1CSS2Properties.html#af619fe71412cea6b2671ad59b4081641" title="See the unicode-bidi property definition  in CSS2.">CSS2Properties::unicodeBidi</a>()<span class="keyword"> const</span>
<a name="l01885"></a>01885 <span class="keyword"></span>{
<a name="l01886"></a>01886     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01887"></a>01887     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;unicodeBidi&quot;</span>);
<a name="l01888"></a>01888 }
<a name="l01889"></a>01889 
<a name="l01890"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aa7b25718e1a6d6f90d3bb1ba7ed5a124">01890</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#aa7b25718e1a6d6f90d3bb1ba7ed5a124" title="see unicodeBidi">CSS2Properties::setUnicodeBidi</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="l01891"></a>01891 {
<a name="l01892"></a>01892     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;unicodeBidi&quot;</span>, value);
<a name="l01893"></a>01893 }
<a name="l01894"></a>01894 
<a name="l01895"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a2f71f01888491791724fcb4f35c7db9e">01895</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_1CSS2Properties.html#a2f71f01888491791724fcb4f35c7db9e" title="See the vertical-align property definition  in CSS2.">CSS2Properties::verticalAlign</a>()<span class="keyword"> const</span>
<a name="l01896"></a>01896 <span class="keyword"></span>{
<a name="l01897"></a>01897     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01898"></a>01898     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;verticalAlign&quot;</span>);
<a name="l01899"></a>01899 }
<a name="l01900"></a>01900 
<a name="l01901"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a975f542b0a382b15b2e2bc6955f29876">01901</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a975f542b0a382b15b2e2bc6955f29876" title="see verticalAlign">CSS2Properties::setVerticalAlign</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="l01902"></a>01902 {
<a name="l01903"></a>01903     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;verticalAlign&quot;</span>, value);
<a name="l01904"></a>01904 }
<a name="l01905"></a>01905 
<a name="l01906"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a8a398f3d634c349862fef31fa902c026">01906</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_1CSS2Properties.html#a8a398f3d634c349862fef31fa902c026" title="See the visibility property definition  in CSS2.">CSS2Properties::visibility</a>()<span class="keyword"> const</span>
<a name="l01907"></a>01907 <span class="keyword"></span>{
<a name="l01908"></a>01908     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01909"></a>01909     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;visibility&quot;</span>);
<a name="l01910"></a>01910 }
<a name="l01911"></a>01911 
<a name="l01912"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a1e0c8ee1157d70d163b5a3cd5a382adc">01912</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a1e0c8ee1157d70d163b5a3cd5a382adc" title="see visibility">CSS2Properties::setVisibility</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="l01913"></a>01913 {
<a name="l01914"></a>01914     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;visibility&quot;</span>, value);
<a name="l01915"></a>01915 }
<a name="l01916"></a>01916 
<a name="l01917"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a25da623e6994c29d829ec48b22df1456">01917</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_1CSS2Properties.html#a25da623e6994c29d829ec48b22df1456" title="See the voice-family property definition  in CSS2.">CSS2Properties::voiceFamily</a>()<span class="keyword"> const</span>
<a name="l01918"></a>01918 <span class="keyword"></span>{
<a name="l01919"></a>01919     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01920"></a>01920     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;voiceFamily&quot;</span>);
<a name="l01921"></a>01921 }
<a name="l01922"></a>01922 
<a name="l01923"></a><a class="code" href="classDOM_1_1CSS2Properties.html#af78f82d47c27a318c07102790786f6f9">01923</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#af78f82d47c27a318c07102790786f6f9" title="see voiceFamily">CSS2Properties::setVoiceFamily</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="l01924"></a>01924 {
<a name="l01925"></a>01925     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;voiceFamily&quot;</span>, value);
<a name="l01926"></a>01926 }
<a name="l01927"></a>01927 
<a name="l01928"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a8a95f550524d727b003b7000acfb3b6e">01928</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_1CSS2Properties.html#a8a95f550524d727b003b7000acfb3b6e" title="See the volume property definition  in CSS2.">CSS2Properties::volume</a>()<span class="keyword"> const</span>
<a name="l01929"></a>01929 <span class="keyword"></span>{
<a name="l01930"></a>01930     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01931"></a>01931     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;volume&quot;</span>);
<a name="l01932"></a>01932 }
<a name="l01933"></a>01933 
<a name="l01934"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a8cea5bd7c136b25653fa62170c77b866">01934</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a8cea5bd7c136b25653fa62170c77b866" title="see volume">CSS2Properties::setVolume</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="l01935"></a>01935 {
<a name="l01936"></a>01936     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;volume&quot;</span>, value);
<a name="l01937"></a>01937 }
<a name="l01938"></a>01938 
<a name="l01939"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ae3306f5e0c998e453bc640c4c0691282">01939</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_1CSS2Properties.html#ae3306f5e0c998e453bc640c4c0691282" title="See the white-space property definition  in CSS2.">CSS2Properties::whiteSpace</a>()<span class="keyword"> const</span>
<a name="l01940"></a>01940 <span class="keyword"></span>{
<a name="l01941"></a>01941     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01942"></a>01942     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;whiteSpace&quot;</span>);
<a name="l01943"></a>01943 }
<a name="l01944"></a>01944 
<a name="l01945"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a37f2db99dc1a0c77f6e57b1d9a2d3cae">01945</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a37f2db99dc1a0c77f6e57b1d9a2d3cae" title="see whiteSpace">CSS2Properties::setWhiteSpace</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="l01946"></a>01946 {
<a name="l01947"></a>01947     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;whiteSpace&quot;</span>, value);
<a name="l01948"></a>01948 }
<a name="l01949"></a>01949 
<a name="l01950"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a4049dac5e1beeade1358a23e48b61e11">01950</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_1CSS2Properties.html#a4049dac5e1beeade1358a23e48b61e11" title="See the widows property definition  in CSS2.">CSS2Properties::widows</a>()<span class="keyword"> const</span>
<a name="l01951"></a>01951 <span class="keyword"></span>{
<a name="l01952"></a>01952     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01953"></a>01953     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;widows&quot;</span>);
<a name="l01954"></a>01954 }
<a name="l01955"></a>01955 
<a name="l01956"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a51dcaf539273633b6e99fb7142113296">01956</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a51dcaf539273633b6e99fb7142113296" title="see widows">CSS2Properties::setWidows</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="l01957"></a>01957 {
<a name="l01958"></a>01958     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;widows&quot;</span>, value);
<a name="l01959"></a>01959 }
<a name="l01960"></a>01960 
<a name="l01961"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ae0902d88e39ad57a3ec17c29a91918ef">01961</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_1CSS2Properties.html#ae0902d88e39ad57a3ec17c29a91918ef" title="See the width property definition  in CSS2.">CSS2Properties::width</a>()<span class="keyword"> const</span>
<a name="l01962"></a>01962 <span class="keyword"></span>{
<a name="l01963"></a>01963     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01964"></a>01964     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;width&quot;</span>);
<a name="l01965"></a>01965 }
<a name="l01966"></a>01966 
<a name="l01967"></a><a class="code" href="classDOM_1_1CSS2Properties.html#aaf9d39b3dd6a4bf41dd6062810fd93e1">01967</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#aaf9d39b3dd6a4bf41dd6062810fd93e1" title="see width">CSS2Properties::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="l01968"></a>01968 {
<a name="l01969"></a>01969     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;width&quot;</span>, value);
<a name="l01970"></a>01970 }
<a name="l01971"></a>01971 
<a name="l01972"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a7fe043be80a8ddc3a4c04e61edc3179c">01972</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_1CSS2Properties.html#a7fe043be80a8ddc3a4c04e61edc3179c" title="See the word-spacing property definition  in CSS2.">CSS2Properties::wordSpacing</a>()<span class="keyword"> const</span>
<a name="l01973"></a>01973 <span class="keyword"></span>{
<a name="l01974"></a>01974     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01975"></a>01975     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;wordSpacing&quot;</span>);
<a name="l01976"></a>01976 }
<a name="l01977"></a>01977 
<a name="l01978"></a><a class="code" href="classDOM_1_1CSS2Properties.html#ac280397ac3659df3e0818a7e8a8b691b">01978</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#ac280397ac3659df3e0818a7e8a8b691b" title="see wordSpacing">CSS2Properties::setWordSpacing</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="l01979"></a>01979 {
<a name="l01980"></a>01980     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;wordSpacing&quot;</span>, value);
<a name="l01981"></a>01981 }
<a name="l01982"></a>01982 
<a name="l01983"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a25c52989c958bdeadb909bdff9b0b00a">01983</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_1CSS2Properties.html#a25c52989c958bdeadb909bdff9b0b00a" title="See the z-index property definition  in CSS2.">CSS2Properties::zIndex</a>()<span class="keyword"> const</span>
<a name="l01984"></a>01984 <span class="keyword"></span>{
<a name="l01985"></a>01985     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l01986"></a>01986     <span class="keywordflow">return</span> ((ElementImpl *)impl)-&gt;getAttribute(<span class="stringliteral">&quot;zIndex&quot;</span>);
<a name="l01987"></a>01987 }
<a name="l01988"></a>01988 
<a name="l01989"></a><a class="code" href="classDOM_1_1CSS2Properties.html#a43595ef143c7bcece2dacbf0482fd4c4">01989</a> <span class="keywordtype">void</span> <a class="code" href="classDOM_1_1CSS2Properties.html#a43595ef143c7bcece2dacbf0482fd4c4" title="see zIndex">CSS2Properties::setZIndex</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="l01990"></a>01990 {
<a name="l01991"></a>01991     <span class="keywordflow">if</span>(impl) ((ElementImpl *)impl)-&gt;setAttribute(<span class="stringliteral">&quot;zIndex&quot;</span>, value);
<a name="l01992"></a>01992 }
<a name="l01993"></a>01993 
<a name="l01994"></a>01994 
<a name="l01995"></a>01995 
<a name="l01996"></a>01996 CSS2TextShadow::CSS2TextShadow()
<a name="l01997"></a>01997 {
<a name="l01998"></a>01998 }
<a name="l01999"></a>01999 
<a name="l02000"></a>02000 CSS2TextShadow::CSS2TextShadow(<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2TextShadow.html" title="The CSS2TextShadow interface represents a simple value for the text-shadow  CSS Level 2 property...">CSS2TextShadow</a> &amp;other)
<a name="l02001"></a>02001 {
<a name="l02002"></a>02002 }
<a name="l02003"></a>02003 
<a name="l02004"></a>02004 CSS2TextShadow::CSS2TextShadow(CSS2TextShadowImpl *impl)
<a name="l02005"></a>02005 {
<a name="l02006"></a>02006 }
<a name="l02007"></a>02007 
<a name="l02008"></a>02008 <a class="code" href="classDOM_1_1CSS2TextShadow.html" title="The CSS2TextShadow interface represents a simple value for the text-shadow  CSS Level 2 property...">CSS2TextShadow</a> &amp;CSS2TextShadow::operator = (<span class="keyword">const</span> <a class="code" href="classDOM_1_1CSS2TextShadow.html" title="The CSS2TextShadow interface represents a simple value for the text-shadow  CSS Level 2 property...">CSS2TextShadow</a> &amp;other)
<a name="l02009"></a>02009 {
<a name="l02010"></a>02010     ::operator = (other);
<a name="l02011"></a>02011     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l02012"></a>02012 }
<a name="l02013"></a>02013 
<a name="l02014"></a>02014 CSS2TextShadow::~CSS2TextShadow()
<a name="l02015"></a>02015 {
<a name="l02016"></a>02016 }
<a name="l02017"></a>02017 
<a name="l02018"></a><a class="code" href="classDOM_1_1CSS2TextShadow.html#a03fbb91d9952820566ca90e086f4e015">02018</a> <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a> <a class="code" href="classDOM_1_1CSS2TextShadow.html#a03fbb91d9952820566ca90e086f4e015" title="Specified the color of the text shadow.">CSS2TextShadow::color</a>()<span class="keyword"> const</span>
<a name="l02019"></a>02019 <span class="keyword"></span>{
<a name="l02020"></a>02020     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l02021"></a>02021     <span class="keywordflow">return</span> ((CSS2TextShadowImpl *)impl)-&gt;color();
<a name="l02022"></a>02022 }
<a name="l02023"></a>02023 
<a name="l02024"></a><a class="code" href="classDOM_1_1CSS2TextShadow.html#a7bca2e606b0d8b7fa69c2a1436aa658a">02024</a> <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a> <a class="code" href="classDOM_1_1CSS2TextShadow.html#a7bca2e606b0d8b7fa69c2a1436aa658a" title="The horizontal position of the text shadow.">CSS2TextShadow::horizontal</a>()<span class="keyword"> const</span>
<a name="l02025"></a>02025 <span class="keyword"></span>{
<a name="l02026"></a>02026     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l02027"></a>02027     <span class="keywordflow">return</span> ((CSS2TextShadowImpl *)impl)-&gt;horizontal();
<a name="l02028"></a>02028 }
<a name="l02029"></a>02029 
<a name="l02030"></a><a class="code" href="classDOM_1_1CSS2TextShadow.html#a09dd20527d4f7ae1b88a6d745306c71c">02030</a> <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a> <a class="code" href="classDOM_1_1CSS2TextShadow.html#a09dd20527d4f7ae1b88a6d745306c71c" title="The vertical position of the text shadow.">CSS2TextShadow::vertical</a>()<span class="keyword"> const</span>
<a name="l02031"></a>02031 <span class="keyword"></span>{
<a name="l02032"></a>02032     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l02033"></a>02033     <span class="keywordflow">return</span> ((CSS2TextShadowImpl *)impl)-&gt;vertical();
<a name="l02034"></a>02034 }
<a name="l02035"></a>02035 
<a name="l02036"></a><a class="code" href="classDOM_1_1CSS2TextShadow.html#ae5979df03bb68bdf3f4fc426e7d1acd4">02036</a> <a class="code" href="classDOM_1_1CSSValue.html" title="The CSSValue interface represents a simple or a complexe value.">CSSValue</a> <a class="code" href="classDOM_1_1CSS2TextShadow.html#ae5979df03bb68bdf3f4fc426e7d1acd4" title="The blur radius of the text shadow.">CSS2TextShadow::blur</a>()<span class="keyword"> const</span>
<a name="l02037"></a>02037 <span class="keyword"></span>{
<a name="l02038"></a>02038     <span class="keywordflow">if</span>(!impl) <span class="keywordflow">return</span> 0;
<a name="l02039"></a>02039     <span class="keywordflow">return</span> ((CSS2TextShadowImpl *)impl)-&gt;blur();
<a name="l02040"></a>02040 }
<a name="l02041"></a>02041 
<a name="l02042"></a>02042 
<a name="l02043"></a>02043 
</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>