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