# File lib/sax-machine/config/sax_attribute.rb, line 4
      def value_from_attrs(attrs)
        attrs.fetch(@name, nil)
      end