Allen Day > CSS-0.07 > CSS::Adaptor

Download:
CSS-0.07.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  1
View Bugs
Report a bug
Module Version: 0.05   Source   Latest Release: CSS-1.08

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.

AUTHOR ^

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

SEE ALSO ^

CSS CSS::Style perl(1).