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