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