CSS::SAC::Condition::Attribute - SAC AttributeConditions
see CSS::SAC::Condition
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'):
new($type,$lname,$ns,$specified,$value)
new($type,$lname,$ns,$specified,$value)
Creates a new attribute condition.
LocalName([$lname])
get/set the local name
NamespaceURI([$ns])
get/set the ns uri
Value([$value])
get/set the value
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.