# File lib/nokogiri/xml/entity_decl.rb, line 10
      def self.new name, doc, *args
        doc.create_entity(name, *args)
      end