# File lib/sax-machine/config/sax_attribute.rb, line 8
      def attrs_match?(attrs)
        attrs.key?(@name) || attrs.value?(@name)
      end