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