# File lib/sax-machine/config/sax_element.rb, line 50
      def attrs_match?(attrs)
        @with.all? do |key, value|
          value === attrs[key.to_s]
        end
      end