1CSS::Value(3)         User Contributed Perl Documentation        CSS::Value(3)
2
3
4

NAME

6       CSS::Value - A property value in a CSS object tree
7

SYNOPSIS

9         use CSS;
10

DESCRIPTION

12       This module represents a property value in a CSS object tree.  Read the
13       CSS.pm pod for information about the CSS object tree.
14

METHODS

16       CONSTRUCTORS
17
18       "new()" or "new( { ..options.. } )"
19           This constructor returns a new "CSS::Value" object, with an
20           optional hash of options.
21
22             value         value string
23             adaptor       adaptor to use for serialization
24
25       ACCESSORS
26
27       "to_string()"
28           This method is used to serialize the value.
29

AUTHOR

31       Copyright (C) 2003-2004, Cal Henderson <cal@iamcal.com>
32

SEE ALSO

34       CSS, http://www.w3.org/TR/REC-CSS1
35
36
37
38perl v5.8.8                       2008-04-22                     CSS::Value(3)
Impressum