Class RSS093Parser

    • Constructor Detail

      • RSS093Parser

        public RSS093Parser()
      • RSS093Parser

        protected RSS093Parser​(String type)
    • Method Detail

      • parseItem

        protected Item parseItem​(org.jdom2.Element rssRoot,
                                 org.jdom2.Element eItem,
                                 Locale locale)
        Description copied from class: RSS091UserlandParser
        Parses an item element of an RSS document looking for item information.

        It first invokes super.parseItem and then parses and injects the description property if present.

        Overrides:
        parseItem in class RSS092Parser
        Parameters:
        rssRoot - the root element of the RSS document in case it's needed for context.
        eItem - the item element to parse.
        Returns:
        the parsed RSSItem bean.