Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > 90467ea6a387df728f7218a11e972208 > files > 6274

kdelibs-apidocs-3.5.6-3.amd64.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: dom2_range.h 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.4.4 -->
<div class="nav">
<a class="el" href="dir_000000.html">khtml</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_000001.html">dom</a></div>
<h1>dom2_range.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * This file is part of the DOM implementation for KDE.</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * (C) 1999 Lars Knoll (knoll@kde.org)</span>
<a name="l00005"></a>00005 <span class="comment"> * (C) 2000 Gunnstein Lye (gunnstein@netcom.no)</span>
<a name="l00006"></a>00006 <span class="comment"> * (C) 2000 Frederik Holljen (frederik.holljen@hig.no)</span>
<a name="l00007"></a>00007 <span class="comment"> * (C) 2001 Peter Kelly (pmk@post.com)</span>
<a name="l00008"></a>00008 <span class="comment"> *</span>
<a name="l00009"></a>00009 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
<a name="l00010"></a>00010 <span class="comment"> * modify it under the terms of the GNU Library General Public</span>
<a name="l00011"></a>00011 <span class="comment"> * License as published by the Free Software Foundation; either</span>
<a name="l00012"></a>00012 <span class="comment"> * version 2 of the License, or (at your option) any later version.</span>
<a name="l00013"></a>00013 <span class="comment"> *</span>
<a name="l00014"></a>00014 <span class="comment"> * This library is distributed in the hope that it will be useful,</span>
<a name="l00015"></a>00015 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00016"></a>00016 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00017"></a>00017 <span class="comment"> * Library General Public License for more details.</span>
<a name="l00018"></a>00018 <span class="comment"> *</span>
<a name="l00019"></a>00019 <span class="comment"> * You should have received a copy of the GNU Library General Public License</span>
<a name="l00020"></a>00020 <span class="comment"> * along with this library; see the file COPYING.LIB.  If not, write to</span>
<a name="l00021"></a>00021 <span class="comment"> * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,</span>
<a name="l00022"></a>00022 <span class="comment"> * Boston, MA 02110-1301, USA.</span>
<a name="l00023"></a>00023 <span class="comment"> *</span>
<a name="l00024"></a>00024 <span class="comment"> * This file includes excerpts from the Document Object Model (DOM)</span>
<a name="l00025"></a>00025 <span class="comment"> * Level 2 Specification (Candidate Recommendation)</span>
<a name="l00026"></a>00026 <span class="comment"> * http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510/</span>
<a name="l00027"></a>00027 <span class="comment"> * Copyright © 2000 W3C® (MIT, INRIA, Keio), All Rights Reserved.</span>
<a name="l00028"></a>00028 <span class="comment"> *</span>
<a name="l00029"></a>00029 <span class="comment"> */</span>
<a name="l00030"></a>00030 <span class="preprocessor">#ifndef _dom2_range_h_</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span><span class="preprocessor">#define _dom2_range_h_</span>
<a name="l00032"></a>00032 <span class="preprocessor"></span>
<a name="l00033"></a>00033 <span class="preprocessor">#include &lt;dom/dom_doc.h&gt;</span>
<a name="l00034"></a>00034 <span class="preprocessor">#include &lt;dom/dom_misc.h&gt;</span>
<a name="l00035"></a>00035 
<a name="l00036"></a>00036 <span class="keyword">namespace </span>DOM {
<a name="l00037"></a>00037 
<a name="l00038"></a>00038 <span class="keyword">class </span>DocumentFragment;
<a name="l00039"></a>00039 <span class="keyword">class </span>Node;
<a name="l00040"></a>00040 <span class="keyword">class </span>DOMString;
<a name="l00041"></a>00041 <span class="keyword">class </span>DocumentImpl;
<a name="l00042"></a>00042 <span class="keyword">class </span>RangeImpl;
<a name="l00043"></a>00043 
<a name="l00044"></a>00044 <span class="keyword">class </span>DOMException;
<a name="l00045"></a>00045 
<a name="l00046"></a>00046 <span class="comment">// Introduced in DOM Level 2:</span>
<a name="l00047"></a><a class="code" href="classDOM_1_1RangeException.html">00047</a> <span class="keyword">class </span>KHTML_EXPORT RangeException {
<a name="l00048"></a>00048 <span class="keyword">public</span>:
<a name="l00049"></a><a class="code" href="classDOM_1_1RangeException.html#a0">00049</a>     RangeException(<span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> _code) { code = _code; }
<a name="l00050"></a><a class="code" href="classDOM_1_1RangeException.html#a1">00050</a>     RangeException(<span class="keyword">const</span> RangeException &amp;other) { code = other.<a class="code" href="classDOM_1_1RangeException.html#o0">code</a>; }
<a name="l00051"></a>00051 
<a name="l00052"></a><a class="code" href="classDOM_1_1RangeException.html#a2">00052</a>     RangeException &amp; operator = (<span class="keyword">const</span> RangeException &amp;other)
<a name="l00053"></a>00053     { code = other.<a class="code" href="classDOM_1_1RangeException.html#o0">code</a>; <span class="keywordflow">return</span> *<span class="keyword">this</span>; }
<a name="l00054"></a>00054 
<a name="l00055"></a><a class="code" href="classDOM_1_1RangeException.html#a3">00055</a>     <span class="keyword">virtual</span> ~RangeException() {}
<a name="l00060"></a><a class="code" href="classDOM_1_1RangeException.html#w4">00060</a>     <span class="keyword">enum</span> <a class="code" href="classDOM_1_1RangeException.html#w4">RangeExceptionCode</a> {
<a name="l00061"></a>00061         BAD_BOUNDARYPOINTS_ERR         = 1,
<a name="l00062"></a>00062         INVALID_NODE_TYPE_ERR          = 2,
<a name="l00063"></a>00063         _EXCEPTION_OFFSET              = 2000,
<a name="l00064"></a>00064         _EXCEPTION_MAX                 = 2999
<a name="l00065"></a>00065     };
<a name="l00066"></a><a class="code" href="classDOM_1_1RangeException.html#o0">00066</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">short</span> code;
<a name="l00067"></a>00067 };
<a name="l00068"></a>00068 
<a name="l00069"></a>00069 
<a name="l00070"></a><a class="code" href="classDOM_1_1Range.html">00070</a> <span class="keyword">class </span>KHTML_EXPORT Range
<a name="l00071"></a>00071 {
<a name="l00072"></a><a class="code" href="classDOM_1_1Range.html#n0">00072</a>     <span class="keyword">friend</span> <span class="keyword">class </span>DocumentImpl;
<a name="l00073"></a><a class="code" href="classDOM_1_1Range.html#n1">00073</a>     <span class="keyword">friend</span> <span class="keyword">class </span><a class="code" href="classDOM_1_1Document.html">Document</a>;
<a name="l00074"></a><a class="code" href="classDOM_1_1Range.html#n2">00074</a>     <span class="keyword">friend</span> <span class="keyword">class </span>RangeImpl;
<a name="l00075"></a>00075 <span class="keyword">public</span>:
<a name="l00076"></a>00076     Range();
<a name="l00077"></a>00077     Range(<span class="keyword">const</span> <a class="code" href="classDOM_1_1Document.html">Document</a> rootContainer);
<a name="l00078"></a>00078     Range(<span class="keyword">const</span> Range &amp;other);
<a name="l00079"></a>00079     Range(<span class="keyword">const</span> <a class="code" href="classDOM_1_1Node.html">Node</a> startContainer, <span class="keyword">const</span> <span class="keywordtype">long</span> startOffset, <span class="keyword">const</span> <a class="code" href="classDOM_1_1Node.html">Node</a> endContainer, <span class="keyword">const</span> <span class="keywordtype">long</span> endOffset);
<a name="l00080"></a>00080 
<a name="l00081"></a>00081     Range &amp; operator = (<span class="keyword">const</span> Range &amp;other);
<a name="l00082"></a>00082 
<a name="l00083"></a>00083     ~Range();
<a name="l00084"></a>00084 
<a name="l00089"></a>00089     <a class="code" href="classDOM_1_1Node.html">Node</a> startContainer() <span class="keyword">const</span>;
<a name="l00090"></a>00090 
<a name="l00095"></a>00095     <span class="keywordtype">long</span> startOffset() <span class="keyword">const</span>;
<a name="l00096"></a>00096 
<a name="l00101"></a>00101     <a class="code" href="classDOM_1_1Node.html">Node</a> endContainer() <span class="keyword">const</span>;
<a name="l00102"></a>00102 
<a name="l00107"></a>00107     <span class="keywordtype">long</span> endOffset() <span class="keyword">const</span>;
<a name="l00108"></a>00108 
<a name="l00113"></a>00113     <span class="keywordtype">bool</span> collapsed() <span class="keyword">const</span>;
<a name="l00114"></a>00114 
<a name="l00120"></a>00120     <span class="comment">// ### BIC make const in the next release</span>
<a name="l00121"></a>00121     <a class="code" href="classDOM_1_1Node.html">Node</a> commonAncestorContainer();
<a name="l00122"></a>00122 
<a name="l00144"></a>00144     <span class="keywordtype">void</span> setStart ( <span class="keyword">const</span> <a class="code" href="classDOM_1_1Node.html">Node</a> &amp;refNode, <span class="keywordtype">long</span> offset );
<a name="l00145"></a>00145 
<a name="l00164"></a>00164     <span class="keywordtype">void</span> setEnd ( <span class="keyword">const</span> <a class="code" href="classDOM_1_1Node.html">Node</a> &amp;refNode, <span class="keywordtype">long</span> offset );
<a name="l00165"></a>00165 
<a name="l00180"></a>00180     <span class="keywordtype">void</span> setStartBefore ( <span class="keyword">const</span> <a class="code" href="classDOM_1_1Node.html">Node</a> &amp;refNode );
<a name="l00181"></a>00181 
<a name="l00196"></a>00196     <span class="keywordtype">void</span> setStartAfter ( <span class="keyword">const</span> <a class="code" href="classDOM_1_1Node.html">Node</a> &amp;refNode );
<a name="l00197"></a>00197 
<a name="l00212"></a>00212     <span class="keywordtype">void</span> setEndBefore ( <span class="keyword">const</span> <a class="code" href="classDOM_1_1Node.html">Node</a> &amp;refNode );
<a name="l00213"></a>00213 
<a name="l00228"></a>00228     <span class="keywordtype">void</span> setEndAfter ( <span class="keyword">const</span> <a class="code" href="classDOM_1_1Node.html">Node</a> &amp;refNode );
<a name="l00229"></a>00229 
<a name="l00239"></a>00239     <span class="keywordtype">void</span> collapse ( <span class="keywordtype">bool</span> toStart );
<a name="l00240"></a>00240 
<a name="l00255"></a>00255     <span class="keywordtype">void</span> selectNode ( <span class="keyword">const</span> <a class="code" href="classDOM_1_1Node.html">Node</a> &amp;refNode );
<a name="l00256"></a>00256 
<a name="l00270"></a>00270     <span class="keywordtype">void</span> selectNodeContents ( <span class="keyword">const</span> <a class="code" href="classDOM_1_1Node.html">Node</a> &amp;refNode );
<a name="l00271"></a>00271 
<a name="l00272"></a><a class="code" href="classDOM_1_1Range.html#w4">00272</a>     <span class="keyword">enum</span> <a class="code" href="classDOM_1_1Range.html#w4">CompareHow</a> {
<a name="l00273"></a>00273     START_TO_START = 0,
<a name="l00274"></a>00274     START_TO_END = 1,
<a name="l00275"></a>00275     END_TO_END = 2,
<a name="l00276"></a>00276     END_TO_START = 3
<a name="l00277"></a>00277     };
<a name="l00278"></a>00278 
<a name="l00295"></a>00295     <span class="keywordtype">short</span> compareBoundaryPoints ( CompareHow how, <span class="keyword">const</span> Range &amp;sourceRange );
<a name="l00296"></a>00296 
<a name="l00308"></a>00308     <span class="keywordtype">bool</span> boundaryPointsValid (  );
<a name="l00309"></a>00309 
<a name="l00323"></a>00323     <span class="keywordtype">void</span> deleteContents (  );
<a name="l00324"></a>00324 
<a name="l00340"></a>00340     <a class="code" href="classDOM_1_1DocumentFragment.html">DocumentFragment</a> extractContents (  );
<a name="l00341"></a>00341 
<a name="l00353"></a>00353     <a class="code" href="classDOM_1_1DocumentFragment.html">DocumentFragment</a> cloneContents (  );
<a name="l00354"></a>00354 
<a name="l00381"></a>00381     <span class="keywordtype">void</span> insertNode ( <span class="keyword">const</span> <a class="code" href="classDOM_1_1Node.html">Node</a> &amp;newNode );
<a name="l00382"></a>00382 
<a name="l00415"></a>00415     <span class="keywordtype">void</span> surroundContents ( <span class="keyword">const</span> <a class="code" href="classDOM_1_1Node.html">Node</a> &amp;newParent );
<a name="l00416"></a>00416 
<a name="l00424"></a>00424     Range cloneRange (  );
<a name="l00425"></a>00425 
<a name="l00432"></a>00432     <a class="code" href="classDOM_1_1DOMString.html">DOMString</a> toString (  );
<a name="l00433"></a>00433 
<a name="l00437"></a>00437     <a class="code" href="classDOM_1_1DOMString.html">DOMString</a> toHTML (  );
<a name="l00438"></a>00438 
<a name="l00439"></a>00439     <span class="comment">/* Mozilla extension - only works for HTML documents. */</span>
<a name="l00440"></a>00440     <a class="code" href="classDOM_1_1DocumentFragment.html">DocumentFragment</a> createContextualFragment (<span class="keyword">const</span> <a class="code" href="classDOM_1_1DOMString.html">DOMString</a> &amp;html);
<a name="l00441"></a>00441 
<a name="l00450"></a>00450     <span class="keywordtype">void</span> detach (  );
<a name="l00451"></a>00451 
<a name="l00457"></a>00457     <span class="keywordtype">bool</span> isDetached() <span class="keyword">const</span>;
<a name="l00458"></a>00458 
<a name="l00463"></a>00463     RangeImpl *handle() <span class="keyword">const</span>;
<a name="l00464"></a>00464     <span class="keywordtype">bool</span> isNull() <span class="keyword">const</span>;
<a name="l00465"></a>00465 
<a name="l00466"></a>00466 <span class="keyword">protected</span>:
<a name="l00467"></a><a class="code" href="classDOM_1_1Range.html#p0">00467</a>     RangeImpl *impl;
<a name="l00468"></a>00468     Range(RangeImpl *i);
<a name="l00469"></a>00469 <span class="keyword">private</span>:
<a name="l00470"></a>00470     <span class="keywordtype">void</span> throwException(<span class="keywordtype">int</span> exceptioncode) <span class="keyword">const</span>;
<a name="l00471"></a>00471 };
<a name="l00472"></a>00472 
<a name="l00473"></a>00473 } <span class="comment">// namespace</span>
<a name="l00474"></a>00474 
<a name="l00475"></a>00475 <span class="preprocessor">#endif</span>
</pre></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="dirs.html">Directories</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_1CSSPageRule.html">dom::csspagerule</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_1DocumentStyle.html">dom::documentstyle</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_1DomShared.html">dom::domshared</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_1HTMLFormCollection.html">dom::htmlformcollection</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_1HTMLMappedNameCollection.html">dom::htmlmappednamecollection</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_1LinkStyle.html">dom::linkstyle</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_1Range.html">dom::range</option>,  <option value="classDOM_1_1RangeException.html">dom::rangeexception</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="classDOMTreeView.html">domtreeview</option>,  <option value="classKHTMLFactory.html">khtmlfactory</option>,  <option value="classKHTMLImage.html">khtmlimage</option>,  <option value="classKHTMLImageBrowserExtension.html">khtmlimagebrowserextension</option>,  <option value="classKHTMLImageFactory.html">khtmlimagefactory</option>,  <option value="classKHTMLInfoDlg.html">khtmlinfodlg</option>,  <option value="classKHTMLPageCache.html">khtmlpagecache</option>,  <option value="classKHTMLPageCacheDelivery.html">khtmlpagecachedelivery</option>,  <option value="classKHTMLPart.html">khtmlpart</option>,  <option value="classKHTMLPartBrowserExtension.html">khtmlpartbrowserextension</option>,  <option value="classKHTMLPartBrowserHostExtension.html">khtmlpartbrowserhostextension</option>,  <option value="classKHTMLPartIface.html">khtmlpartiface</option>,  <option value="classKHTMLPopupGUIClient.html">khtmlpopupguiclient</option>,  <option value="classKHTMLPrintSettings.html">khtmlprintsettings</option>,  <option value="classKHTMLRun.html">khtmlrun</option>,  <option value="classKHTMLSettings.html">khtmlsettings</option>,  <option value="classKHTMLView.html">khtmlview</option>,  <option value="classKHTMLZoomFactorAction.html">khtmlzoomfactoraction</option>,  <option value="classKJSErrorDlg.html">kjserrordlg</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>