# File rexml/sax2parser.rb, line 216
  def entitydecl content
			if @has_listeners
				handle( entitydecl:entitydecl, content ) { |ob| ob.entitydecl( content ) }
			else
				handle( entitydecl:entitydecl, content ) 
			end
		end