Class FeedParser

  • All Implemented Interfaces:
    Serializable, org.apache.tika.parser.Parser

    public class FeedParser
    extends org.apache.tika.parser.AbstractParser
    Feed parser.

    Uses Rome for parsing the feeds. A feed description is put in a paragraph with its link and title in an anchor.

    See Also:
    Serialized Form
    • Constructor Detail

      • FeedParser

        public FeedParser()
    • Method Detail

      • getSupportedTypes

        public Set<org.apache.tika.mime.MediaType> getSupportedTypes​(org.apache.tika.parser.ParseContext context)