• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • khtml
 

khtml

Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
oNDOMThe Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core functionality, and the HTMLDOM HTML DOM, which deals with the extensions needed for HTML
|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
|oCCSSRuleThe CSSRule interface is the abstract base interface for any type of CSS statement
|oCCSSCharsetRuleThe CSSCharsetRule interface a @charset rule in a CSS style sheet
|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
|oCCSSStyleRuleThe CSSStyleRule interface represents a single rule set in a CSS style sheet
|oCCSSUnknownRuleThe CSSUnkownRule interface represents an at-rule not supported by this user agent
|oCCSSRuleListThe CSSRuleList interface provides the abstraction of an ordered collection of CSS rules
|oCStyleSheetThe StyleSheet interface is the abstract base interface for any type of style sheet
|oCCSSExceptionThis exception is raised when a specific CSS operation is impossible to perform
|oCCSSStyleSheetThe CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i.e
|oCStyleSheetListThe StyleSheetList interface provides the abstraction of an ordered collection of style sheets
|oCMediaListThe MediaList interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented
|oCCSSStyleDeclarationThe CSSStyleDeclaration interface represents a single CSS declaration block
|oCCSSValueThe CSSValue interface represents a simple or a complexe value
|oCCSSValueListThe CSSValueList interface provides the absraction of an ordered collection of CSS values
|oCCSSPrimitiveValueThe CSSPrimitiveValue interface represents a single CSS value
|oCRGBColorThe RGBColor interface is used to represent any RGB color value
|oCRectThe Rect interface is used to represent any rect value
|oCCounterThe Counter interface is used to represent any counter or counters function value
|oCEventListenerIntroduced in DOM Level 2
|oCEventIntroduced in DOM Level 2
|oCEventExceptionIntroduced in DOM Level 2:
|oCUIEventIntroduced in DOM Level 2
|oCMouseEventIntroduced in DOM Level 2
|oCTextEventDOM::TextEvent The detail attribute inherited from UIEvent is used to indicate the number of keypresses which have occurred during key repetition
|oCMutationEventIntroduced in DOM Level 2
|oCNodeIteratorNodeIterators are used to step through a set of nodes, e.g
|oCNodeFilterFilters are objects that know how to "filter out" nodes
|oCCustomNodeFilterCustomNodeFilter can be used to define your own NodeFilter for use with NodeIterators and TreeWalkers
|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
|oCAbstractViewIntroduced in DOM Level 2
|oCDOMImplementationThe DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model
|oCDocumentThe Document interface represents the entire HTML or XML document
|oCDocumentFragmentDocumentFragment is a "lightweight" or "minimal" Document object
|oCDocumentTypeEach Document has a doctype attribute whose value is either null or a DocumentType object
|oCAttrThe Attr interface represents an attribute in an Element object
|oCElementBy far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes
|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)
|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
|oCNodeListThe NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented
|oCDOMStringThis class implements the basic string we use in the DOM
|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 ' –> '
|oCTextThe Text interface represents the textual content (termed character data in XML) of an Element or Attr
|oCCDATASectionCDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup
|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
|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
|oCHTMLBodyElementThe HTML document body
|oCHTMLFrameElementCreate a frame
|oCHTMLFrameSetElementCreate a grid of frames
|oCHTMLIFrameElementInline subwindows
|oCHTMLHeadElementDocument head information
|oCHTMLHtmlElementRoot of an HTML document
|oCHTMLBlockquoteElement??? See the BLOCKQUOTE element definition in HTML 4.0
|oCHTMLDivElementGeneric block container
|oCHTMLHRElementCreate a horizontal rule
|oCHTMLHeadingElementFor the H1 to H6 elements
|oCHTMLParagraphElementParagraphs
|oCHTMLPreElementPreformatted text
|oCHTMLLayerElementLayer container for Netscape 4.x compatability
|oCHTMLDocumentAn HTMLDocument is the root of the HTML hierarchy and holds the entire content
|oCHTMLElementAll HTML element interfaces derive from this class
|oCHTMLButtonElementPush button
|oCHTMLFieldSetElementOrganizes form controls into logical groups
|oCHTMLFormElementThe FORM element encompasses behavior similar to a collection and an element
|oCHTMLInputElementForm control
|oCHTMLLabelElementForm field label text
|oCHTMLLegendElementProvides a caption for a FIELDSET grouping
|oCHTMLOptGroupElementGroup options together in logical subdivisions
|oCHTMLSelectElementThe select element allows the selection of an option
|oCHTMLTextAreaElementMulti-line text field
|oCHTMLOptionElementA selectable choice
|oCHTMLIsIndexElementThis element is used for single-line text input
|oCHTMLBaseElementDocument base URI
|oCHTMLLinkElementThe LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa)
|oCHTMLMetaElementThis contains generic meta-information about the document
|oCHTMLScriptElementScript statements
|oCHTMLStyleElementStyle information
|oCHTMLTitleElementThe document title
|oCHTMLAreaElementClient-side image map area definition
|oCHTMLImageElementEmbedded image
|oCHTMLMapElementClient-side image map
|oCHTMLAnchorElementThe anchor element
|oCHTMLBRElementForce a line break
|oCHTMLFontElementLocal change to font
|oCHTMLModElementNotice of modification to part of a document
|oCHTMLQuoteElementFor the Q and BLOCKQUOTE elements
|oCHTMLDListElementDefinition list
|oCHTMLDirectoryElementDirectory list
|oCHTMLLIElementList item
|oCHTMLMenuElementMenu list
|oCHTMLOListElementOrdered list
|oCHTMLUListElementUnordered list
|oCHTMLBaseFontElementBase font
|oCHTMLCollectionAn HTMLCollection is a list of nodes
|oCHTMLAppletElementAn embedded Java applet
|oCHTMLObjectElementGeneric embedded object
|oCHTMLParamElementParameters fed to the OBJECT element
|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
|\CHTMLTableSectionElementThe THEAD , TFOOT , and TBODY elements
oNKParts
oCKHTMLPageCacheSingleton Object that handles a binary cache on top of the http cache management of kio
oCKHTMLPartThis class is khtml's main class
oCKHTMLPartBrowserExtensionThis is the BrowserExtension for a KHTMLPart document
oCKHTMLPartIfaceDCOP interface for KHTML
oCKHTMLSettingsSettings for the HTML view
\CKHTMLViewRenders and displays HTML in a TQScrollView

khtml

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

khtml

Skip menu "khtml"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for khtml by doxygen 1.8.3.1
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |