CSS::Croco::Statement - statement object.


CSS-Croco documentation Contained in the CSS-Croco distribution.

Index


Code Index:

NAME

Top

CSS::Croco::Statement - statement object.

DESCRIPTION

Top

Abstract class representing one CSS statement.

Statement type can be one of:

CSS::Croco::Statement::RuleSet - statement with CSS selectors and declarations

CSS::Croco::Statement::Media

METHODS

Top

to_string

Returns string representation of statement.

BUGS

Top

NOTES

Top

AUTHOR

Top

Andrey Kostenko (), <andrey@kostenko.name>

COMPANY

Top

Rambler Internet Holding

CREATED

Top

07.11.2009 02:33:17 MSK


CSS-Croco documentation Contained in the CSS-Croco distribution.

package CSS::Croco::Statement;

use utf8;
use strict;
use warnings;

1;

__END__

use strict;
use warnings;