org.apache.nutch.parse
Interface Parser

All Superinterfaces:
Configurable, Pluggable

public interface Parser
extends Pluggable, Configurable

A parser for content generated by a Protocol implementation. This interface is implemented by extensions. Nutch's core contains no page parsing code.


Field Summary
static String X_POINT_ID
          The name of the extension point.
 
Method Summary
 Parse getParse(Content c)
          Creates the parse for some content.
 
Methods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
 

Field Detail

X_POINT_ID

static final String X_POINT_ID
The name of the extension point.

Method Detail

getParse

Parse getParse(Content c)
Creates the parse for some content.



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.