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

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

Methods in org.eclipse.ecf.provider.rss.channel that throw ParseException
protected static SseSync RSSParserBase.createSync(org.w3c.dom.Element syncElement)
          Creates a SseSync object from the Element representation.
static RssFeed RssFeed.load(java.io.File fromFile)
          Reads a feed from the file specified as RSS feed.
static RssFeed FeedParser.parse(byte[] b)
          Parse the content of the file specified as byte array.
static RssFeed FeedParser.parse(java.io.File file)
          Parse the content of the file specified as RSS feed.
static RssFeed FeedParser.parse(java.io.InputStream in)
          Parse the content given InputSource as RSS feed.
 SseSync SseSync.processConflict(SseSync loserSync)
          Performs any necessary conflict processing.