Class RSS20Generator

    • Constructor Detail

      • RSS20Generator

        public RSS20Generator()
      • RSS20Generator

        protected RSS20Generator​(String feedType,
                                 String version)
    • Method Detail

      • populateChannel

        protected void populateChannel​(Channel channel,
                                       org.jdom2.Element eChannel)
        Description copied from class: RSS090Generator
        Populates the given channel with parsed data from the ROME element that holds the channel data.
        Overrides:
        populateChannel in class RSS092Generator
        Parameters:
        channel - the channel into which parsed data will be added.
        eChannel - the XML element that holds the data for the channel.