Uses of Class
org.apache.nutch.parse.ParserNotFound
Packages that use ParserNotFound
-
Uses of ParserNotFound in org.apache.nutch.parse
Methods in org.apache.nutch.parse that throw ParserNotFoundModifier 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.