# File rexml/sax2parser.rb, line 169
  def comment comment
			handle( comment:comment, comment ) { |ob| ob.comment( comment ) }
		end