Holger's
Java API

Uses of Class
com.antelmann.net.web.RSSChannel

Packages that use RSSChannel
com.antelmann.net.web This package contains classes for dealing with Web-related content. 
 

Uses of RSSChannel in com.antelmann.net.web
 

Methods in com.antelmann.net.web that return RSSChannel
 RSSChannel RSSMenu.getChannel()
           
 RSSChannel RSSItem.getChannel()
           
 RSSChannel RSSHandler.getChannel()
          returns the first available channel in this rss feed (if any)
 RSSChannel[] RSSHandler.getChannels()
          returns all available channels in this rss feed
 

Methods in com.antelmann.net.web with parameters of type RSSChannel
 void RSSMenu.setChannel(RSSChannel channel)
           
 

Constructors in com.antelmann.net.web with parameters of type RSSChannel
RSSItem(RSSChannel channel, Element element)
           
RSSMenu(RSSChannel channel, RSSMenu.ItemHandler handler)
          calls RSSMenu(channel, handler, false)
RSSMenu(RSSChannel channel, RSSMenu.ItemHandler handler, boolean useIcon)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads