DOM |
This file is part of the DOM implementation for KDE. |
DOM::AbstractView |
Introduced in DOM Level 2
|
DOM::Attr |
The <code> Attr </code> interface represents an attribute in an
<code> Element </code> object. |
DOM::CDATASection |
CDATA sections are used to escape blocks of text containing
characters that would otherwise be regarded as markup. |
DOM::CSS2Azimuth |
The <code> CSS2Azimuth </code> interface represents the <a
href="http://www. |
DOM::CSS2BackgroundPosition |
The <code> CSS2BackgroundPosition </code> interface represents the
<a
href="http://www. |
DOM::CSS2BorderSpacing |
The <code> CSS2BorderSpacing </code> interface represents the <a
href="http://www. |
DOM::CSS2CounterIncrement |
The <code> CSS2CounterIncrement </code> interface represents a
imple value for the <a
href="http://www. |
DOM::CSS2CounterReset |
The <code> CSS2CounterReset </code> interface represents a simple
value for the <a
href="http://www. |
DOM::CSS2Cursor |
The <code> CSS2Cursor </code> interface represents the <a
href="http://www. |
DOM::CSS2FontFaceSrc |
The <code> CSS2Cursor </code> interface represents the <a
href="http://www. |
DOM::CSS2FontFaceWidths |
The <code> CSS2Cursor </code> interface represents a simple value
for the <a
href="http://www. |
DOM::CSS2PageSize |
The <code> CSS2Cursor </code> interface represents the <a
href="http://www. |
DOM::CSS2PlayDuring |
The <code> CSS2PlayDuring </code> interface represents the <a
href="http://www. |
DOM::CSS2Properties |
The <code> CSS2Properties </code> interface represents a
convenience mechanism for retrieving and setting properties within
a <code> CSSStyleDeclaration </code> . |
DOM::CSS2TextShadow |
The <code> CSS2TextShadow </code> interface represents a simple
value for the <a
href="http://www. |
DOM::CSSCharsetRule |
The <code> CSSCharsetRule </code> interface a <a href=""> @charset
rule </a> in a CSS style sheet. |
DOM::CSSException |
This exception is raised when a specific CSS operation is impossible
to perform. |
DOM::CSSFontFaceRule |
The <code> CSSFontFaceRule </code> interface represents a <a
href="http://www. |
DOM::CSSImportRule |
The <code> CSSImportRule </code> interface represents a <a
href="http://www. |
DOM::CSSMediaRule |
The <code> CSSMediaRule </code> interface represents a <a
href="http://www. |
DOM::CSSPageRule |
The <code> CSSPageRule </code> interface represents a <a
href="http://www. |
DOM::CSSPrimitiveValue |
The <code> CSSPrimitiveValue </code> interface represents a single
<a href="http://www. |
DOM::CSSRule |
The <code> CSSRule </code> interface is the abstract base interface
for any type of CSS <a
href="http://www. |
DOM::CSSRuleList |
The <code> CSSRuleList </code> interface provides the abstraction
of an ordered collection of CSS rules. |
DOM::CSSStyleDeclaration |
The <code> CSSStyleDeclaration </code> interface represents a
single <a href="http://www. |
DOM::CSSStyleRule |
The <code> CSSStyleRule </code> interface represents a single <a
href="http://www. |
DOM::CSSStyleSheet |
The <code> CSSStyleSheet </code> interface is a concrete interface
used to represent a CSS style sheet i. |
DOM::CSSUnknownRule |
The <code> CSSUnkownRule </code> interface represents an at-rule
not supported by this user agent. |
DOM::CSSValue |
The <code> CSSValue </code> interface represents a simple or a
complexe value. |
DOM::CSSValueList |
The <code> CSSValueList </code> interface provides the absraction
of an ordered collection of CSS values. |
DOM::CharacterData |
The <code> CharacterData </code> interface extends Node with a set
of attributes and methods for accessing character data in the DOM. |
DOM::Comment |
This represents the content of a comment, i. |
DOM::Counter |
The <code> Counter </code> interface is used to represent any <a
href="http://www. |
DOM::CustomNodeFilter |
CustomNodeFilter can be used to define your own NodeFilter for use
with NodeIterators and TreeWalkers. |
DOM::DOMException |
DOM operations only raise exceptions in "exceptional"
circumstances, i. |
DOM::DOMImplementation |
The <code> DOMImplementation </code> interface provides a number of
methods for performing operations that are independent of any
particular instance of the document object model. |
DOM::DOMString |
This class implements the basic string we use in the DOM. |
DOM::Document |
The <code> Document </code> interface represents the entire HTML or
XML document. |
DOM::DocumentFragment |
<code> DocumentFragment </code> is a "lightweight" or "minimal"
<code> Document </code> object. |
DOM::DocumentStyle | |
DOM::DocumentType |
Each <code> Document </code> has a <code> doctype </code> attribute
whose value is either <code> null </code> or a <code> DocumentType
</code> object. |
DOM::DomShared | |
DOM::Element |
By far the vast majority of objects (apart from text) that authors
encounter when traversing a document are <code> Element </code>
nodes. |
DOM::Entity |
This interface represents an entity, either parsed or unparsed, in
an XML document. |
DOM::EntityReference |
<code> EntityReference </code> objects may be inserted into the
structure model when an entity reference is in the source document,
or when the user wishes to insert an entity reference. |
DOM::Event |
Introduced in DOM Level 2
|
DOM::EventException |
Introduced in DOM Level 2:
|
DOM::EventListener |
Introduced in DOM Level 2
|
DOM::HTMLAnchorElement |
The anchor element. |
DOM::HTMLAppletElement |
An embedded Java applet. |
DOM::HTMLAreaElement |
Client-side image map area definition. |
DOM::HTMLBRElement |
Force a line break. |
DOM::HTMLBaseElement |
Document base URI. |
DOM::HTMLBaseFontElement |
Base font. |
DOM::HTMLBlockquoteElement |
??? See the <a
href="http://www. |
DOM::HTMLBodyElement |
The HTML document body. |
DOM::HTMLButtonElement |
Push button. |
DOM::HTMLCollection |
An <code> HTMLCollection </code> is a list of nodes. |
DOM::HTMLDListElement |
Definition list. |
DOM::HTMLDirectoryElement |
Directory list. |
DOM::HTMLDivElement |
Generic block container. |
DOM::HTMLDocument |
An <code> HTMLDocument </code> is the root of the HTML hierarchy
and holds the entire content. |
DOM::HTMLElement |
All HTML element interfaces derive from this class. |
DOM::HTMLFieldSetElement |
Organizes form controls into logical groups. |
DOM::HTMLFontElement |
Local change to font. |
DOM::HTMLFormCollection | |
DOM::HTMLFormElement |
The <code> FORM </code> element encompasses behavior similar to a
collection and an element. |
DOM::HTMLFrameElement |
Create a frame. |
DOM::HTMLFrameSetElement |
Create a grid of frames. |
DOM::HTMLHRElement |
Create a horizontal rule. |
DOM::HTMLHeadElement |
Document head information. |
DOM::HTMLHeadingElement |
For the <code> H1 </code> to <code> H6 </code> elements. |
DOM::HTMLHtmlElement |
Root of an HTML document. |
DOM::HTMLIFrameElement |
Inline subwindows. |
DOM::HTMLImageElement |
Embedded image. |
DOM::HTMLInputElement |
Form control. |
DOM::HTMLIsIndexElement |
This element is used for single-line text input. |
DOM::HTMLLIElement |
List item. |
DOM::HTMLLabelElement |
Form field label text. |
DOM::HTMLLegendElement |
Provides a caption for a <code> FIELDSET </code> grouping. |
DOM::HTMLLinkElement |
The <code> LINK </code> element specifies a link to an external
resource, and defines this document's relationship to that resource
(or vice versa). |
DOM::HTMLMapElement |
Client-side image map. |
DOM::HTMLMenuElement |
Menu list. |
DOM::HTMLMetaElement |
This contains generic meta-information about the document. |
DOM::HTMLModElement |
Notice of modification to part of a document. |
DOM::HTMLOListElement |
Ordered list. |
DOM::HTMLObjectElement |
Generic embedded object. |
DOM::HTMLOptGroupElement |
Group options together in logical subdivisions. |
DOM::HTMLOptionElement |
A selectable choice. |
DOM::HTMLParagraphElement |
Paragraphs. |
DOM::HTMLParamElement |
Parameters fed to the <code> OBJECT </code> element. |
DOM::HTMLPreElement |
Preformatted text. |
DOM::HTMLQuoteElement |
For the <code> Q </code> and <code> BLOCKQUOTE </code> elements. |
DOM::HTMLScriptElement |
Script statements. |
DOM::HTMLSelectElement |
The select element allows the selection of an option. |
DOM::HTMLStyleElement |
Style information. |
DOM::HTMLTableCaptionElement |
Table caption See the <a
href="http://www. |
DOM::HTMLTableCellElement |
The object used to represent the <code> TH </code> and <code> TD
</code> elements. |
DOM::HTMLTableColElement |
Regroups the <code> COL </code> and <code> COLGROUP </code>
elements. |
DOM::HTMLTableElement |
The create* and delete* methods on the table allow authors to
construct and modify tables. |
DOM::HTMLTableRowElement |
A row in a table. |
DOM::HTMLTableSectionElement |
The <code> THEAD </code> , <code> TFOOT </code> , and <code> TBODY
</code> elements. |
DOM::HTMLTextAreaElement |
Multi-line text field. |
DOM::HTMLTitleElement |
The document title. |
DOM::HTMLUListElement |
Unordered list. |
DOM::LinkStyle | |
DOM::MediaList |
The <code> MediaList </code> interface provides the abstraction of
an ordered collection of media, without defining or constraining
how this collection is implemented. |
DOM::MouseEvent |
Introduced in DOM Level 2
|
DOM::MutationEvent |
Introduced in DOM Level 2
|
DOM::NamedNodeMap |
Objects implementing the <code> NamedNodeMap </code> interface are
used to represent collections of nodes that can be accessed by
name. |
DOM::Node |
The <code> Node </code> interface is the primary datatype for the
entire Document Object Model. |
DOM::NodeFilter |
Filters are objects that know how to "filter out" nodes. |
DOM::NodeIterator |
NodeIterators are used to step through a set of nodes, e. |
DOM::NodeList |
The <code> NodeList </code> interface provides the abstraction of
an ordered collection of nodes, without defining or constraining
how this collection is implemented. |
DOM::Notation |
This interface represents a notation declared in the DTD. |
DOM::ProcessingInstruction |
The <code> ProcessingInstruction </code> interface represents a
"processing instruction", used in XML as a way to keep
processor-specific information in the text of the document. |
DOM::RGBColor |
The <code> RGBColor </code> interface is used to represent any <a
href="http://www. |
DOM::Range | |
DOM::RangeException | |
DOM::Rect |
The <code> Rect </code> interface is used to represent any <a
href="http://www. |
DOM::StyleSheet |
The <code> StyleSheet </code> interface is the abstract base
interface for any type of style sheet. |
DOM::StyleSheetList |
The <code> StyleSheetList </code> interface provides the
abstraction of an ordered collection of style sheets. |
DOM::Text |
The <code> Text </code> interface represents the textual content
(termed <a href="&xml-spec;#syntax"> character data </a> in XML) of
an <code> Element </code> or <code> Attr </code> . |
DOM::TreeWalker |
<code> TreeWalker </code> objects are used to navigate a document
tree or subtree using the view of the document defined by its
<code> whatToShow </code> flags and any filters that are defined
for the <code> TreeWalker </code> . |
DOM::UIEvent |
Introduced in DOM Level 2
|
DOMTreeView |
*
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or *
(at your option) any later version. |
Dummy |
(internal) |
KHTMLFactory | |
KHTMLFind | |
KHTMLFontSizeAction | |
KHTMLImage | |
KHTMLImageBrowserExtension | |
KHTMLImageFactory | |
KHTMLPageCache |
Singleton Object that handles a binary cache on top of
the http cache management of kio. |
KHTMLPageCacheDelivery | |
KHTMLPart | HTML Browser Widget. |
KHTMLPartBrowserExtension |
This is the BrowserExtension for a KHTMLPart document. |
KHTMLPartBrowserHostExtension | |
KHTMLPopupGUIClient |
(internal) |
KHTMLRun | |
KHTMLSettings |
Settings for the HTML view. |
KHTMLView |
Render and display HTML in a QScrollView. |
KJS | |
TestRender |
(internal) |
khtml | |
khtml::DrawContentsEvent | |
khtml::MouseDoubleClickEvent | |
khtml::MouseEvent | |
khtml::MouseMoveEvent | |
khtml::MousePressEvent | |
khtml::MouseReleaseEvent | |