DOM::StyleSheetList Class Reference
TheStyleSheetList
interface provides the abstraction of an ordered collection of style sheets.
More...
#include <css_stylesheet.h>
Collaboration diagram for DOM::StyleSheetList:

Public Member Functions | |
StyleSheetList () | |
StyleSheetList (const StyleSheetList &other) | |
StyleSheetList (StyleSheetListImpl *impl) | |
StyleSheetList & | operator= (const StyleSheetList &other) |
~StyleSheetList () | |
unsigned long | length () const |
StyleSheet | item (unsigned long index) |
StyleSheetListImpl * | handle () const |
bool | isNull () const |
Protected Attributes | |
StyleSheetListImpl * | impl |
Detailed Description
TheStyleSheetList
interface provides the abstraction of an ordered collection of style sheets.
Definition at line 309 of file css_stylesheet.h.
Member Function Documentation
|
The number of
The range of valid child stylesheet indices is Definition at line 236 of file css_stylesheet.cpp. References impl. Referenced by KJS::DOMStyleSheetList::tryGet(). |
|
Used to retrieve a style sheet by ordinal index.
Definition at line 242 of file css_stylesheet.cpp. References impl. |
The documentation for this class was generated from the following files: