The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CSS::SAC::Selector::Element - SAC ElementSelector

SYNOPSIS

 see CSS::SAC::Selector

DESCRIPTION

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

  • CSS::SAC::Selector::Element->new($type,$local_name,$ns_uri) =item * $esel->new($type,$local_name,$ns_uri)

    Creates a new element selector.

  • $esel->LocalName([$lname])

    get/set the selector's local name

  • $esel->NamespaceURI([$ns])

    get/set the selector's ns

AUTHOR

Robin Berjon <robin@knowscape.com>

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