[TOC]

  • Prev
  • Next

Uses of Interface

org.apache.nutch.parse.Parser

Uses of Parser in org.apache.nutch.parse

Methods in org.apache.nutch.parse that return Parser Modifier and Type Method and Description Parser ParserFactory.getParserById(String id) Function returns a Parser instance with the specified extId, representing its extension ID. Parser[] ParserFactory.getParsers(String contentType, String url) Function returns an array of Parsers for a given content type.

Uses of Parser in org.apache.nutch.parse.ext

Classes in org.apache.nutch.parse.ext that implement Parser Modifier and Type Class and Description class ExtParser A 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 Parser Modifier and Type Class and Description class FeedParser

Uses of Parser in org.apache.nutch.parse.html

Classes in org.apache.nutch.parse.html that implement Parser Modifier and Type Class and Description class HtmlParser

Uses of Parser in org.apache.nutch.parse.js

Classes in org.apache.nutch.parse.js that implement Parser Modifier and Type Class and Description class JSParseFilter This class is a heuristic link extractor for JavaScript files and code snippets.

Uses of Parser in org.apache.nutch.parse.swf

Classes in org.apache.nutch.parse.swf that implement Parser Modifier and Type Class and Description class SWFParser Parser for Flash SWF files.

Uses of Parser in org.apache.nutch.parse.tika

Classes in org.apache.nutch.parse.tika that implement Parser Modifier and Type Class and Description class TikaParser Wrapper for Tika parsers.

Uses of Parser in org.apache.nutch.parse.zip

Classes in org.apache.nutch.parse.zip that implement Parser Modifier and Type Class and Description class ZipParser ZipParser class based on MSPowerPointParser class by Stephan Strittmatter.

  • Prev
  • Next

Copyright © 2014 The Apache Software Foundation