# File rexml/comment.rb, line 78
  def Comment.parse_stream source, listener
			listener.comment(source.match( PATTERN, true )[1])
		end