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