# File lib/xml/dom2/xpath.rb, line 235
      def regist_attributes(node, attrs)
        @attr[node] = attrs
        attrs.each { |i| @attr[i] = node }
      end