CSS::SAC::Selector::ProcessingInstruction - SAC ProcessingInstructionSelector
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'):
- CSS::SAC::Selector::ProcessingInstruction->new($type,$target,$data)
=item * $psel->new($type,$target,$data)
Creates a new pi selector.
- $psel->Target([$target])
get/set the selector's target
- $psel->Data([$data])
get/set the selector's data
Robin Berjon <robin@knowscape.com>
This module is licensed under the same terms as Perl itself.