Uses of Class
org.clapper.curn.parser.RSSItem

Packages that use RSSItem
org.clapper.curn.parser   
org.clapper.curn.parser.informa   
org.clapper.curn.parser.rome   
 

Uses of RSSItem in org.clapper.curn.parser
 

Methods in org.clapper.curn.parser that return RSSItem
 RSSItem RSSItem.makeCopy(RSSChannel parentChannel)
          Make a deep copy of this RSSItem object.
abstract  RSSItem RSSItem.newInstance(RSSChannel channel)
          Create a new, empty instance of the underlying concrete class.
 

Methods in org.clapper.curn.parser that return types with arguments of type RSSItem
abstract  java.util.Collection<RSSItem> RSSChannel.getItems()
          Get a Collection of the items in this channel.
 

Methods in org.clapper.curn.parser with parameters of type RSSItem
abstract  boolean RSSChannel.removeItem(RSSItem item)
          Remove an item from the set of items.
 

Method parameters in org.clapper.curn.parser with type arguments of type RSSItem
abstract  void RSSChannel.setItems(java.util.Collection<? extends RSSItem> newItems)
          Change the items the channel the ones in the specified collection.
 

Uses of RSSItem in org.clapper.curn.parser.informa
 

Subclasses of RSSItem in org.clapper.curn.parser.informa
 class RSSItemAdapter
          This class implements the RSSItem interface and defines an adapter for the Informa RSS Parser's ItemIF type.
 

Methods in org.clapper.curn.parser.informa that return RSSItem
 RSSItem RSSItemAdapter.newInstance(RSSChannel channel)
          Create a new, empty instance of the underlying concrete class.
 

Methods in org.clapper.curn.parser.informa that return types with arguments of type RSSItem
 java.util.Collection<RSSItem> RSSChannelAdapter.getItems()
          Get a Collection of the items in this channel.
 

Methods in org.clapper.curn.parser.informa with parameters of type RSSItem
 boolean RSSChannelAdapter.removeItem(RSSItem item)
          Remove an item from the set of items.
 

Method parameters in org.clapper.curn.parser.informa with type arguments of type RSSItem
 void RSSChannelAdapter.setItems(java.util.Collection<? extends RSSItem> newItems)
          Change the items the channel the ones in the specified collection.
 

Uses of RSSItem in org.clapper.curn.parser.rome
 

Methods in org.clapper.curn.parser.rome that return RSSItem
 RSSItem RSSItemAdapter.newInstance(RSSChannel channel)
          Create a new, empty instance of the underlying concrete class.
 

Methods in org.clapper.curn.parser.rome that return types with arguments of type RSSItem
 java.util.Collection<RSSItem> RSSChannelAdapter.getItems()
          Get a Collection of the items in this channel.
 

Methods in org.clapper.curn.parser.rome with parameters of type RSSItem
 boolean RSSChannelAdapter.removeItem(RSSItem item)
          Remove an item from the set of items.
 

Method parameters in org.clapper.curn.parser.rome with type arguments of type RSSItem
 void RSSChannelAdapter.setItems(java.util.Collection<? extends RSSItem> newItems)
          Change the items the channel the ones in the specified collection.
 



Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.