DOM Namespace Reference
Detailed Description
css_renderstyleimpl.hCopyright (C) 2004 Zack Rusin <zack@kde.org>
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Classes | |
| struct | CSSNamespace |
| class | CSSSelector |
| class | StyleBaseImpl |
| class | StyleListImpl |
| class | CSS2AzimuthImpl |
| class | CSS2BackgroundPositionImpl |
| class | CSS2BorderSpacingImpl |
| class | CSS2CounterIncrementImpl |
| class | CSS2CounterResetImpl |
| class | CSS2CursorImpl |
| class | CSS2FontFaceSrcImpl |
| class | CSS2FontFaceWidthsImpl |
| class | CSS2PageSizeImpl |
| class | CSS2PlayDuringImpl |
| class | CSS2PropertiesImpl |
| class | CSS2TextShadowImpl |
| class | CSSRuleImpl |
| class | CSSCharsetRuleImpl |
| class | CSSFontFaceRuleImpl |
| class | CSSImportRuleImpl |
| class | CSSRuleListImpl |
| class | CSSMediaRuleImpl |
| class | CSSPageRuleImpl |
| class | CSSStyleRuleImpl |
| class | CSSUnknownRuleImpl |
| class | StyleSheetImpl |
| class | CSSStyleSheetImpl |
| class | StyleSheetListImpl |
| class | MediaListImpl |
| class | CSSStyleDeclarationImpl |
| class | CSSValueImpl |
| class | CSSInheritedValueImpl |
| class | CSSInitialValueImpl |
| class | CSSValueListImpl |
| class | CSSPrimitiveValueImpl |
| class | CSSQuirkPrimitiveValueImpl |
| class | CounterImpl |
| class | RectImpl |
| class | CSSImageValueImpl |
| class | FontFamilyValueImpl |
| class | FontValueImpl |
| class | QuotesValueImpl |
| class | ShadowValueImpl |
| class | CounterActImpl |
| class | CSSProperty |
| struct | ParseString |
| struct | Function |
| struct | Value |
| class | ValueList |
| class | CSSParser |
| class | CSS2Azimuth |
The CSS2Azimuth interface represents the azimuth CSS Level 2 property. More... | |
| class | CSS2BackgroundPosition |
The CSS2BackgroundPosition interface represents the background-position CSS Level 2 property. More... | |
| class | CSS2BorderSpacing |
The CSS2BorderSpacing interface represents the border-spacing CSS Level 2 property. More... | |
| class | CSS2CounterIncrement |
The CSS2CounterIncrement interface represents a imple value for the counter-increment CSS Level 2 property. More... | |
| class | CSS2CounterReset |
The CSS2CounterReset interface represents a simple value for the counter-reset CSS Level 2 property. More... | |
| class | CSS2Cursor |
The CSS2Cursor interface represents the cursor CSS Level 2 property. More... | |
| class | CSS2FontFaceSrc |
The CSS2Cursor interface represents the src CSS Level 2 descriptor. More... | |
| class | CSS2FontFaceWidths |
The CSS2Cursor interface represents a simple value for the widths CSS Level 2 descriptor. More... | |
| class | CSS2PageSize |
The CSS2Cursor interface represents the size CSS Level 2 descriptor. More... | |
| class | CSS2PlayDuring |
The CSS2PlayDuring interface represents the play-during CSS Level 2 property. More... | |
| class | CSS2Properties |
The CSS2Properties interface represents a convenience mechanism for retrieving and setting properties within a CSSStyleDeclaration . More... | |
| class | CSS2TextShadow |
The CSS2TextShadow interface represents a simple value for the text-shadow CSS Level 2 property. More... | |
| class | CSSRule |
The CSSRule interface is the abstract base interface for any type of CSS statement . More... | |
| class | CSSCharsetRule |
The CSSCharsetRule interface a @charset rule in a CSS style sheet. More... | |
| class | CSSFontFaceRule |
The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet. More... | |
| class | CSSImportRule |
The CSSImportRule interface represents a @import rule within a CSS style sheet. More... | |
| class | CSSMediaRule |
The CSSMediaRule interface represents a @media rule in a CSS style sheet. More... | |
| class | CSSPageRule |
| class | CSSStyleRule |
The CSSStyleRule interface represents a single rule set in a CSS style sheet. More... | |
| class | CSSUnknownRule |
The CSSUnkownRule interface represents an at-rule not supported by this user agent. More... | |
| class | CSSRuleList |
The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules. More... | |
| class | StyleSheet |
The StyleSheet interface is the abstract base interface for any type of style sheet. More... | |
| class | CSSException |
| This exception is raised when a specific CSS operation is impossible to perform. More... | |
| class | CSSStyleSheet |
The CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i.e. More... | |
| class | StyleSheetList |
The StyleSheetList interface provides the abstraction of an ordered collection of style sheets. More... | |
| class | MediaList |
The MediaList interface provides the abstraction of an ordered collection of media, without defining or constraining how this collection is implemented. More... | |
| class | LinkStyle |
| class | DocumentStyle |
| class | CSSStyleDeclaration |
The CSSStyleDeclaration interface represents a single CSS declaration block . More... | |
| class | CSSValue |
The CSSValue interface represents a simple or a complexe value. More... | |
| class | CSSValueList |
The CSSValueList interface provides the absraction of an ordered collection of CSS values. More... | |
| class | CSSPrimitiveValue |
The CSSPrimitiveValue interface represents a single CSS value . More... | |
| class | RGBColor |
The RGBColor interface is used to represent any RGB color value. More... | |
| class | Rect |
The Rect interface is used to represent any rect value. More... | |
| class | Counter |
The Counter interface is used to represent any counter or counters function value. More... | |
| class | EventListener |
| Introduced in DOM Level 2. More... | |
| class | Event |
| Introduced in DOM Level 2. More... | |
| class | EventException |
| Introduced in DOM Level 2:. More... | |
| class | UIEvent |
| Introduced in DOM Level 2. More... | |
| class | MouseEvent |
| Introduced in DOM Level 2. More... | |
| class | TextEvent |
| DOM::TextEvent The detail attribute inherited from UIEvent is used to indicate the number of keypresses which have occurred during key repetition. More... | |
| class | MutationEvent |
| Introduced in DOM Level 2. More... | |
| class | RangeException |
| class | Range |
| class | NodeIterator |
| NodeIterators are used to step through a set of nodes, e.g. More... | |
| class | NodeFilter |
| Filters are objects that know how to "filter out" nodes. More... | |
| class | CustomNodeFilter |
| CustomNodeFilter can be used to define your own NodeFilter for use with NodeIterators and TreeWalkers. More... | |
| class | 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 . More... | |
| class | AbstractView |
| Introduced in DOM Level 2. More... | |
| class | DOMImplementation |
The DOMImplementation interface provides a number of methods for performing operations that are independent of any particular instance of the document object model. More... | |
| class | Document |
The Document interface represents the entire HTML or XML document. More... | |
| class | DocumentFragment |
DocumentFragment is a "lightweight" or "minimal" Document object. More... | |
| class | DocumentType |
Each Document has a doctype attribute whose value is either null or a DocumentType object. More... | |
| class | Attr |
The Attr interface represents an attribute in an Element object. More... | |
| class | Element |
By far the vast majority of objects (apart from text) that authors encounter when traversing a document are Element nodes. More... | |
| class | DOMException |
| DOM operations only raise exceptions in "exceptional" circumstances, i.e. More... | |
| class | DomShared |
| class | NamedNodeMap |
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can be accessed by name. More... | |
| class | Node |
The Node interface is the primary datatype for the entire Document Object Model. More... | |
| class | NodeList |
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented. More... | |
| class | DOMString |
| This class implements the basic string we use in the DOM. More... | |
| class | CharacterData |
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM. More... | |
| class | Comment |
| This represents the content of a comment, i.e. More... | |
| class | Text |
The Text interface represents the textual content (termed character data in XML) of an Element or Attr . More... | |
| class | CDATASection |
| CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. More... | |
| class | Entity |
| This interface represents an entity, either parsed or unparsed, in an XML document. More... | |
| class | 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. More... | |
| class | Notation |
| This interface represents a notation declared in the DTD. More... | |
| class | 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. More... | |
| class | HTMLBodyElement |
| The HTML document body. More... | |
| class | HTMLFrameElement |
| Create a frame. More... | |
| class | HTMLFrameSetElement |
| Create a grid of frames. More... | |
| class | HTMLIFrameElement |
| Inline subwindows. More... | |
| class | HTMLHeadElement |
| Document head information. More... | |
| class | HTMLHtmlElement |
| Root of an HTML document. More... | |
| class | HTMLBlockquoteElement |
| ??? See the BLOCKQUOTE element definition in HTML 4.0. More... | |
| class | HTMLDivElement |
| Generic block container. More... | |
| class | HTMLHRElement |
| Create a horizontal rule. More... | |
| class | HTMLHeadingElement |
For the H1 to H6 elements. More... | |
| class | HTMLParagraphElement |
| Paragraphs. More... | |
| class | HTMLPreElement |
| Preformatted text. More... | |
| class | HTMLLayerElement |
| Layer container for Netscape 4.x compatability. More... | |
| class | HTMLDocument |
An HTMLDocument is the root of the HTML hierarchy and holds the entire content. More... | |
| class | HTMLElement |
| All HTML element interfaces derive from this class. More... | |
| class | HTMLButtonElement |
| Push button. More... | |
| class | HTMLFieldSetElement |
| Organizes form controls into logical groups. More... | |
| class | HTMLFormElement |
The FORM element encompasses behavior similar to a collection and an element. More... | |
| class | HTMLInputElement |
| Form control. More... | |
| class | HTMLLabelElement |
| Form field label text. More... | |
| class | HTMLLegendElement |
Provides a caption for a FIELDSET grouping. More... | |
| class | HTMLOptGroupElement |
| Group options together in logical subdivisions. More... | |
| class | HTMLSelectElement |
| The select element allows the selection of an option. More... | |
| class | HTMLTextAreaElement |
| Multi-line text field. More... | |
| class | HTMLOptionElement |
| A selectable choice. More... | |
| class | HTMLIsIndexElement |
| This element is used for single-line text input. More... | |
| class | HTMLBaseElement |
| Document base URI. More... | |
| class | HTMLLinkElement |
The LINK element specifies a link to an external resource, and defines this document's relationship to that resource (or vice versa). More... | |
| class | HTMLMetaElement |
| This contains generic meta-information about the document. More... | |
| class | HTMLScriptElement |
| Script statements. More... | |
| class | HTMLStyleElement |
| Style information. More... | |
| class | HTMLTitleElement |
| The document title. More... | |
| class | HTMLAreaElement |
| Client-side image map area definition. More... | |
| class | HTMLImageElement |
| Embedded image. More... | |
| class | HTMLMapElement |
| Client-side image map. More... | |
| class | HTMLAnchorElement |
| The anchor element. More... | |
| class | HTMLBRElement |
| Force a line break. More... | |
| class | HTMLFontElement |
| Local change to font. More... | |
| class | HTMLModElement |
| Notice of modification to part of a document. More... | |
| class | HTMLQuoteElement |
For the Q and BLOCKQUOTE elements. More... | |
| class | HTMLDListElement |
| Definition list. More... | |
| class | HTMLDirectoryElement |
| Directory list. More... | |
| class | HTMLLIElement |
| List item. More... | |
| class | HTMLMenuElement |
| Menu list. More... | |
| class | HTMLOListElement |
| Ordered list. More... | |
| class | HTMLUListElement |
| Unordered list. More... | |
| class | HTMLBaseFontElement |
| Base font. More... | |
| class | HTMLCollection |
An HTMLCollection is a list of nodes. More... | |
| class | HTMLFormCollection |
| class | HTMLMappedNameCollection |
| class | HTMLAppletElement |
| An embedded Java applet. More... | |
| class | HTMLObjectElement |
| Generic embedded object. More... | |
| class | HTMLParamElement |
Parameters fed to the OBJECT element. More... | |
| class | HTMLTableCaptionElement |
| Table caption See the CAPTION element definition in HTML 4.0. More... | |
| class | HTMLTableCellElement |
The object used to represent the TH and TD elements. More... | |
| class | HTMLTableColElement |
Regroups the COL and COLGROUP elements. More... | |
| class | HTMLTableElement |
| The create* and delete* methods on the table allow authors to construct and modify tables. More... | |
| class | HTMLTableRowElement |
| A row in a table. More... | |
| class | HTMLTableSectionElement |
The THEAD , TFOOT , and TBODY elements. More... | |
Typedefs | |
| typedef unsigned long long | DOMTimeStamp |
Functions | |
| KDE_NO_EXPORT int | getPropertyID (const char *tagStr, int len) |
| static QString | qString (const ParseString &ps) |
| static DOMString | domString (const ParseString &ps) |
| int | getPropertyID (const char *tagStr, int len) |
| bool | strcasecmp (const DOMString &as, const DOMString &bs) |
| bool | strcasecmp (const DOMString &as, const char *bs) |
| bool | operator== (const DOMString &a, const DOMString &b) |
| bool | operator== (const DOMString &a, const QString &b) |
| bool | operator== (const DOMString &a, const char *b) |
| kdbgstream & | operator<< (kdbgstream &stream, const DOMString &string) |
| bool | operator!= (const DOMString &a, const DOMString &b) |
| bool | operator!= (const DOMString &a, const QString &b) |
| bool | operator!= (const DOMString &a, const char *b) |
| bool | strcmp (const DOMString &a, const DOMString &b) |
Typedef Documentation
|
|
A DOMTimeStamp represents a number of milliseconds.
Definition at line 953 of file dom_node.h. |

