DOM::CSSValueList Class Reference
TheCSSValueList interface provides the absraction of an ordered collection of CSS values.  
More...
#include <css_value.h>
Inheritance diagram for DOM::CSSValueList:


| Public Member Functions | |
| CSSValueList (const CSSValueList &other) | |
| CSSValueList (const CSSValue &other) | |
| CSSValueList (CSSValueListImpl *impl) | |
| CSSValueList & | operator= (const CSSValueList &other) | 
| CSSValueList & | operator= (const CSSValue &other) | 
| unsigned long | length () const | 
| CSSValue | item (unsigned long index) | 
| Protected Attributes | |
| CSSValueListImpl * | vimpl | 
Detailed Description
TheCSSValueList interface provides the absraction of an ordered collection of CSS values. 
Definition at line 315 of file css_value.h.
Member Function Documentation
| 
 | 
| 
The number of  
The range of valid values indices is  Definition at line 289 of file css_value.cpp. | 
| 
 | 
| 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. 
 
 
 Definition at line 295 of file css_value.cpp. | 
The documentation for this class was generated from the following files:

