[TOC]

  • Prev
  • Next

Uses of Class

org.apache.nutch.parse.ParseException

Uses of ParseException in org.apache.nutch.parse

Subclasses of ParseException in org.apache.nutch.parse Modifier and Type Class and Description class ParserNotFound

Methods in org.apache.nutch.parse that throw ParseException Modifier and Type Method and Description ParseResult ParseUtil.parse(Content content) Performs a parse by iterating through a List of preferred Parsers until a successful parse is performed and a Parse object is returned. ParseResult ParseUtil.parseByExtensionId(String extId, Content content) Method parses a Content object using the Parser specified by the parameter extId, i.e., the Parser's extension ID.

Uses of ParseException in org.creativecommons.nutch

Methods in org.creativecommons.nutch that throw ParseException Modifier and Type Method and Description static void CCParseFilter.Walker.walk(Node doc, URL base, Metadata metadata, org.apache.hadoop.conf.Configuration conf) Scan the document adding attributes to metadata.

  • Prev
  • Next

Copyright © 2014 The Apache Software Foundation