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