css::dom::rule::style(3pm) debian man page | unix.com

Man Page: css::dom::rule::style

Operating Environment: debian

Section: 3pm

CSS::DOM::Rule::Style(3pm)				User Contributed Perl Documentation				CSS::DOM::Rule::Style(3pm)

NAME
CSS::DOM::Rule::Style - CSS style rule class for CSS::DOM
VERSION
Version 0.14
SYNOPSIS
use CSS::DOM; my $ruleset = CSS::DOM->parse( 'p:firstline, h3 { font-weight: bold }' )->cssRules->[0]; $ruleset->selectorText; # 'p:firstline, h3' $ruleset->style; # a CSS::DOM::Style object $ruleset->style->fontWeight; # 'bold'
DESCRIPTION
This module implements CSS style rules for CSS::DOM. It inherits from CSS::DOM::Rule and implements the CSSStyleRule DOM interface.
METHODS
selectorText Returns a string representing the selector(s). Pass an argument to set it. style Returns the CSS::DOM::Style object representing the declaration block of this rule.
SEE ALSO
CSS::DOM CSS::DOM::Style CSS::DOM::Rule perl v5.10.1 2010-12-10 CSS::DOM::Rule::Style(3pm)
Related Man Pages
css::adaptor(3pm) - debian
css::dom::interface(3pm) - debian
css::dom::rule::media(3pm) - debian
mojo::dom::css(3pm) - debian
mojo::dom::html(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Introduction
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?