CSS::SAC::Selector::Descendant - SAC DescendantSelector
This is a subclass of CSS::SAC::Selector, look there for more documentation.
This class adds the following methods (which also exist in spec style, simply
prepend them with 'get'):
- CSS::SAC::Selector::Descendant->new($type,$ancestor_sel,$simple_sel)
=item *
$dsel->new($type,$ancestor_sel,$simple_sel)
Creates a new descendant selector.
- $dsel->AncestorSelector([$ancestor_sel])
get/set the selector's ancestor selector
- $dsel->SimpleSelector([$simple_sel])
get/set the selector's simple selector
Robin Berjon <robin@knowscape.com>
This module is licensed under the same terms as Perl itself.