Class RSSFeed


  • public final class RSSFeed
    extends java.lang.Object
    RSS feed
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  RSSFeed.RSSItem  
    • Constructor Summary

      Constructors 
      Constructor Description
      RSSFeed​(java.lang.String url, java.lang.String encoding)
      Parse RSS feed.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • feedtitle

        public java.lang.String feedtitle
      • feeddescription

        public java.lang.String feeddescription
      • feedlink

        public java.lang.String feedlink
      • ttl

        public int ttl
    • Constructor Detail

      • RSSFeed

        public RSSFeed​(java.lang.String url,
                       java.lang.String encoding)
                throws XMLException
        Parse RSS feed.
        Parameters:
        url - URL of RSS feed to parse
        Throws:
        XMLException