Array class for css::dom
Version 0.15
use CSS::DOM::Array; $array = new CSS::DOM::Array 'this', 'that'; @$array; $array->[0]; # etc. $array->length; $array->item(0);
This module serves as a base class for array-like objects required by \s-1CSS::DOM\s0.
A CSS::DOM::Array object is simply a blessed array reference. You can use it as an array directly, or use the methods below.
$array = new CSS::DOM::Array;
Creates a new blessed array.
Returns the length of the array. Returns the array element at the given $index.
\s-1CSS::DOM\s0
CSS::DOM::RuleList
CSS::DOM::StyleSheetList
CSS::DOM::MediaList