# File lib/test/unit/xml/notationdecl_mixin.rb, line 23
    def public
      return nil unless @middle == "PUBLIC"
      parse_rest(@rest)[0]
    end