# File lib/sax-machine/config/sax_element.rb, line 56 def has_value_and_attrs_match?(attrs) !@value.nil? && attrs_match?(attrs) end