# File lib/rexml/doctype.rb, line 182 def notation(name) notations.find { |notation_decl| notation_decl.name == name } end