Uses of Class
org.apache.nutch.parse.ParseException
-
Packages that use ParseException Package Description org.apache.nutch.parse TheParse
interface and related classes.org.creativecommons.nutch Sample plugins that parse and index Creative Commons metadata. -
-
Uses of ParseException in org.apache.nutch.parse
Subclasses of ParseException in org.apache.nutch.parse Modifier and Type Class Description class
ParserNotFound
Methods in org.apache.nutch.parse that throw ParseException Modifier and Type Method Description ParseResult
ParseUtil. parse(Content content)
ParseResult
ParseUtil. parseByExtensionId(String extId, Content content)
-
Uses of ParseException in org.creativecommons.nutch
Methods in org.creativecommons.nutch that throw ParseException Modifier and Type Method Description static void
CCParseFilter.Walker. walk(Node doc, URL base, Metadata metadata, Configuration conf)
Scan the document adding attributes to metadata.
-