Uses of Interface
org.apache.nutch.parse.Parser
Packages that use Parser
Package
Description
The
Parse interface and related classes.Parse wrapper to run external command to do the parsing.
Parse RSS feeds.
An HTML document parsing plugin.
Parser and parse filter plugin to extract all (possible) links
from JavaScript files and embedded JavaScript code snippets.
Parse various document formats with help of
Apache Tika.
Parse ZIP files: embedded files are recursively passed to appropriate parsers.
-
Uses of Parser in org.apache.nutch.parse
Methods in org.apache.nutch.parse that return ParserModifier and TypeMethodDescriptionParserFactory.getParserById(String id) Function returns aParserinstance with the specifiedextId, representing its extension ID.Parser[]ParserFactory.getParsers(String contentType, String url) Function returns an array ofParsers for a given content type. -
Uses of Parser in org.apache.nutch.parse.ext
Classes in org.apache.nutch.parse.ext that implement ParserModifier and TypeClassDescriptionclassA wrapper that invokes external command to do real parsing job. -
Uses of Parser in org.apache.nutch.parse.feed
Classes in org.apache.nutch.parse.feed that implement ParserModifier and TypeClassDescriptionclassA RSS/ATOM FeedParserthat rapidly parses all referenced links and content present in the feed. -
Uses of Parser in org.apache.nutch.parse.html
Classes in org.apache.nutch.parse.html that implement Parser -
Uses of Parser in org.apache.nutch.parse.js
Classes in org.apache.nutch.parse.js that implement ParserModifier and TypeClassDescriptionclassThis class is a heuristic link extractor for JavaScript files and code snippets. -
Uses of Parser in org.apache.nutch.parse.tika
Classes in org.apache.nutch.parse.tika that implement Parser -
Uses of Parser in org.apache.nutch.parse.zip
Classes in org.apache.nutch.parse.zip that implement ParserModifier and TypeClassDescriptionclassZipParser class based on MSPowerPointParser class by Stephan Strittmatter.