# File rexml/entity.rb, line 74
  def Entity::matches? string
			(ENTITYDECL =~ string) == 0
		end