NAME
CSS::SAC::Condition::Combinator - SAC CombinatorConditions
SYNOPSIS
see CSS::SAC::Condition
DESCRIPTION
This is a subclass of CSS::SAC::Condition, look there for more documentation. This class adds the following methods (the spec equivalents are available as well, just prepend 'get'):
METHODS
CSS::SAC::Condition::Combinator->new($type,$cond1,$cond2)
$cond->new($type,$cond1,$cond2)
Creates a new combinator condition.
$ccond->FirstCondition([$cond]) =item * $ccond->SecondCondition([$cond])
get/set the conditions that compose the combinator
AUTHOR
Robin Berjon <robin@knowscape.com>
This module is licensed under the same terms as Perl itself.