CSS::Property

A property in a CSS object tree
Download

CSS::Property Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Cal Henderson
  • Publisher web site:
  • http://search.cpan.org/~iamcal/

CSS::Property Tags


CSS::Property Description

A property in a CSS object tree CSS::Property is a Perl module that represents a property in a CSS object tree.SYNOPSIS use CSS;Read the CSS.pm pod for information about the CSS object tree.METHODSCONSTRUCTORSnew() or new( { ..options.. } )This constructor returns a new CSS::Property object, with an optional hash of options. property property name (as string) value simple value string adaptor adaptor to use for serializationIf the value option is passed, a CSS::Value object is automatically created and added to the object's values list.ACCESSORSset_adaptor( 'CSS::Adaptor::Foo' )This method sets the current adaptor for the object.values()This method is used to serialize the property's values, using the current adaptor. It returns a string which comes from the adaptor's output_values() method. Requirements: · PassReminder


CSS::Property Related Software