# File lib/test/unit/xml/doctype_mixin.rb, line 33
    def notations
      children().select {|node| node.kind_of?(REXML::NotationDecl)}
    end