# File lib/xml/dom/core.rb, line 1712
      def _getIDAttrs
        return {'*'=>'id'} if @idattrs.nil?
        @idattrs
      end