khtml Library API Documentation

DOM::StyleSheetList Class Reference

The StyleSheetList interface provides the abstraction of an ordered collection of style sheets. More...

#include <css_stylesheet.h>

Collaboration diagram for DOM::StyleSheetList:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 StyleSheetList ()
 StyleSheetList (const StyleSheetList &other)
 StyleSheetList (StyleSheetListImpl *impl)
StyleSheetListoperator= (const StyleSheetList &other)
 ~StyleSheetList ()
unsigned long length () const
StyleSheet item (unsigned long index)
StyleSheetListImplhandle () const
bool isNull () const

Protected Attributes

StyleSheetListImplimpl

Detailed Description

The StyleSheetList interface provides the abstraction of an ordered collection of style sheets.

Definition at line 309 of file css_stylesheet.h.


Member Function Documentation

unsigned long StyleSheetList::length  )  const
 

The number of StyleSheet in the list.

The range of valid child stylesheet indices is 0 to length-1 inclusive.

Definition at line 236 of file css_stylesheet.cpp.

References impl.

Referenced by KJS::DOMStyleSheetList::tryGet().

StyleSheet StyleSheetList::item unsigned long  index  ) 
 

Used to retrieve a style sheet by ordinal index.

Parameters:
index Index into the collection
Returns:
The style sheet at the index position in the StyleSheetList , or null if that is not a valid index.

Definition at line 242 of file css_stylesheet.cpp.

References impl.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Jul 20 14:11:16 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003