org.apache.nutch.parse
Class HtmlParseFilters

java.lang.Object
  extended by org.apache.nutch.parse.HtmlParseFilters

public class HtmlParseFilters
extends Object

Creates and caches HtmlParseFilter implementing plugins.


Constructor Summary
HtmlParseFilters(org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
 ParseResult filter(Content content, ParseResult parseResult, HTMLMetaTags metaTags, DocumentFragment doc)
          Run all defined filters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlParseFilters

public HtmlParseFilters(org.apache.hadoop.conf.Configuration conf)
Method Detail

filter

public ParseResult filter(Content content,
                          ParseResult parseResult,
                          HTMLMetaTags metaTags,
                          DocumentFragment doc)
Run all defined filters.



Copyright © 2006 The Apache Software Foundation