Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #23741

Re: Getting Enclosure Contents using Rome RSS parser

X-Received by 10.224.88.200 with SMTP id b8mr407335qam.8.1367350031554; Tue, 30 Apr 2013 12:27:11 -0700 (PDT)
X-Received by 10.50.126.70 with SMTP id mw6mr1040765igb.10.1367350031493; Tue, 30 Apr 2013 12:27:11 -0700 (PDT)
Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx02.iad01.newshosting.com!newshosting.com!69.16.185.11.MISMATCH!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!s14no1354578qam.0!news-out.google.com!ef9ni37921qab.0!nntp.google.com!s14no1354570qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.lang.java.programmer
Date Tue, 30 Apr 2013 12:27:11 -0700 (PDT)
In-Reply-To <dc511861-fcea-4a3e-89da-e99d2ef1411f@googlegroups.com>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=69.28.149.29; posting-account=CP-lKQoAAAAGtB5diOuGlDQk0jIwmH0T
NNTP-Posting-Host 69.28.149.29
References <0d99efd2-92b9-47da-b9b7-8e7f6ed8231c@googlegroups.com> <klp4nb$m84$1@dont-email.me> <dc511861-fcea-4a3e-89da-e99d2ef1411f@googlegroups.com>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <70df5682-1803-478c-9268-0a08cb382333@googlegroups.com> (permalink)
Subject Re: Getting Enclosure Contents using Rome RSS parser
From Lew <lewbloch@gmail.com>
Injection-Date Tue, 30 Apr 2013 19:27:11 +0000
Content-Type text/plain; charset=ISO-8859-1
X-Received-Bytes 1767
Lines 22
Xref csiph.com comp.lang.java.programmer:23741

Show key headers only | View raw


Chuck Johnson wrote:
> Jeff Higgins wrote:
>> galois271@....com wrote:
>>> I can't seem to find any decent documentation on it.
>> 
>> No javadoc available? I'd really want that.
>> 
>> What does getEnclosures() return? A bag/box/bunch of enclosures?
> 
> It apparently returns a List, but I can't seem to use indexes to get the members.  ??

First of all, OP, don't ever do this:

  @SuppressWarnings("rawtypes") ...

Second, give us this, please:

http://sscce.org/

As to docs for Rome, where have you looked so far?

-- 
Lew

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Getting Enclosure Contents using Rome RSS parser galois271@gmail.com - 2013-04-30 08:58 -0700
  Re: Getting Enclosure Contents using Rome RSS parser Jeff Higgins <jeff@invalid.invalid> - 2013-04-30 15:10 -0400
    Re: Getting Enclosure Contents using Rome RSS parser Jeff Higgins <jeff@invalid.invalid> - 2013-04-30 15:20 -0400
      Re: Getting Enclosure Contents using Rome RSS parser lipska the kat <"nospam at neversurrender dot co dot uk"> - 2013-04-30 20:30 +0100
    Re: Getting Enclosure Contents using Rome RSS parser Chuck Johnson <galois271@gmail.com> - 2013-04-30 12:23 -0700
      Re: Getting Enclosure Contents using Rome RSS parser Lew <lewbloch@gmail.com> - 2013-04-30 12:27 -0700
        Re: Getting Enclosure Contents using Rome RSS parser Chuck Johnson <galois271@gmail.com> - 2013-04-30 12:58 -0700
          Re: Getting Enclosure Contents using Rome RSS parser Chuck Johnson <galois271@gmail.com> - 2013-04-30 13:08 -0700
            Re: Getting Enclosure Contents using Rome RSS parser Jeff Higgins <jeff@invalid.invalid> - 2013-04-30 16:28 -0400
          Re: Getting Enclosure Contents using Rome RSS parser Lew <lewbloch@gmail.com> - 2013-04-30 13:59 -0700
            Re: Getting Enclosure Contents using Rome RSS parser Chuck Johnson <galois271@gmail.com> - 2013-04-30 16:54 -0700
              Re: Getting Enclosure Contents using Rome RSS parser Lew <lewbloch@gmail.com> - 2013-04-30 17:31 -0700
            Re: Getting Enclosure Contents using Rome RSS parser Arne Vajhøj <arne@vajhoej.dk> - 2013-04-30 21:33 -0400
              Re: Getting Enclosure Contents using Rome RSS parser Jeff Higgins <jeff@invalid.invalid> - 2013-05-01 03:15 -0400
                Re: Getting Enclosure Contents using Rome RSS parser Arne Vajhøj <arne@vajhoej.dk> - 2013-05-01 20:33 -0400
                Re: Getting Enclosure Contents using Rome RSS parser Lew <lewbloch@gmail.com> - 2013-05-01 18:42 -0700
                Re: Getting Enclosure Contents using Rome RSS parser Arne Vajhøj <arne@vajhoej.dk> - 2013-05-01 21:56 -0400
                Re: Getting Enclosure Contents using Rome RSS parser Lew <lewbloch@gmail.com> - 2013-05-02 12:17 -0700
                Re: Getting Enclosure Contents using Rome RSS parser Arne Vajhøj <arne@vajhoej.dk> - 2013-05-02 19:50 -0400
                Re: Getting Enclosure Contents using Rome RSS parser Lew <lewbloch@gmail.com> - 2013-05-02 18:27 -0700
                Re: Getting Enclosure Contents using Rome RSS parser Arne Vajhøj <arne@vajhoej.dk> - 2013-05-02 21:39 -0400
                Re: Getting Enclosure Contents using Rome RSS parser Lew <lewbloch@gmail.com> - 2013-05-02 18:44 -0700
                Re: Getting Enclosure Contents using Rome RSS parser Arne Vajhøj <arne@vajhoej.dk> - 2013-05-02 21:55 -0400
            Re: Getting Enclosure Contents using Rome RSS parser lipska the kat <"nospam at neversurrender dot co dot uk"> - 2013-05-01 06:59 +0100
              Re: Getting Enclosure Contents using Rome RSS parser Jeff Higgins <jeff@invalid.invalid> - 2013-05-01 03:18 -0400
                Re: Getting Enclosure Contents using Rome RSS parser Chuck Johnson <galois271@gmail.com> - 2013-05-01 07:19 -0700
                Re: Getting Enclosure Contents using Rome RSS parser Jeff Higgins <jeff@invalid.invalid> - 2013-05-01 11:11 -0400
                Re: Getting Enclosure Contents using Rome RSS parser Jeff Higgins <jeff@invalid.invalid> - 2013-05-01 11:37 -0400
                Re: Getting Enclosure Contents using Rome RSS parser Jeff Higgins <jeff@invalid.invalid> - 2013-05-01 12:54 -0400
                Re: Getting Enclosure Contents using Rome RSS parser Jeff Higgins <jeff@invalid.invalid> - 2013-05-01 13:15 -0400
                Re: Getting Enclosure Contents using Rome RSS parser Jeff Higgins <jeff@invalid.invalid> - 2013-05-01 13:27 -0400
                Re: Getting Enclosure Contents using Rome RSS parser Jeff Higgins <jeff@invalid.invalid> - 2013-05-01 13:33 -0400
                Re: Getting Enclosure Contents using Rome RSS parser Arne Vajhøj <arne@vajhoej.dk> - 2013-05-01 20:30 -0400
  Re: Getting Enclosure Contents using Rome RSS parser Roedy Green <see_website@mindprod.com.invalid> - 2013-04-30 15:00 -0700

csiph-web