GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CSS::DOM::Array(3) User Contributed Perl Documentation CSS::DOM::Array(3)

CSS::DOM::Array - Array class for CSS::DOM

Version 0.17

  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 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.

  $array = new CSS::DOM::Array;

Creates a new blessed array.

length
Returns the length of the array.
item ( $index)
Returns the array element at the given $index.

CSS::DOM

CSS::DOM::RuleList

CSS::DOM::StyleSheetList

CSS::DOM::MediaList

2018-01-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.