The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CSS::Adaptor - Arbitrarily map CSS property names for use in another context.

SYNOPSIS

  use CSS::Adaptor;
  ...

DESCRIPTION

This class keeps track of how to transform a parameter property to a return value. It happens in the convert() method.

METHODS

CONSTRUCTOR

Only one constructor: new(). Called without options.

ACCESSORS

 name()    
  read-only. returns the name of the Adaptor.

 convert()
  read-only. returns the conversion of a passed in parameter.

AUTHORS

Copyright (C) 2001-2002 Allen Day <allenday@ucla.edu>

Copyright (C) 2003 Cal Henderson <cal@iamcal.com>

SEE ALSO

CSS

CSS::Style

perl(1).