public class ParseFilters extends Object
ParseFilter implementing plugins.| Modifier and Type | Field and Description |
|---|---|
static String |
HTMLPARSEFILTER_ORDER |
| Constructor and Description |
|---|
ParseFilters(Configuration conf) |
| Modifier and Type | Method and Description |
|---|---|
Parse |
filter(String url,
WebPage page,
Parse parse,
HTMLMetaTags metaTags,
DocumentFragment doc)
Run all defined filters.
|
Collection<WebPage.Field> |
getFields() |
public static final String HTMLPARSEFILTER_ORDER
public ParseFilters(Configuration conf)
public Parse filter(String url, WebPage page, Parse parse, HTMLMetaTags metaTags, DocumentFragment doc)
public Collection<WebPage.Field> getFields()
Copyright © 2015 The Apache Software Foundation