= private = protected
matches?(string)
Evaluates whether the given string matches an entity definition, returning true if so, and false otherwise.
# File lib/rexml/entity.rb, line 66 def Entity::matches? string (ENTITYDECL =~ string) == 0 end