# File lib/rexml/doctype.rb, line 230
    def initialize( src )
      super()
      @entity = src
    end