debian man page for css::dom::medialist

Query: css::dom::medialist

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CSS::DOM::MediaList(3pm)				User Contributed Perl Documentation				  CSS::DOM::MediaList(3pm)

NAME
CSS::DOM::MediaList - Medium list class for CSS::DOM
VERSION
Version 0.14
SYNOPSIS
use CSS::DOM; $media_list = new CSS::DOM ->media; use CSS::DOM::MediaList; $media_list = new MediaList 'screen', 'papyrus'; @media = @$media_list; # use as array $media_list->mediaText; # returns a string $media_list->mediaText('print, screen'); # change it $media_list->deleteMedium('print'); $media_list->appendMedium('tv');
DESCRIPTION
This module implements medium lists for CSS::DOM. It implements the CSSMediaList DOM interface and inherits from CSS::DOM::Array.
METHODS
DOM Attributes mediaText A comma-and-space-separated string of the individual media in the list, e.g., 'screen, print'. DOM Methods deleteMedium ( $name ) Deletes the named medium from the list, or throws an error if it cannot be found. appendMedium ( $name ) Adds a medium to the end of the list.
SEE ALSO
CSS::DOM CSS::DOM::Array perl v5.10.1 2010-12-10 CSS::DOM::MediaList(3pm)
Related Man Pages
css::dom::exception(3pm) - debian
css::dom::interface(3pm) - debian
css::dom::style(3pm) - debian
css::dom::value::list(3pm) - debian
xml::dom::text(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
My first PERL incarnation... Audio Oscillograph