Class RSS20Feed


  • public class RSS20Feed
    extends Feed
    Represents an RSS 2.0 feed (with enclosures). This feed provides no fizz-bang features.
    Since:
    2.2.27
    • Constructor Detail

      • RSS20Feed

        public RSS20Feed​(Context context)
        Creates an RSS 2.0 feed for the specified Context.
        Parameters:
        context - The WikiContext.
    • Method Detail

      • getString

        public java.lang.String getString()
        Returns the XML for the feed contents in a String format. All subclasses must implement.
        Specified by:
        getString in class Feed
        Returns:
        valid XML, ready to be shoved out.