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