Class ConverterForAtom10

    • Constructor Detail

      • ConverterForAtom10

        public ConverterForAtom10()
      • ConverterForAtom10

        protected ConverterForAtom10​(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.
      • createSyndEntries

        protected List<SyndEntry> createSyndEntries​(Feed feed,
                                                    List<Entry> atomEntries,
                                                    boolean preserveWireItems)
      • createSyndEntry

        protected SyndEntry createSyndEntry​(Feed feed,
                                            Entry entry,
                                            boolean preserveWireItem)
      • createAtomEnclosure

        public Link createAtomEnclosure​(SyndEnclosure syndEnclosure)
      • createSyndLink

        public SyndLink createSyndLink​(Link link)
      • createAtomLink

        public Link createAtomLink​(SyndLink syndLink)
      • 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.
      • createAtomEntry

        protected Entry createAtomEntry​(SyndEntry sEntry)