# File lib/test/unit/xml/doctype_mixin.rb, line 39 def notation(name) notations.find { |notation_decl| notation_decl.name == name } end