RssReader Reference Documentation (Document! X Sample)
innovasys.rssreader Package / RssFeed Class / RssFeed Constructor
The Url to download the rss feed xml from.
In This Topic
    RssFeed Constructor
    In This Topic
    Initializes a new instance of the RssFeed class.
    Syntax
    public RssFeed( 
       java.lang.String url
    )

    Parameters

    url
    The Url to download the rss feed xml from.
    See Also