# File lib/rexml/doctype.rb, line 174
    def notations
      children().select {|node| node.kind_of?(REXML::NotationDecl)}
    end