# File lib/rexml/doctype.rb, line 134
    def entity( name )
      @entities[name].unnormalized if @entities[name]
    end