• Skip to content
  • Skip to link menu
  • KDE API Reference
  • kdelibs-4.10.2 API Reference
  • KDE Home
  • Contact Us
 

KHTML

Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
oNDOMThis library provides a full-featured HTML parser and widget
|oNXPath
|oCAbstractViewIntroduced in DOM Level 2
|oCAttrThe Attr interface represents an attribute in an Element object
|oCCDATASectionCDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup
|oCCharacterDataThe CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM
|oCCommentThis represents the content of a comment, i.e., all the characters between the starting ' <!– ' and ending ' –> '
|oCCounterThe Counter interface is used to represent any counter or counters function value
|oCCSS2AzimuthThe CSS2Azimuth interface represents the azimuth CSS Level 2 property
|oCCSS2BackgroundPositionThe CSS2BackgroundPosition interface represents the background-position CSS Level 2 property
|oCCSS2BorderSpacingThe CSS2BorderSpacing interface represents the border-spacing CSS Level 2 property
|oCCSS2CounterIncrementThe CSS2CounterIncrement interface represents a imple value for the counter-increment CSS Level 2 property
|oCCSS2CounterResetThe CSS2CounterReset interface represents a simple value for the counter-reset CSS Level 2 property
|oCCSS2CursorThe CSS2Cursor interface represents the cursor CSS Level 2 property
|oCCSS2FontFaceSrcThe CSS2Cursor interface represents the src CSS Level 2 descriptor
|oCCSS2FontFaceWidthsThe CSS2Cursor interface represents a simple value for the widths CSS Level 2 descriptor
|oCCSS2PageSizeThe CSS2Cursor interface represents the size CSS Level 2 descriptor
|oCCSS2PlayDuringThe CSS2PlayDuring interface represents the play-during CSS Level 2 property
|oCCSS2PropertiesThe CSS2Properties interface represents a convenience mechanism for retrieving and setting properties within a CSSStyleDeclaration
|oCCSS2TextShadowThe CSS2TextShadow interface represents a simple value for the text-shadow CSS Level 2 property
|oCCSSCharsetRuleThe CSSCharsetRule interface a @charset rule in a CSS style sheet
|oCCSSExceptionThis exception is raised when a specific CSS operation is impossible to perform
|oCCSSFontFaceRuleThe CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet
|oCCSSImportRuleThe CSSImportRule interface represents a @import rule within a CSS style sheet
|oCCSSMediaRuleThe CSSMediaRule interface represents a @media rule in a CSS style sheet
|oCCSSNamespaceRule
|oCCSSPageRule
|oCCSSPrimitiveValueThe CSSPrimitiveValue interface represents a single CSS value
|oCCSSRuleThe CSSRule interface is the abstract base interface for any type of CSS statement
|oCCSSRuleListThe CSSRuleList interface provides the abstraction of an ordered collection of CSS rules
|oCCSSStyleDeclarationThe CSSStyleDeclaration interface represents a single CSS declaration block
|oCCSSStyleRuleThe CSSStyleRule interface represents a single rule set in a CSS style sheet
|oCCSSStyleSheetThe CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i.e
|oCCSSUnknownRuleThe CSSUnkownRule interface represents an at-rule not supported by this user agent
|oCCSSValueThe CSSValue interface represents a simple or a complexe value
|oCCSSValueListThe CSSValueList interface provides the absraction of an ordered collection of CSS values
|oCCustomNodeFilterCustomNodeFilter can be used to define your own NodeFilter for use with NodeIterators and TreeWalkers
|oCDocumentThe Document interface represents the entire HTML or XML document
|oCDocumentFragmentDocumentFragment is a "lightweight" or "minimal" Document object
|oCDocumentStyle
|oCDocumentTypeEach Document has a doctype attribute whose value is either null or a DocumentType object
|oCDOMExceptionDOM 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)
|oCDOMImplementationThe DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model
|oCDomShared
|oCDOMStringThis class implements the basic string we use in the DOM
|oCEditorThis class resembles the editing API when the associated khtml document is editable (in design mode), or contains editable elements
|oCElementBy far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes
|oCEntityThis interface represents an entity, either parsed or unparsed, in an XML document
|oCEntityReferenceEntityReference 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
|oCEventIntroduced in DOM Level 2
|oCEventExceptionIntroduced in DOM Level 2:
|oCEventListenerIntroduced in DOM Level 2
|oCHTMLAnchorElementThe anchor element
|oCHTMLAppletElementAn embedded Java applet
|oCHTMLAreaElementClient-side image map area definition
|oCHTMLBaseElementDocument base URI
|oCHTMLBaseFontElementBase font
|oCHTMLBlockquoteElement??? See the BLOCKQUOTE element definition in HTML 4.0
|oCHTMLBodyElementThe HTML document body
|oCHTMLBRElementForce a line break
|oCHTMLButtonElementPush button
|oCHTMLCollectionAn HTMLCollection is a list of nodes
|oCHTMLDirectoryElementDirectory list
|oCHTMLDivElementGeneric block container
|oCHTMLDListElementDefinition list
|oCHTMLDocumentAn HTMLDocument is the root of the HTML hierarchy and holds the entire content
|oCHTMLElementAll HTML element interfaces derive from this class
|oCHTMLFieldSetElementOrganizes form controls into logical groups
|oCHTMLFontElementLocal change to font
|oCHTMLFormCollection
|oCHTMLFormElementThe FORM element encompasses behavior similar to a collection and an element
|oCHTMLFrameElementCreate a frame
|oCHTMLFrameSetElementCreate a grid of frames
|oCHTMLHeadElementDocument head information
|oCHTMLHeadingElementFor the H1 to H6 elements
|oCHTMLHRElementCreate a horizontal rule
|oCHTMLHtmlElementRoot of an HTML document
|oCHTMLIFrameElementInline subwindows
|oCHTMLImageElementEmbedded image
|oCHTMLInputElementForm control
|oCHTMLIsIndexElementThis element is used for single-line text input
|oCHTMLLabelElementForm field label text
|oCHTMLLayerElementLayer container for Netscape 4.x compatibility
|oCHTMLLegendElementProvides a caption for a FIELDSET grouping
|oCHTMLLIElementList item
|oCHTMLLinkElementThe LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa)
|oCHTMLMapElementClient-side image map
|oCHTMLMenuElementMenu list
|oCHTMLMetaElementThis contains generic meta-information about the document
|oCHTMLModElementNotice of modification to part of a document
|oCHTMLObjectElementGeneric embedded object
|oCHTMLOListElementOrdered list
|oCHTMLOptGroupElementGroup options together in logical subdivisions
|oCHTMLOptionElementA selectable choice
|oCHTMLParagraphElementParagraphs
|oCHTMLParamElementParameters fed to the OBJECT element
|oCHTMLPreElementPreformatted text
|oCHTMLQuoteElementFor the Q and BLOCKQUOTE elements
|oCHTMLScriptElementScript statements
|oCHTMLSelectElementThe select element allows the selection of an option
|oCHTMLStyleElementStyle information
|oCHTMLTableCaptionElementTable caption See the CAPTION element definition in HTML 4.0
|oCHTMLTableCellElementThe object used to represent the TH and TD elements
|oCHTMLTableColElementRegroups the COL and COLGROUP elements
|oCHTMLTableElementThe create* and delete* methods on the table allow authors to construct and modify tables
|oCHTMLTableRowElementA row in a table
|oCHTMLTableSectionElementThe THEAD , TFOOT , and TBODY elements
|oCHTMLTextAreaElementMulti-line text field
|oCHTMLTitleElementThe document title
|oCHTMLUListElementUnordered list
|oCJSEditor
|oCKeyboardEventIntroduced in DOM Level 3
|oCLinkStyle
|oCMediaListThe MediaList interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented
|oCMouseEventIntroduced in DOM Level 2
|oCMutationEventIntroduced in DOM Level 2
|oCNamedNodeMapObjects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name
|oCNodeThe Node interface is the primary datatype for the entire Document Object Model
|oCNodeFilterFilters are objects that know how to "filter out" nodes
|oCNodeIteratorNodeIterators are used to step through a set of nodes, e.g
|oCNodeListThe NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented
|oCNotationThis interface represents a notation declared in the DTD
|oCProcessingInstructionThe ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document
|oCQualifiedName
|oCRange
|oCRangeException
|oCRectThe Rect interface is used to represent any rect value
|oCRGBColorThe RGBColor interface is used to represent any RGB color value
|oCStyleSheetThe StyleSheet interface is the abstract base interface for any type of style sheet
|oCStyleSheetListThe StyleSheetList interface provides the abstraction of an ordered collection of style sheets
|oCTextThe Text interface represents the textual content (termed character data in XML) of an Element or Attr
|oCTextEventIntroduced in DOM Level 3
|oCTreeWalkerTreeWalker 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
|oCUIEventIntroduced in DOM Level 2
|oCXPathException
|\CXPathNamespaceImpl
oNKAuth
oNKCategorizedView
oNKDEPrivate
oNkhtml
|oNXPath
||oCBinaryExprBase
||oCEvaluationContext
||oCExpression
||oCFilter
||oCFunction
||oCFunctionLibrary
||oCLocationPath
||oCLogicalOp
||oCNegative
||oCNumber
||oCNumericOp
||oCParsedStatement
||oCPath
||oCPredicate
||oCRelationOp
||oCStep
||oCString
||oCToken
||oCTokenizer
||oCUnion
||oCValue
||\CVariableReference
|oCAppendNodeCommandImpl
|oCApplyStyleCommandImpl
||\CStyleChange
|oCCaretBoxRepresents a rectangular box within which the caret is located
|oCCaretBoxIteratorIterates over the elements of a caret box line
|oCCaretBoxLineResembles a line consisting of caret boxes
||\CSeekBoxParamsSeek parameters
|oCCaretViewContextContextual information about the caret which is related to the view
|oCChildFrame
|oCCompositeEditCommandImpl
|oCDeleteCollapsibleWhitespaceCommandImpl
|oCDeleteSelectionCommandImpl
|oCDeleteTextCommandImpl
|oCDrawContentsEvent
|oCEditableCaretBoxIteratorIterates over the editable inner elements of a caret line box
|oCEditableCharacterIteratorProvides iterating through the document in terms of characters
|oCEditableLineIteratorIterates through the editable lines of a document
|oCEditCommandImpl
|oCEditorContextContextual information about the caret and the built-in editor
|oCErgonomicEditableLineIteratorIterates through the editable lines of a document, in a topological order
|oCFilterSet
|oCIndentOutdentCommandImpl
|oCInputNewlineCommandImpl
|oCInputTextCommandImpl
|oCInsertListCommandImpl
|oCInsertNodeBeforeCommandImpl
|oCInsertTextCommandImpl
|oCJoinTextNodesCommandImpl
|oCKHTMLWidget
|oCLinearDocumentRepresents the whole document in terms of lines
|oCLineIteratorIterates through the lines of a document
|oCMassDeleterStores objects of a certain type, and calls delete on each of them when this data structure is destroyed
|oCMouseDoubleClickEvent
|oCMouseEvent
|oCMouseMoveEvent
|oCMousePressEvent
|oCMouseReleaseEvent
|oCMoveSelectionCommandImpl
|oCPath
|oCPathElement
|oCRemoveCSSPropertyCommandImpl
|oCRemoveNodeAndPruneCommandImpl
|oCRemoveNodeAttributeCommandImpl
|oCRemoveNodeCommandImpl
|oCRemoveNodePreservingChildrenCommandImpl
|oCReplaceSelectionCommandImpl
|oCSetNodeAttributeCommandImpl
|oCSharedCommandImpl
|oCSplitTextNodeCommandImpl
|oCStringsMatcher
|oCTableRowIteratorRepresents a render table as a linear list of rows
|\CTypingCommandImpl
oNKIO
oNKJS
oNKNetwork
oNKParts
oNKTypeTraits
oNKuit
oNorg
oNruleThe CSSNamespaceRule interface represents an
oNWebCore
|oNHTMLNames
|oNSVGNames
|oNXLinkNames
|oCAffineTransform
|oCFloatPoint
|oCFloatRect
|oCFloatSize
|oCIntPoint
|oCIntRect
|oCIntSize
|\CPathTraversalState
oNWTF
|oCDefaultHash< IntSize >
|oCHashTraits< IntSize >
|\CIntHash< IntSize >
oCAdaptorView
oCAppletParameterDialog
oCGenericHashTraits
oCKHTMLAdaptorPartFactory
oCKHTMLFactory
oCKHTMLFindThis class implements the find activity for the KHTMLPart
oCKHTMLFindBar
oCKHTMLFrameList
oCKHTMLGlobal
oCKHTMLHtmlExtension
oCKHTMLImage
oCKHTMLImageBrowserExtension
oCKHTMLImageFactory
oCKHTMLPageCacheSingleton Object that handles a binary cache on top of the http cache management of kio
oCKHTMLPageCacheDelivery
oCKHTMLPartThis class is khtml's main class
oCKHTMLPartBrowserExtensionThis is the BrowserExtension for a KHTMLPart document
oCKHTMLPartBrowserHostExtension
oCKHTMLPartIfaceD-BUS interface for KHTML
oCKHTMLPartPrivate
|\CSubmitForm
oCKHTMLPopupGUIClient
oCKHTMLPrintSettings
oCKHTMLRun
oCKHTMLSettingsSettings for the HTML view
oCKHTMLTextExtension
oCKHTMLViewRenders and displays HTML in a QScrollArea
oCKHTMLViewBar
oCKHTMLViewBarWidget
oCKHTMLWalletQueue
oCKHTMLZoomFactorAction
oCKJavaApplet
oCKJavaAppletContext
oCKJavaAppletServer
oCKJavaAppletViewer
oCKJavaAppletViewerBrowserExtension
oCKJavaAppletViewerFactory
oCKJavaAppletViewerLiveConnectExtension
oCKJavaAppletWidget
oCKJavaDownloader
oCKJavaKIOJob
oCKJavaProcess
oCKJavaUploader
oCKJSErrorDlg
oCKMultiPartHttp://wp.netscape.com/assist/net_sites/pushpull.html
oCKQEventUtil
oCKXEventUtil
oCPermissionDialog
oCQScrollArea
oCQStack
oCQVector
oCQX11EmbedContainer
oCScriptingInterface
oCShared
oCStorePass
oCStorePassBar
\CUi_KJSErrorDlgBase
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Apr 20 2013 06:05:45 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KHTML

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

kdelibs-4.10.2 API Reference

Skip menu "kdelibs-4.10.2 API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal