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::adaptor(3pm) - debian
css::dom::rule(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
How can I do this in VI editor?
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?