Uses of Class
org.eclipse.ecf.provider.rss.channel.SseSharing

Uses of SseSharing in org.eclipse.ecf.provider.rss.channel
 

Methods in org.eclipse.ecf.provider.rss.channel that return SseSharing
protected static SseSharing RSSParserBase.createSharing(org.w3c.dom.Element sharingElement)
          Creates a SseSharing object from the Element representation.
 SseSharing RssFeed.getSharing()
          Gets the sharing element
 

Methods in org.eclipse.ecf.provider.rss.channel with parameters of type SseSharing
 void RssFeed.setSharing(SseSharing sharing)
          Sets a sharing element.