Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.fm.rss.rssParseException

Uses of rssParseException in com.fm.rss
 

Methods in com.fm.rss that throw rssParseException
 void rssItem.parse(org.w3c.dom.Element el)
          Parse the content of the given document element and extract all entry related data.
 void rssChannelCategory.parse(org.w3c.dom.Element el)
          Parse Element object and initialize category properties and channel list.
 void rssChannel.parse(org.w3c.dom.Element el)
          Parse given Element object and initialize channel params and item list.
private  void rssChannel.parseRSSv1(org.w3c.dom.Element el)
          Parse element object representing RSS channel encoded using RSS v1 specification
private  void rssChannel.parseRSSv2(org.w3c.dom.Element el)
          Parse element object representing RSS channels in RSSv2 (and >= 0.91) format.
private  void rssChannel.parseJNRFormat(org.w3c.dom.Element el)
          Parse element object representing RSS channel encoded using RSS v1 specification
abstract  void rssAbstractEntry.parse(org.w3c.dom.Element el)
          Parse content of the given document element and extract all entry related data.
 void rssAbstractEntry.parse(java.lang.String uri)
          Parse content of the resourse and extract all entry related data.
 void rssAbstractEntry.parse(org.xml.sax.InputSource is)
          Parse content of the given input source and extract all entry related data.
 void fsChannelStorage.load()
          Loads state of the storage from the source.
 void ChannelStorage.load()
          Loads current state from the source