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