net.nutch.parse
Class HtmlParseFilters

java.lang.Object
  extended bynet.nutch.parse.HtmlParseFilters

public class HtmlParseFilters
extends Object

Creates and caches HtmlParseFilter implementing plugins.


Method Summary
static Parse filter(Content content, Parse parse, DocumentFragment doc)
          Run all defined filters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

filter

public static Parse filter(Content content,
                           Parse parse,
                           DocumentFragment doc)
                    throws ParseException
Run all defined filters.

Throws:
ParseException


Copyright © 2004 The Nutch Organization.