CSS::SAC::Selector::CharacterData - SAC CharacterDataSelector


CSS-SAC documentation  | view source Contained in the CSS-SAC distribution.

Index


NAME

Top

CSS::SAC::Selector::CharacterData - SAC CharacterDataSelector

SYNOPSIS

Top

 see CSS::SAC::Selector

DESCRIPTION

Top

This is a subclass of CSS::SAC::Selector::Simple, look there for more documentation. This class adds the following methods (which also exist in spec style, simply prepend them with 'get'):

METHODS

Top

* CSS::SAC::Selector::CharacterData->new($type,$data) =item * $sel->new($type,$data)

Creates a new cdata selector.

* $csel->Data([$data])

get/set the selector's data

AUTHOR

Top

Robin Berjon <robin@knowscape.com>

This module is licensed under the same terms as Perl itself.


CSS-SAC documentation  | view source Contained in the CSS-SAC distribution.