• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

KHTML

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
DOM::AbstractViewIntroduced in DOM Level 2
AppletParameterDialog
DOM::AttrThe Attr interface represents an attribute in an Element object
CachedObjectClient
DOM::CDATASectionCDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup
DOM::CharacterDataThe CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM
DOM::CommentThis represents the content of a comment, i.e., all the characters between the starting ' <!-- ' and ending ' --> '
DOM::CounterThe Counter interface is used to represent any counter or counters function value
DOM::CSS2AzimuthThe CSS2Azimuth interface represents the azimuth CSS Level 2 property
DOM::CSS2BackgroundPositionThe CSS2BackgroundPosition interface represents the background-position CSS Level 2 property
DOM::CSS2BorderSpacingThe CSS2BorderSpacing interface represents the border-spacing CSS Level 2 property
DOM::CSS2CounterIncrementThe CSS2CounterIncrement interface represents a imple value for the counter-increment CSS Level 2 property
DOM::CSS2CounterResetThe CSS2CounterReset interface represents a simple value for the counter-reset CSS Level 2 property
DOM::CSS2CursorThe CSS2Cursor interface represents the cursor CSS Level 2 property
DOM::CSS2FontFaceSrcThe CSS2Cursor interface represents the src CSS Level 2 descriptor
DOM::CSS2FontFaceWidthsThe CSS2Cursor interface represents a simple value for the widths CSS Level 2 descriptor
DOM::CSS2PageSizeThe CSS2Cursor interface represents the size CSS Level 2 descriptor
DOM::CSS2PlayDuringThe CSS2PlayDuring interface represents the play-during CSS Level 2 property
DOM::CSS2PropertiesThe CSS2Properties interface represents a convenience mechanism for retrieving and setting properties within a CSSStyleDeclaration
DOM::CSS2TextShadowThe CSS2TextShadow interface represents a simple value for the text-shadow CSS Level 2 property
DOM::CSSCharsetRuleThe CSSCharsetRule interface a @charset rule in a CSS style sheet
DOM::CSSExceptionThis exception is raised when a specific CSS operation is impossible to perform
DOM::CSSFontFaceRuleThe CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet
DOM::CSSImportRuleThe CSSImportRule interface represents a @import rule within a CSS style sheet
DOM::CSSMediaRuleThe CSSMediaRule interface represents a @media rule in a CSS style sheet
DOM::CSSPageRule
DOM::CSSPrimitiveValueThe CSSPrimitiveValue interface represents a single CSS value
DOM::CSSRuleThe CSSRule interface is the abstract base interface for any type of CSS statement
DOM::CSSRuleListThe CSSRuleList interface provides the abstraction of an ordered collection of CSS rules
DOM::CSSStyleDeclarationThe CSSStyleDeclaration interface represents a single CSS declaration block
DOM::CSSStyleRuleThe CSSStyleRule interface represents a single rule set in a CSS style sheet
DOM::CSSStyleSheetThe CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i.e
DOM::CSSUnknownRuleThe CSSUnkownRule interface represents an at-rule not supported by this user agent
DOM::CSSValueThe CSSValue interface represents a simple or a complexe value
DOM::CSSValueListThe CSSValueList interface provides the absraction of an ordered collection of CSS values
DOM::CustomNodeFilterCustomNodeFilter can be used to define your own NodeFilter for use with NodeIterators and TreeWalkers
DOM::DocumentThe Document interface represents the entire HTML or XML document
DOM::DocumentFragmentDocumentFragment is a "lightweight" or "minimal" Document object
DOM::DocumentStyle
DOM::DocumentTypeEach Document has a doctype attribute whose value is either null or a DocumentType object
DOM::DOMExceptionDOM operations only raise exceptions in "exceptional" circumstances, i.e., when an operation is impossible to perform (either for logical reasons, because data is lost, or because the implementation has become unstable)
DOM::DOMImplementationThe DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model
DOM::DomShared
DOM::DOMStringThis class implements the basic string we use in the DOM
DOMTreeView
khtml::DrawContentsEvent
DOM::ElementBy far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes
DOM::EntityThis interface represents an entity, either parsed or unparsed, in an XML document
DOM::EntityReferenceEntityReference 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::EventIntroduced in DOM Level 2
DOM::EventExceptionIntroduced in DOM Level 2:
DOM::EventListenerIntroduced in DOM Level 2
DOM::HTMLAnchorElementThe anchor element
DOM::HTMLAppletElementAn embedded Java applet
DOM::HTMLAreaElementClient-side image map area definition
DOM::HTMLBaseElementDocument base URI
DOM::HTMLBaseFontElementBase font
DOM::HTMLBlockquoteElement??? See the BLOCKQUOTE element definition in HTML 4.0
DOM::HTMLBodyElementThe HTML document body
DOM::HTMLBRElementForce a line break
DOM::HTMLButtonElementPush button
DOM::HTMLCollectionAn HTMLCollection is a list of nodes
DOM::HTMLDirectoryElementDirectory list
DOM::HTMLDivElementGeneric block container
DOM::HTMLDListElementDefinition list
DOM::HTMLDocumentAn HTMLDocument is the root of the HTML hierarchy and holds the entire content
DOM::HTMLElementAll HTML element interfaces derive from this class
DOM::HTMLFieldSetElementOrganizes form controls into logical groups
DOM::HTMLFontElementLocal change to font
DOM::HTMLFormCollection
DOM::HTMLFormElementThe FORM element encompasses behavior similar to a collection and an element
DOM::HTMLFrameElementCreate a frame
DOM::HTMLFrameSetElementCreate a grid of frames
DOM::HTMLHeadElementDocument head information
DOM::HTMLHeadingElementFor the H1 to H6 elements
DOM::HTMLHRElementCreate a horizontal rule
DOM::HTMLHtmlElementRoot of an HTML document
DOM::HTMLIFrameElementInline subwindows
DOM::HTMLImageElementEmbedded image
DOM::HTMLInputElementForm control
DOM::HTMLIsIndexElementThis element is used for single-line text input
DOM::HTMLLabelElementForm field label text
DOM::HTMLLayerElementLayer container for Netscape 4.x compatability
DOM::HTMLLegendElementProvides a caption for a FIELDSET grouping
DOM::HTMLLIElementList item
DOM::HTMLLinkElementThe LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa)
DOM::HTMLMapElementClient-side image map
DOM::HTMLMappedNameCollection
DOM::HTMLMenuElementMenu list
DOM::HTMLMetaElementThis contains generic meta-information about the document
DOM::HTMLModElementNotice of modification to part of a document
DOM::HTMLObjectElementGeneric embedded object
DOM::HTMLOListElementOrdered list
DOM::HTMLOptGroupElementGroup options together in logical subdivisions
DOM::HTMLOptionElementA selectable choice
DOM::HTMLParagraphElementParagraphs
DOM::HTMLParamElementParameters fed to the OBJECT element
DOM::HTMLPreElementPreformatted text
DOM::HTMLQuoteElementFor the Q and BLOCKQUOTE elements
DOM::HTMLScriptElementScript statements
DOM::HTMLSelectElementThe select element allows the selection of an option
DOM::HTMLStyleElementStyle information
DOM::HTMLTableCaptionElementTable caption See the CAPTION element definition in HTML 4.0
DOM::HTMLTableCellElementThe object used to represent the TH and TD elements
DOM::HTMLTableColElementRegroups the COL and COLGROUP elements
DOM::HTMLTableElementThe create* and delete* methods on the table allow authors to construct and modify tables
DOM::HTMLTableRowElementA row in a table
DOM::HTMLTableSectionElementThe THEAD , TFOOT , and TBODY elements
DOM::HTMLTextAreaElementMulti-line text field
DOM::HTMLTitleElementThe document title
DOM::HTMLUListElementUnordered list
KHTMLFactory
KHTMLImage
KHTMLImageBrowserExtension
KHTMLImageFactory
KHTMLPageCacheSingleton Object that handles a binary cache on top of the http cache management of kio
KHTMLPageCacheDelivery
KHTMLPartThis class is khtml's main class
KHTMLPartBrowserExtensionThis is the BrowserExtension for a KHTMLPart document
KHTMLPartBrowserHostExtension
KHTMLPartIfaceDCOP interface for KHTML
KHTMLPopupGUIClient
KHTMLPrintSettings
KHTMLRun
KHTMLSettingsSettings for the HTML view
KHTMLViewRenders and displays HTML in a QScrollView
KHTMLZoomFactorAction
KJavaApplet
KJavaAppletContext
KJavaAppletServer
KJavaAppletViewer
KJavaAppletViewerBrowserExtension
KJavaAppletViewerFactory
KJavaAppletViewerLiveConnectExtension
KJavaAppletWidget
KJavaDownloader
KJavaKIOJob
KJavaProcess
KJavaUploader
KMultiPartHttp://www.netscape.com/assist/net_sites/pushpull.html
KPrintDialogPage
KQEventUtil
KXEventUtil
DOM::LinkStyle
DOM::MediaListThe MediaList interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented
khtml::MouseDoubleClickEvent
khtml::MouseEvent
DOM::MouseEventIntroduced in DOM Level 2
khtml::MouseMoveEvent
khtml::MousePressEvent
khtml::MouseReleaseEvent
DOM::MutationEventIntroduced in DOM Level 2
DOM::NamedNodeMapObjects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name
DOM::NodeThe Node interface is the primary datatype for the entire Document Object Model
DOM::NodeFilterFilters are objects that know how to "filter out" nodes
DOM::NodeIteratorNodeIterators are used to step through a set of nodes, e.g
DOM::NodeListThe NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented
DOM::NotationThis interface represents a notation declared in the DTD
PermissionDialog
DOM::ProcessingInstructionThe ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document
QXEmbed
DOM::Range
DOM::RangeException
DOM::RectThe Rect interface is used to represent any rect value
DOM::RGBColorThe RGBColor interface is used to represent any RGB color value
DOM::StyleSheetThe StyleSheet interface is the abstract base interface for any type of style sheet
DOM::StyleSheetListThe StyleSheetList interface provides the abstraction of an ordered collection of style sheets
DOM::TextThe Text interface represents the textual content (termed character data in XML) of an Element or Attr
DOM::TextEventDOM::TextEvent The detail attribute inherited from UIEvent is used to indicate the number of keypresses which have occurred during key repetition
DOM::TreeWalkerTreeWalker objects are used to navigate a document tree or subtree using the view of the document defined by its whatToShow flags and any filters that are defined for the TreeWalker
DOM::UIEventIntroduced in DOM Level 2

KHTML

Skip menu "KHTML"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • dcop
  • DNSSD
  • interfaces
  • Kate
  • kconf_update
  • KDECore
  • KDED
  • kdefx
  • KDEsu
  • kdeui
  • KDocTools
  • KHTML
  • KImgIO
  • KInit
  • kio
  • kioslave
  • KJS
  • KNewStuff
  • KParts
  • KUtils
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal