|
NAMECSS::DOM::Array - Array class for CSS::DOMVERSIONVersion 0.17SYNOPSISuse CSS::DOM::Array; $array = new CSS::DOM::Array 'this', 'that'; @$array; $array->[0]; # etc. $array->length; $array->item(0); DESCRIPTIONThis module serves as a base class for array-like objects required by CSS::DOM.A CSS::DOM::Array object is simply a blessed array reference. You can use it as an array directly, or use the methods below. METHODSConstructor$array = new CSS::DOM::Array; Creates a new blessed array. Object Methods
SEE ALSOCSS::DOMCSS::DOM::RuleList CSS::DOM::StyleSheetList CSS::DOM::MediaList
Visit the GSP FreeBSD Man Page Interface. |