CSS::SAC::Condition::Attribute - SAC AttributeConditions
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'):
- CSS::SAC::Condition::Attribute->new($type,$lname,$ns,$specified,$value)
- $cond->new($type,$lname,$ns,$specified,$value)
Creates a new attribute condition.
- $acond->LocalName([$lname])
get/set the local name
- $acond->NamespaceURI([$ns])
get/set the ns uri
- $acond->Value([$value])
get/set the value
- $acond->Specified([$spec])
get/set the 'specified' state, ie whether a specific value was
requested for this attr
Robin Berjon <robin@knowscape.com>
This module is licensed under the same terms as Perl itself.