# File lib/xml/dom2/entity.rb, line 93
      def cloneNode(deep = true)
        super(deep, @name, @pubid, @sysid, @notation)
      end