khtml Library API Documentation

DOM::CSSValueList Class Reference

The CSSValueList interface provides the absraction of an ordered collection of CSS values. More...

#include <css_value.h>

Inheritance diagram for DOM::CSSValueList:

DOM::CSSValue List of all members.

Public Methods

CSSValueList & operator= (const CSSValue &other)
unsigned long length () const
 The number of CSSValue s in the list.

CSSValue item (unsigned long index)
 Used to retrieve a CSS rule by ordinal index.


Detailed Description

The CSSValueList interface provides the absraction of an ordered collection of CSS values.

Definition at line 310 of file css_value.h.


Member Function Documentation

unsigned long CSSValueList::length  
 

The number of CSSValue s in the list.

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

Definition at line 271 of file css_value.cpp.

CSSValue CSSValueList::item unsigned long    index
 

Used to retrieve a CSS rule by ordinal index.

The order in this collection represents the order of the values in the CSS style property.

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

Definition at line 277 of file css_value.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:44 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001