class CSSValueList

The <code> CSSValueList </code> interface provides the absraction of an ordered collection of CSS values. More...

Full nameDOM::CSSValueList
Definition#include <css_value.h>
InheritsDOM::CSSValue
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Members


Detailed Description

The <code> CSSValueList </code> interface provides the absraction of an ordered collection of CSS values.

unsigned long  length ()

[const]

The number of <code> CSSValue </code> s in the list. The range of valid values indices is <code> 0 </code> to <code> length-1 </code> inclusive.

CSSValue  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:
indexIndex into the collection.

Returns: The style rule at the <code> index </code> position in the <code> CSSValueList </code> , or <code> null </code> if that is not valid index.


Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35.