Class ConverterForRSS090

    • Constructor Detail

      • ConverterForRSS090

        public ConverterForRSS090()
      • ConverterForRSS090

        protected ConverterForRSS090​(String type)
    • Method Detail

      • copyInto

        public void copyInto​(WireFeed feed,
                             SyndFeed syndFeed)
        Description copied from interface: Converter
        Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.

        It assumes the given SyndFeedImpl has no properties set.

        Specified by:
        copyInto in interface Converter
        Parameters:
        feed - real feed to copy/convert.
        syndFeed - the SyndFeedImpl that will contain the copied/converted values of the real feed.
      • createSyndImage

        protected SyndImage createSyndImage​(Image rssImage)
      • createSyndEntries

        protected List<SyndEntry> createSyndEntries​(List<Item> rssItems,
                                                    boolean preserveWireItems)
      • createSyndEntry

        protected SyndEntry createSyndEntry​(Item item,
                                            boolean preserveWireItem)
      • createRealFeed

        public WireFeed createRealFeed​(SyndFeed syndFeed)
        Description copied from interface: Converter
        Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.

        Specified by:
        createRealFeed in interface Converter
        Parameters:
        syndFeed - SyndFeedImpl to copy/convert value from.
        Returns:
        a real feed with copied/converted values of the SyndFeedImpl.
      • createRSSImage

        protected Image createRSSImage​(SyndImage sImage)
      • createRSSItem

        protected Item createRSSItem​(SyndEntry sEntry)