Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
CDOM::AbstractView | Introduced in DOM Level 2 |
▼CKParts::BrowserExtension [external] | |
CTDEHTMLPartBrowserExtension | This is the BrowserExtension for a TDEHTMLPart document |
CDOM::Counter | The Counter interface is used to represent any counter or counters function value |
CDOM::CSS2CounterIncrement | The CSS2CounterIncrement interface represents a imple value for the counter-increment CSS Level 2 property |
CDOM::CSS2CounterReset | The CSS2CounterReset interface represents a simple value for the counter-reset CSS Level 2 property |
CDOM::CSS2FontFaceSrc | The CSS2Cursor interface represents the src CSS Level 2 descriptor |
CDOM::CSS2FontFaceWidths | The CSS2Cursor interface represents a simple value for the widths CSS Level 2 descriptor |
CDOM::CSS2Properties | The CSS2Properties interface represents a convenience mechanism for retrieving and setting properties within a CSSStyleDeclaration |
CDOM::CSS2TextShadow | The CSS2TextShadow interface represents a simple value for the text-shadow CSS Level 2 property |
CDOM::CSSException | This exception is raised when a specific CSS operation is impossible to perform |
▼CDOM::CSSRule | The CSSRule interface is the abstract base interface for any type of CSS statement |
CDOM::CSSCharsetRule | The CSSCharsetRule interface a @charset rule in a CSS style sheet |
CDOM::CSSFontFaceRule | The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet |
CDOM::CSSImportRule | The CSSImportRule interface represents a @import rule within a CSS style sheet |
CDOM::CSSMediaRule | The CSSMediaRule interface represents a @media rule in a CSS style sheet |
CDOM::CSSStyleRule | The CSSStyleRule interface represents a single rule set in a CSS style sheet |
CDOM::CSSUnknownRule | The CSSUnkownRule interface represents an at-rule not supported by this user agent |
CDOM::CSSRuleList | The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules |
CDOM::CSSStyleDeclaration | The CSSStyleDeclaration interface represents a single CSS declaration block |
▼CDOM::CSSValue | The CSSValue interface represents a simple or a complexe value |
CDOM::CSS2Azimuth | The CSS2Azimuth interface represents the azimuth CSS Level 2 property |
CDOM::CSS2BackgroundPosition | The CSS2BackgroundPosition interface represents the background-position CSS Level 2 property |
CDOM::CSS2BorderSpacing | The CSS2BorderSpacing interface represents the border-spacing CSS Level 2 property |
CDOM::CSS2Cursor | The CSS2Cursor interface represents the cursor CSS Level 2 property |
CDOM::CSS2PageSize | The CSS2Cursor interface represents the size CSS Level 2 descriptor |
CDOM::CSS2PlayDuring | The CSS2PlayDuring interface represents the play-during CSS Level 2 property |
CDOM::CSSPrimitiveValue | The CSSPrimitiveValue interface represents a single CSS value |
CDOM::CSSValueList | The CSSValueList interface provides the absraction of an ordered collection of CSS values |
CDOM::CustomNodeFilter | CustomNodeFilter can be used to define your own NodeFilter for use with NodeIterators and TreeWalkers |
CDOM::DOMException | DOM 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) |
CDOM::DOMImplementation | The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model |
CDOM::DOMString | This class implements the basic string we use in the DOM |
▼CDOM::Event | Introduced in DOM Level 2 |
CDOM::MutationEvent | Introduced in DOM Level 2 |
▼CDOM::UIEvent | Introduced in DOM Level 2 |
CDOM::MouseEvent | Introduced in DOM Level 2 |
CDOM::TextEvent | DOM::TextEvent The detail attribute inherited from UIEvent is used to indicate the number of keypresses which have occurred during key repetition |
CDOM::EventException | Introduced in DOM Level 2: |
CDOM::EventListener | Introduced in DOM Level 2 |
CDOM::HTMLCollection | An HTMLCollection is a list of nodes |
▼CKXMLGUIClient [external] | |
▼CKParts::PartBase [external] | |
►CKParts::Part [external] | |
CDOM::MediaList | The MediaList interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented |
CDOM::NamedNodeMap | Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name |
▼CDOM::Node | The Node interface is the primary datatype for the entire Document Object Model |
CDOM::Attr | The Attr interface represents an attribute in an Element object |
▼CDOM::CharacterData | The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM |
CDOM::Comment | This represents the content of a comment, i.e., all the characters between the starting ' <!– ' and ending ' –> ' |
►CDOM::Text | The Text interface represents the textual content (termed character data in XML) of an Element or Attr |
▼CDOM::Document | The Document interface represents the entire HTML or XML document |
CDOM::HTMLDocument | An HTMLDocument is the root of the HTML hierarchy and holds the entire content |
CDOM::DocumentFragment | DocumentFragment is a "lightweight" or "minimal" Document object |
CDOM::DocumentType | Each Document has a doctype attribute whose value is either null or a DocumentType object |
▼CDOM::Element | By far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes |
►CDOM::HTMLElement | All HTML element interfaces derive from this class |
CDOM::Entity | This interface represents an entity, either parsed or unparsed, in an XML document |
CDOM::EntityReference | EntityReference 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 |
CDOM::Notation | This interface represents a notation declared in the DTD |
CDOM::ProcessingInstruction | The ProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document |
CDOM::NodeFilter | Filters are objects that know how to "filter out" nodes |
CDOM::NodeIterator | NodeIterators are used to step through a set of nodes, e.g |
CDOM::NodeList | The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented |
CDOM::Rect | The Rect interface is used to represent any rect value |
CDOM::RGBColor | The RGBColor interface is used to represent any RGB color value |
▼CDOM::StyleSheet | The StyleSheet interface is the abstract base interface for any type of style sheet |
CDOM::CSSStyleSheet | The CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i.e |
CDOM::StyleSheetList | The StyleSheetList interface provides the abstraction of an ordered collection of style sheets |
CTDEHTMLPageCache | Singleton Object that handles a binary cache on top of the http cache management of tdeio |
CTDEHTMLPartIface | DCOP interface for TDEHTML |
CTDEHTMLSettings | Settings for the HTML view |
CTDEHTMLView | Renders and displays HTML in a TQScrollView |
CDOM::TreeWalker | TreeWalker 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 |