class CSSValueList

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

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

Public Methods

Protected Members


Detailed Description

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

 CSSValueList ()

CSSValueList

 CSSValueList (const CSSValueList &other)

CSSValueList

 CSSValueList (const CSSValue &other)

CSSValueList

 CSSValueList (CSSValueListImpl *impl)

CSSValueList

CSSValueList &  operator = (const CSSValueList &other)

operator =

Reimplemented from CSSValue.

CSSValueList &  operator = (const CSSValue &other)

operator =

Reimplemented from CSSValue.

 ~CSSValueList ()

~CSSValueList

unsigned long  length ()

length

[const]

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

CSSValue  item ( unsigned long index )

item

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 index position in the CSSValueList , or null if that is not valid index.

CSSValueListImpl * vimpl

vimpl

[protected]


Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53.